...
[16:24:32 CDT(-0500)] <EricDalquist> and then in code you annotate a setter/field with @PersistenceContext
[16:24:53 CDT(-0500)] <EricDalquist> at runtime the EntityManager reference provided by the @PersistenceContext annoation is what you use to do your JPA work
[16:25:30 CDT(-0500)] <Naenyn> hhmm... ok
[16:25:32 CDT(-0500)] <EricDalquist> though this is uPortal specific the managed object stuff is pertinent to any app: https://wiki.jasig.org/display/UPC/JPA+DAO+Guidelines
[16:25:51 CDT(-0500)] <Naenyn> =] already got that open.