|
Well, if it supported the JPA then I would say 'go right ahead'. But, what this article is about is using the Sun api for handling persistence and not worrying about the implementation (hibernate/jdo or whatever). The idea here is to use an abstraction so that you are not tied to a specific vendor's implementation. |