Re: Data Binding in JSP

2010-01-25 Thread Hassan Schroeder
/* obviously starting the week seriously under-caffeinated */ And I totally forgot to mention Adobe Flex, which is built for exactly this kind of bi-directional data connection, if with a bit of a learning curve. -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @

Re: Data Binding in JSP

2010-01-25 Thread Ken Bowen
I've had good success with DWR and GWT. For GWT, there are a number of available useful extensions, and in particular, SmartGWT (http://code.google.com/p/smartgwt/ ) has some sophisticated Grids available with automated management of bound data. On Jan 25, 2010, at 9:32 AM, Hassan Schroeder

Re: Data Binding in JSP

2010-01-25 Thread Hassan Schroeder
On Sun, Jan 24, 2010 at 4:28 PM, jithu mada wrote: > I have a requirement, which is to display the table data and the user can > add,update or delete the data to it. I am using and JSP's and Servlets. > > I was searching online to find if there are any data binding frameworks > available which I

RE: Data Binding in JSP

2010-01-25 Thread Joseph Morgan
jithu mada [mailto:jithu.m...@gmail.com] Sent: Sunday, January 24, 2010 6:28 PM To: Tomcat Users List Subject: Data Binding in JSP Hi, I need suggestion on how to do Data binding in JSP's? I have a requirement, which is to display the table data and the user can add,update or delete the data t

Data Binding in JSP

2010-01-24 Thread jithu mada
Hi, I need suggestion on how to do Data binding in JSP's? I have a requirement, which is to display the table data and the user can add,update or delete the data to it. I am using and JSP's and Servlets. I was searching online to find if there are any data binding frameworks available which I ca