This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
Using JPA in a web app is not much different from using JPA in some other environment. Have you gotten it to work in a desktop app yet?
Ravi kapa
Ranch Hand
Joined: Jan 05, 2012
Posts: 73
posted
0
Hi tim thanks for the reply i didnt try for it. can you give some source(like urls where i can find some basic example of JPA except objectDB).Thanks
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
I know that the OpenJPA web site has some simple ready-to-run JPA examples. The Hibernate site probably does, too.
Ravi kapa
Ranch Hand
Joined: Jan 05, 2012
Posts: 73
posted
0
Is eclipse indigo supports JPA annotations?iam using objectDB as JPA implementor vendor and i imported jar files of objectDB to support their implementation into eclipse,is it fine?why iam asking this question is all about "ECLIPSELINK"which is opensource persistence project from eclipse foundation.i mean why we go for Eclipselink if it JPA support in eclipse indigo?