Hello:
I am working on a prototype with a deadline of June 29.
Preferably I would like to make it a web application vs an application.
Currently I have some
JSP files and
servlets that are the beginnings of my application.
I am using Eclipse Indigo. I did look at Google GWT but do not want to do RPC calls, prefer to call servlets.
However I am in need of things for displaying and selecting my data. I do not want to roll
my own code for this since that would be time consuming. Are there any libraries I could use?
Thanks
Brian