spring-3
Upgrading to springframework.scheduling.concurrent?
As of Spring 3.0 the ScheduledTimerTask is deprecated and I can\'t understand how to upgrade to org.springframework.scheduling.concurrent.[详细]
2023-02-19 00:51 分类:问答How to enable @Required?
How to enable the @Required annotation in Java (Spring 3.1) ? Not in a xml, but in through Java. Also under which annotation I put this enabling? Under @Feature (in @FutureConfiguration or @Bean (in @[详细]
2023-02-18 17:40 分类:问答How to implement Spring's 3.1 MvcAnnotationDriven?
This is the code example from Spring 3.1 Spring Source Blog: From XML to @Configuration I\'m trying to implement in my application (which was done in Spring 2.0 not by me so it\'s lot of learning).[详细]
2023-02-18 10:32 分类:问答Spring 3.1 no xml, just configuration not working
So I\'m trying to implement things mentioned in Spring\'s 3.1 blog post about From XML to @Configuration, but it doesn\'t want to work as supposed. Here is the web.xml (and that\'s the only xml) I\'m[详细]
2023-02-18 05:07 分类:问答Spring 3, Java EE 6
I\'m learning Java EE 6. I\'ve seen how much progress it has achieved in this release of the umbrella specification. EJBs 3.1 are far easier and more lightweight than previous versions, and CDI is ama[详细]
2023-02-08 21:03 分类:问答upgrading to spring 3.0 problem with interceptorNames
I am trying to upgrade to Spring 3.0 and i have the following issues: Finding the dependencies. People recommend using maven, but id rather not try to learn how to use maven/install it if the jars a[详细]
2023-02-01 15:56 分类:问答Set Hibernate session's flush mode in Spring
I am writing integration tests and in one test method I\'d like to write some data to DB and then read it.[详细]
2023-01-22 13:53 分类:问答Minimum JARs for Spring 3.0 dependency injection
Similarly to this question regarding an earlier Spring version, what are the minimum dependencies required for an a开发者_高级运维pplication to use Spring 3.0 dependency injection only?The application[详细]
2023-01-22 08:38 分类:问答What's the difference between <mvc:annotation-driven /> and <context:annotation-config /> in servlet?
I am migrating from Spring 2.5 to Spring 3. They have introduced <mvc:annotation-driven /> which does some black magic. This is expected to be declared in servlet configuration file only.[详细]
2023-01-21 02:54 分类:问答Which maven2 artifacts are necessary to build a WS with CXF and Spring?
I\'m trying to build a WS with Spring 3.0 and CXF. I\'m following the steps of this article http://www.ibm.com/developerworks/library/ws-pojo-springcxf/[详细]
2023-01-20 15:49 分类:问答