dbTalk Databases Forums  

Re: Free data binding tool for Swing

comp.databases comp.databases


Discuss Re: Free data binding tool for Swing in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Frank
 
Posts: n/a

Default Re: Free data binding tool for Swing - 02-14-2004 , 09:44 PM






Hiran Chaudhuri wrote:
Quote:
I know data binding as you get beans to access data (stored in a relational
system or XML data). You could use Castor here (www.castor.org).

Seems like you want ready to use (generated or generic) graphical beans you
can plug together in a GUI builder? Someone once told me JBuilder comes
with such features, but do not use JBuilder and never verified that
statement.
I'm using NetBeans to develop in, but I think you might be right about
JBuilder. Delphi had data aware controls so perhaps Borland moved some
of the technology to JBuilder. I will check it out.

Frank



Reply With Quote
  #2  
Old   
shay
 
Posts: n/a

Default Re: Free data binding tool for Swing - 02-16-2004 , 03:41 PM






Quote:
Oracle's JDeveloper looks like it is more like a
persistence mechanism than anything else (TopLink) and I want the
business rules to reside in the back end (Firebird SQL) than in Java
classes.
Actually you are mixing two things. TopLink is a framework for mapping
java objects to databases and managing persistent etc.

JDeveloper - is a Java development IDE that among other things include
a framework that also takes care of interacting with a database.

If you are trying to build applications that are bound to database
objects there are many ways you can go for in mapping your Java
objects to the tables (EJB and JDBc are a couple).

Anyway, have a look at JDeveloper and the ADF framework to see how is
it works for building database oriented applications.

Here is a demo for Swing clients:
http://otn.oracle.com/products/jdev/...ewlet_swf.html

For other types of clients check out this page:
http://otn.oracle.com/products/jdev/...tutorials.html


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.