How to connect ejb to hibernate in eclipse and glassfish server?
Posted
by
agiles
on Stack Overflow
See other posts from Stack Overflow
or by agiles
Published on 2012-12-01T18:32:57Z
Indexed on
2012/12/02
5:04 UTC
Read the original article
Hit count: 119
I am newer to ejb and hibernate and don't have any idea to how to link or connect those technologies mentioned above. I have just created individual module for ejb, hibernate and servlet. but I need to pass the data from servlet to ejb and then ejb to hibernate and store into MySql database.
Problem for me, how to connect ejb to hibernate. I tried some ways and it couldn't work for me. Please someone help me.
Thank you
© Stack Overflow or respective owner