Query Browser Portlet Code
Brought to you by:
kcramakrishna
File | Date | Author | Commit |
---|---|---|---|
bin | 2009-10-05 | kcramakrishna | [r1] Initial code import |
docroot | 2009-10-05 | kcramakrishna | [r2] readme and License |
COPYING.txt | 2009-10-05 | kcramakrishna | [r2] readme and License |
README.txt | 2009-10-05 | kcramakrishna | [r3] readme |
build.xml | 2009-10-05 | kcramakrishna | [r1] Initial code import |
Query Browser Portlet: With its basic functionality, the Query Browser Portlet allows users to execute basic CRUD sql queries and procedures. Currently this portlet uses hibernate as the ORM between the portlet and the My SQL 5.0 database server. Configuration: The database hostname, username and password can be configured in docroot/WEB-INF/src/hibernate.cfg.xml file. Limitations: 1. The User Interface needs to be improvement. 2. This portlet is tested only against My SQL database server but not others. 3. This portlet is best viewed in Firefox web browser.