This project is a PHP-based SOAP server which provides mainly MySQL data to a SOAP client. It exposes all available DB objects (views and tables) to any SOAP client based on NuSOAP's SOAP server.
spag4j is a code generator written in Java to produce Java code for accessing a stored procedure layer from a database. Currently it supports stored procedures written in an Oracle. It produces either an EJB3 Java layer or simple static access methods.
Script all your database objects and set them into a project within your IDE. This brings the following avdantages:
- Manage your database objects properly
- Use a VCS to control your database sources
- Share these sources between projects
- Easy to deploy and generate deployment scripts