Vita Rara: A Life Uncommon

JBoss EntityManager

Hi Martin,

The short answer is I'm not using JBoss anymore, nor when I was using JBoss was I using the persistence context created by the application server.

My current configuration is using Spring to bootstrap my persistence context, using the Hibernate JPA implementation. I'm also not using EJB3 session beans. I've moved to a Spring environment. It fit better with my dependency and configuration needs than EJB3 did.

My environment today is Struts 2 with my Groovy Works extension for the view and controller tier, Spring using both Java and Groovy service beans, and Hibernate JPA for the data layer. Spring provides transaction support via it's AOP feature, and glues all of the services together. There's room for improvement, but in general I like it.

Mark

Reply

Please solve the math problem above and type in the result. e.g. for 1+1, type 2
  • Allowed HTML tags: <a> <img> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <h1> <h2> <h3>
  • Lines and paragraphs break automatically.
More information about formatting options