Thursday, October 25, 2007

util-2.0.ear released

One of my other open source projects that I am not diligently working on called twiff contains small project called util.  Unfortunately, I haven't been able to update the documentation, but I have made some a number of changes to it structurally.  Some of the major changes are

  • Switched to Maven 2
  • Added a getfile.jsp to retrieve any file and browse through the file system
  • Added multi-line text field for db.jsp

This app is primarily for application developers who may require a backdoor to their application during development and testing.  Aside from databases and files, the users of this can check JMS, JNDI and the environment/session data.  Most of the code is written in single file JSPs (normally a bad coding practice) so it can be extracted and placed in any web application to get more data (especially for env.jsp which shows session information).

You can go to the File Release site to get the files.

0 comments: