Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » Features similar to Sun Studio Creator 2
Features similar to Sun Studio Creator 2 [message #581410] Fri, 28 July 2006 18:20
Paul is currently offline PaulFriend
Messages: 55
Registered: July 2009
Member
Hello All.

I'm currently evaluating the Sun IDE Studio Creator 2. I'm not trying
to compare Eclipse w/ DTP to Sun's IDE because that may be an
apples/oranges comparison, but one very compelling feature of the Sun
product has me wondering if there is some kind of similar functionality
in the Eclipse world.

- There is a facility in Studio Creator to define "data sources", which
essentially corresponds to a database connection (but it could be a web
service, flat file, etc), and you end up with an interface very similar
to the Data Source Explorer. However, you can do some very powerful
things when combining this tool with the visual form editor. For
example, you can drag a JTable onto a form, then drag a database table
from the Data Source section onto the JTable. This action causes the
JTable to be configured so that its underlying data model now represents
the database table, and column headings are appropriate, etc. Behind
the scenes, a "data provider" object and a "rowset provider" object are
both created automatically, and can be manipulated to represent more
than just a simple table or view (e.g join queries).

This implies an awareness/connection between the visual editing
components and the data source components in the IDE, and one which
allows our development team to very rapidly set up JSF compliant pages
which are fully integrated with our back end database.

Is anyone aware of equivalent functionality in the Eclipse IDE, or of
any plans to produce such features?

Regards,

Paul
Previous Topic:SQL Editor
Next Topic:relative location of driver JAR file
Goto Forum:
  


Current Time: Fri Apr 26 00:10:39 GMT 2024

Powered by FUDForum. Page generated in 0.02933 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top