java - Referencing JPA project in a JSF project -
i want create jsf project jpa. using eclipse juno 4.2 how can integrate both in 1 project? read somewhere keeping jsf , jpa project separately practice, don't know how this. if using 2 different projects jsf 1 project , jpa how integrate , make working depending on each other?
in properties of jsf project, add jpa project deployment assembly. way jpa project end jar in /web-inf/lib
of jsf project, need after all.
further should make sure haven't fiddled/messed around in build path property in careless attempt solve this. if changed there, make absolutely sure undo it.
Comments
Post a Comment