Tuesday, February 26, 2008

JSQL

New component in our suite - SQL to JSON taglib. Now you can use JSP files as data layer for your DB. And the real processing for the SQL data will be performed right in your JavaScript code. JSP file simply performs SQL select request and present data in JSON format. So any request to this JSP (e.g. via Ajax call) will return JSON representation for your SQL select. Do whatever you need with the returned data in your JavaScript framework.

No comments: