• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

DataTable ,DataGrid and DataBindings in JAVA ???

 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 .....
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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/
 
Venkata Sirish
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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 ....
 
author & internet detective
Posts: 42105
933
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Jeanne Boyarsky
author & internet detective
Posts: 42105
933
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Straws are for suckers. Now suck on this tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic