I am very new to Tapestry.

Basically, my requirement is for the user to pick a SQL query from the list and
have it displayed in a grid, using tapestry.
Some of the queries would perhaps need an in-place edit as well
as pagination.  Could be up to 5,000 rows there.
Most of the queries are similar in nature, but result fields are different.

All the examples that I see so far use O/R model of some kind.
Since there is no business logic at all here, it doesn't make sense
to create a whole bunch of data objects for these queries.

What i am really looking for is to display/edit a JDBC ResultSet on a web page
What do you think is the best way to do this?

Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to