Hi All,
I am looking for a simple open source servlet to display database
tables. Ideally, the tool would be able to add a where clause (using
get/post parameters), sort data, update data. If e.g. an Oracle
database is used with constraints, the servlet could show html links
following the constraints, or provide a "dictionary" choice during data
update.
For me, this sounds like a common problem. That's why I'm asking if
anyone knows about existing projects. Any pointers are appreciated...
Carsten
frebe - 25 Feb 2005 19:54 GMT
Have a look at http://butler.sourceforge.net. It has a tag library with
tags for creating search panels and viewing record lists. It also have
links to related records.
/Fredrik