DevX: Open Source Articles
Latest DevX Content

DevX

Creating Custom Export Filters for StarOffice with XSLT
Convert StarOffice documents to other formats using XSLT.

Dynamic Programming Languages on the Rise in Open Source
In open source projects, static languages such as C, C++, and Java are losing ground to dynamic programming languages such as JavaScript and PHP.

Using Iterators in PHP
Discover how to use the iterators in the Standard PHP Library

Project Lombok: Put an End to Java Verbosity
The introduction of Project Lombok, a combination compile-time and development-time code generator, has made Java POJO verbosity history. Add Lombok to your daily coding practices, and you won't go back.

Return a Unique Bean Instance from a Spring Container
Define the bean as a prototype bean.

Define and Execute a Groovy Bean Inside a Spring Application Context
How to define and execute a groovy Bean inside a Spring application context.

Executing Stored Procedures and Functions From PHP in Windows
Discover how to call stored procedures and functions in MySQL from PHP using three database extensions: MySQL, MySQLi, and PDO.

Using the DAO Generator for PHP and MySQL
Discover how to generate PHP classes that provide common MySQL database operations using the DAO design pattern.

Spring and Hessian for Fast, Easy Java Remoting
The Hessian binary web service protocol is a powerful and easy-to-use alternative to RMI, XML/SOAP, and REST/JSON for remote communication. Learn how to integrate Spring and Hessian and then create Hessian components as simple Java objects.

Eliminate Spaghetti Code Using PHP Rules
Discover how to install and use PHP Rules to separate conditional logical statements from your source code and manage them independently.