Hi everyone,
I'm rather new to many things
Java related. I recently have been reading up on JPA
and want to take advantage of the ability to reverse engineer the tables into JPA
entities.
I successfully created a JPA project that did this through the use of a online tutorial. I too
have an exiting web project (dynamic) that I would like to take advantage of the JPA project
and was wondering what is best practice.
Should I have my web project reference my JPA project or is there a way to create a Web project
that has JPA capabilities (specifically the reverse engineering)?
Thanks everyone