Thanx jaikiran...
that was very heplful...
It will be great if u can just help me out in finding the answers of following
questions...
1) wt additional/special features does hibernate provides if I want to use
Hibernate JPA...?
2) wt would be better the core Hibernate OR Hibernate JPA...? why?
I am confused with all the three things when it comes to an implementation...
I took the following path...
1) read JPA concepts
2) read EJB3 Concepts
3) developed the sample application with EJB3 & Jboss4.2.3GAthe application
runs fine...even if i dont configure the Persistence Provider...
4)
Thanx Wolfgang...
Obviosly...bad things can happen, if anyone mix Hibernate and a JPA provider of
another vendor :)
Today...I successfully...implemented and ran my first EJB3 Application with
Struts 2 framework... & JBOSS 4.2.3GA as AS :)
Although I developed it with very basic features o
Thanx Wolfgang,
I got your point...but...
talking about hibernate :It supports standardized Java Persistence and EJB 3.0
(JSR 220) object/relational mapping annotations + on top of that It has
Hibernate-specific extension annotations for performance optimization and
special mappings...right...?
Hi All,
I am new to EJB3...and have got bit confused
as per my understanding EJB3 follows the JPA standard when it comes to
persistence layerright...?
1) does it require any Other Persistence Provider when i am using EJB3...?
2) If NO...and if want to use Hibernate which also follows th