August 12, 2004

DevX - Software Development Resource

Use SOAP to Access EJB Components with PHP

magine a software project for which the front-end developers work with PHP and the back-end developers create Enterprise JavaBeans (EJBs). As the project evolves, the front-end applications need to speak

DevX - Software Development Resource

Overload Operators to Operate on Your Objects

perator overloading allows you to define mathematical and comparative operators for your data types. Objects created with your data type can then be manipulated mathematically or compared using standard operators.