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