How to use JPA in Java Creator Studio
How to use JPA in Java Creator Studio ? It seems to me that Java Creator Studio's data provider/binding mechanism is different from JPA. Correct me if I am wrong. I am new to Java Creator Studio IDE.
[207 byte] By [
java201] at [2007-11-26 10:29:04]

# 1
JPA was introduced in Java EE 5 and is not supported by J2EE 1.4; Creator currently works with Sun Java System Application Server 8 which is a J2EE 1.4 server.
Ref: http://java.sun.com/developer/technicalArticles/J2EE/intro_ee5/#model
http://java.sun.com/developer/technicalArticles/J2EE/intro_ee5/#try
jpa is also available as part of jdk5 for client-side development and you may be able to use jpa this way; pl. refer to https://glassfish.dev.java.net/javaee5/persistence/persistence-example.html#Usi ng_in_Java_SE
# 2
I think JPA needs to be incorporated into Java Creator Studio since it will simplify the data model programming. I tried out Oracle JDeveloper, it allows user to add JPA data model easily and use the data model to bind to the data table.