java.net has published an article titled Scripting with Balance in Design and Performance
Category: Articles
Tuning Derby
OnJava has published an article titled Tuning Derby
Advanced Configuration of the Spring MVC Framework
OnJava published an article titled Advanced Configuration of the Spring MVC Framework
SMS-Powered applications
onJava.com published an article on texting with Java
Job Scheduling in Java
onJava.com published article on job scheduling with Java and Quartz
Introduction to Version Control with CVS
php|architect published introductory article on version control with CVS
Introduction to Bug Management
php|architect published introductory article on Bug management
Scripting the enterprise
In the beginning … PHP was designed as scripting language used to develop Web based applications. Because of its flexibility, extensibility and ease of use it became widely popular among developers, and pretty fast the large community was created. As time was passing, people wanted to develop more complex applications with it, but PHP was… Continue reading Scripting the enterprise
PHP Iterator
PHP arrays are generally very powerful object container. But still, we can easily add a little more fuel to them. Imagine Iterator object that is a kind of wrapper around our arrays. What we will try to accomplish here is to create unique interface for traversing arrays and to add a little more control over… Continue reading PHP Iterator