| Author |
DataTable ,DataGrid and DataBindings in JAVA ???
|
Venkata Sirish
Ranch Hand
Joined: Apr 09, 2007
Posts: 112
|
|
Hi, I think you may be knowing that there is a concept called DataTable ,DataGrid and DataBindings in (Microsoft).NET ... DataTable to hold the data from a Table in a DataBase.... DataGrid to display the data in a DataTable .... DataBindings to Bind Table in DataBase and the data(DataTable) in DataGrid... Is there any concept in JAVA or JDBC to achieve this .....
|
 |
Masoud Kalali
Author
Ranch Hand
Joined: Jul 08, 2004
Posts: 531
|
|
Hi You may take a look at NetBeans 6 IDE. Its swing designer support drag and drop data binding for both we pages and swing form and widgets. http://www.netbeans.org/
|
Masoud Kalali
Software Engineer - My Weblog - GlassFish Security
|
 |
Venkata Sirish
Ranch Hand
Joined: Apr 09, 2007
Posts: 112
|
|
Originally posted by Masoud Kalali: Hi You may take a look at NetBeans 6 IDE. Its swing designer support drag and drop data binding for both we pages and swing form and widgets. http://www.netbeans.org/
Hi, Thanks for replying ... Is it possible in web application development ....
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
In web development, you may be able to use a pre-written component depending on your framework. For example, JSF (Java Server Faces) is likely to have such widgets. From the JDBC end, take a look at Cached Result Sets for holding data from a query while disconnected from the database.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
Please don't post the same question in multiple forums. This makes the discussion harder to follow. I'll close this for you and everyone can continue discussion in your other thread.
|
 |
 |
|
|
subject: DataTable ,DataGrid and DataBindings in JAVA ???
|
|
|