See which of your colleagues or former colleagues are already on Java Link: Check out the Contact Finder
News »Browse Articles » It`s easy now to create an Eclipse RCP db client via Hibernate
0
Vote Vote

It`s easy now to create an Eclipse RCP db client via Hibernate

Views 0 Views    Comments 0 Comments    Share Share    Posted 22-04-2009  
A small bridge between Hibernate and Eclipse UI is produced by the developers at fishbolt.org. Now it became much easier to develop and support the application of such kind with the proposed bridge by the following reasons:

* The data object architecture is designed in the nontraditional way (not java beans). The new approach allows developer to create declarative data object dependencies which are evaluated at the compilation stage (not at runtime).

* The data object architecture is very descriptive. The whole data model description is available at the very early application start even when the data model is not initialized yet.

* The proposed small UI famework is MVC based and it uses the declarative dependencies. The most of the application java code is just pointing data objects and fields to be displayed. There is a set of tools as for simple SWT components as for composite tables, trees, lists, editor.

Source:
http://www.theserverside.com/news/thread.tss?thread_id=54317
0
Vote  Vote
Enter your comment:
No Comments For This News

Search News

What's the News?

Post a link to something interesting from another site, or submit your own original writing for the Java community to read.

Most Popular News