Home » Projects » Fydji WS » Versions » Fydji WS - Version 2.0.1
Fydji WS - Version 2.0.1
04 March 2009

This is a new completely rewritten Fydji WS framework version. The most significant changes are:

- the framework implementation now relies on Apache Axis2 Web Services publication engine;
- Web Services descriptions are changed in order to be simpler and more flexible. In particular, the server side Java classes or the XML message content description in an operation response are now optional;
- added support for "operation templates" that may describe the structure of the result shared by different Web Services operations;
- implemented a new Web Services mapping to LDAP "search" operations. It allows to connect and search entries in a LDAP directory;
- added support for "database adaptors" allowing to implement database operations execution (SQL queries, stored procedures calls) specific to a particular database. This Fydji WS version includes adaptors for Oracle, PostgreSQL and MySQL databases;
- XSL transformations applied to a Web Service result now receive its operation input parameters values. It allows to implement more powerful transformations;
- Web Services integration into the Java client applications is simplified. All necessary resources are packaged into a single Java library - the .jar with generated Java client classes;
- many improvements and bug fixes in PHP and JavaScript clients implementations;
- the automatically generated Web Services documentation is more complete now. It includes examples of Web Services invocation from Java, PHP or JavaScript clients.

This release is published with the QuickStart project which may be used as a template to start a new Fydji WS project. To use this version with your old Fydji WS projects, you need to perform their migration. The migration process is described in documentation included in Fydji WS and QuickStart projects resources.

» Download this version