J2SE « Development « Spring Q&A





1. Proper way of "shutdown" a spring context in J2SE    stackoverflow.com

I'm currently experiencing problems with a JPATransactionManager in a J2SE application. The latest request was not properly saved in the database (surely a problem of cache). This seems to be normal because the ...

2. Spring JMS 2-phase-commit in java SE    stackoverflow.com

I am not running under Java EE. I want to have an XA transaction using Spring to share a transaction between DB and JMS. Does spring provide such a functionality or must I ...

3. Using Spring with J2SE    forum.springsource.org

Using Spring with J2SE Hi all, Having read Rods design book and checked out some of the cool stuff within the Spring framework, I would like to write some examples of ...

4. Which features require J2SE 5.0?    forum.springsource.org

Hello, I am using right now Spring 1.1.5 with a J2EE 1.4 container. I would like to migrate to Spring 1.2, but have to use the same J2EE 1.4 container. According ...

5. PersistencContextType.EXTENDED semantics in Spring-Applications with Java SE?    forum.springsource.org

PersistencContextType.EXTENDED semantics in Spring-Applications with Java SE? Dear all, what is exactly the semantic of an Extended Entity Manager injected by Spring with JPA injection based on @PersistenceContext(PersistenceContextTye.EXTENDED ) annotation within ...

6. Spring and J2SE    forum.springsource.org

Hi. I've never used the JEE SDK before and currently only have the J2SE SDK installed. Will this limit my use of Spring core or modules? I'm esp. interested in using ...

7. Complete Newbie :( Logging and Java SE    forum.springsource.org

Complete Newbie :( Logging and Java SE Hello all, sorry in advance for this (maybe) stupid question. I've been asked to find a better way to do logging in my company ...

8. Configuration Strategy for J2SE Library?    forum.springsource.org

Configuration Strategy for J2SE Library? We've modularized a portion of our app by moving a package of DAO interfaces/implementations out to a self-contained library. How is configuration best managed, within this ...