Which are the differences/similarities between hibernate and other frameworks or specifications?

Posted by JPCF on Stack Overflow See other posts from Stack Overflow or by JPCF
Published on 2010-04-27T16:57:10Z Indexed on 2010/04/27 17:03 UTC
Read the original article Hit count: 264

Filed under:
|
|

I want to know the differences/similarities between Hibernate and simple persistence in J5EE? I'm not clear if Hibernate implements J5EE persistence implementation or if it is a totally different approach to data representation over back-end systems. Also, I want to know other approaches (frameworks) like JPA or Spring...

Thanks

© Stack Overflow or respective owner

Related posts about j2ee

Related posts about hibernate