Wednesday, October 23, 2013

Database As Service



I am developing a tool to make any database exposed as a service.  Idea is to publish a dynamic service to expose CRUD operation  on all/specific tables, which enables user to perform the
operation though web service call.  Web service artificats will be generated at run time by just pointing the database, and the tool will identify all the tables and its meta data to create  required java classes at and deploy As A Service.

More details to be followed


No comments:

Post a Comment