Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] books?

With the Vasiliev book keep in mind that this is a very database centric approach and would not be considered to contain the best patterns by a great many application developers.
--Q

David,
   Hi, besides the following "Pro EJB 3" book that you mentioned below, here is another by Yuli Vasiliev that was published in Oct 2008 by Yili Vasiliev that is TopLink Essentials (Part of the GlassFish RI) specific but helps with JPA in general - which is directly applicable to EclipseLink JPA
Any native code should be easily ported to native EclipseLink.
Here are the Google Books and Amazon links.

1)
Beginning Database-Driven Application Development in Java EE: Using GlassFish
http://books.google.com/books?id=cwYJTgZ9X3IC&printsec=frontcover&dq=glassfish+ee
http://www.amazon.ca/Beginning-Database-Driven-Application-Development-trade/dp/1430209631/ref=sr_1_2?ie=UTF8&s=books&qid=1239903299&sr=1-2


2)
The following book is an excellent resource on EJB 3 and JPA
Pro EJB 3: Java Persistence API
by Mike Keith (Author), Merrick Schincariol (Author)
http://books.google.com/books?id=fVCuB_Xq3pAC&printsec=frontcover&dq=pro+ejb3#PPA101,M1
http://www.amazon.ca/exec/obidos/ASIN/1590596455/qid%3D1149686703/701-7671815-6437941


thank you
/michael
www.eclipselink.org
http://wiki.eclipse.org/EclipseLink


Sebastien Tardif wrote:
I suggest you read Java Persistence with Hibernate from Manning. The
books ds talk about many best practices with JPA. You then just need to
replace the Hibernate proprietary extension with the equivalent
EclipseLink if exist.

On a higher level, Pojos in Action is very good on layering
responsabilities with O-R framework.

-----Original Message-----
From: eclipselink-users-bounces@xxxxxxxxxxx
[mailto:eclipselink-users-bounces@xxxxxxxxxxx] On Behalf Of David Parker
Sent: Thursday, April 16, 2009 12:22 PM
To: EclipseLink User Discussions
Subject: [eclipselink-users] books?

Are there any books in the works that deal with the EclipseLink API?  I'm thinking of something covering best practices, etc. I have the Pro  EJB 3 book, which was a good intro to JPA; I am interested in learning  more about the EclipseLink "native" api.
=============================================,
David Parker
dap@xxxxxxxxxxxxxxxxxxxx




_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users
 

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

Back to the top