Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

Java Spring framework

  • submit to reddit

Maven Integration Testing And Spring Restful Services

Introduction My original blog showed how to seperate maven unit and integration tests using a very simple example. http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html Since then a lot of people asked me for a more realistic...

0 replies - 3684 views - 10/19/11 by John Dobie in Articles

SpringOne 2GX Kicks Off with Spring 3.0 release

The release of the Spring 3.0 and a free developer edition of the SpringSource Tomcat Server will be announced today at the SpringOne 2GX conference.  The new version of Spring's Java framework will be fully Java 5 based and have early support for Java EE...

1 replies - 7893 views - 10/17/09 by Mitchell Pronsc... in News

Book Review - Spring in Practice

The authors are targeting developers using the Spring Framework who want to learn more about certain topics, developers who want to catch up with some of the new features in Spring 3, or developers...

1 replies - 7217 views - 10/13/09 by Craig Wickesser in Book Reviews

Using Spring AOP to Trace Invocation

How often do you write something like this?

8 replies - 10312 views - 07/23/09 by Mikhail Kolesnik in Articles

Non-Stop Control of Logging Level

Sometimes there is a need to change the logging level in the some modules of an application server. This usually isn't managed easily: the change the logging level means a restart of the server in most cases. This is not always required, but is in most cases.

3 replies - 4585 views - 07/07/09 by Andriy Maksymov in Tips and Tricks

Spring Dependencies - Opposite Direction, Please?

Here we'll see how to manage dependencies between beans in Spring framework context using "opposite direction" of such dependencies.

10 replies - 3693 views - 06/03/08 by Andrew Sazonov in News