O Recém formado grupo de desenvolvedores PHP de São Paulo, o PHPSP, já começou a se preparar para começar 2009 com a bola toda e começar o quanto antes a realizar as ações planejadas.O primeiro evento, em formato de unconference, esta planejado para ocorrer em janeiro ou fevereiro. Atualmente os coordenadores estão escutando os membros...
Leia mais
Tomcat and Jetty are very similar. Jetty can be invoked and installed as a stand alone application server. It has a flexible component based architecture that allows it to be easily deployed and integrated in a diverse range of instances. The project is supported by a growing community. The Jetty team has a history...
Leia mais
Pádraic Brady announced the release of “Zend Framework: Surviving The Deep End”. Chapter 1, the Introduction, is first on the menu to open the new year. According to Pádraic, the next chapter should turn up within a few days. The book is still a work in progress. What’s cool about the site is that it...
Leia mais
To celebrate the release of 1.2 the Symfony community published 24 tutorials, one per day. They are meant to last no more than one hour each and will help developers learn Symfony by coding a real website from start to finish. The Symfony framework not only has great code and documentation, but also one of...
Leia mais
Pádraic Brady announced the release of “Zend Framework: Surviving The Deep End”. Chapter 1, the Introduction, is first on the menu to open the new year. According to Pádraic, the next chapter should turn up within a few days. The book is still a work in progress. What’s cool about the site is that it...
Leia mais
To celebrate the release of 1.2 the Symfony community published 24 tutorials, one per day. They are meant to last no more than one hour each and will help developers learn Symfony by coding a real website, from start to finish. The Symfony framework not only has great code and documentation, but also one of...
Leia mais
Replication has its problems, specially if you have a multimaster replication system. To make matters worse, none of the PHP frameworks support multimaster replication systems nor handle master failover. Symfony uses Propel and only supports master-slave replication systems. When the master fails, it’s true that you have the slaves ready to replace it, but the...
Leia mais
Testing a Web application is a complex task, because a Web application is made of several layers of logic. Unit testing a Zend Framework controller can be very difficult, specially for those who are not familiar with the Zend Framework.You can test your action controllers using Zend_Test and/or PHPUnit. Zend_Test allows you to simulate requests,...
Leia mais