I'm looking to write an app that will probably start as Swing -> Hibernate -> DB app, but might move to a GWT-> Servlet -> EJB -> DB app and was thinking that using JPA Annotations would save some work.
1. Would it work? 2. Where do I get the J5EE jars to put in my Eclipse build path? The only thing that I can find on the sun site is a .bin that I can't get to run for the life of me. Not that I want Glassfish anyways; I'm targeting Geronimo. Thanks,
