Friday 24 November 2006 3:12:07 am
Hi! I want to build a module that i can access and pass a variable to via URL like so: http://www.test.com/module/variable The module should then access the database and return the data (object-attributes like name, etc.). Right now I am trying to figure out the best way to return the data, i.e. format and way of transport as I am calling the module from a Java-Application. Any input would be greatly appreciated! =)
|