News

Spring 4 and the Java 8 Time and Date API Java developers have long bemoaned the design flaws of java.util.Date class and, finally, with Java 8 there is a whole new Date and Time API which solves ...
Find out how the Java Date and Time API addresses the need for a more robust date and time infrastructure in Java SE, then familiarize yourself with the java.time classes you're most likely to use ...
Last Thursday, Pivotal released Spring 4.0, the first major release since 2009. The new release supports Java 8 with expression of callbacks using lambdas, JSR 310 Date and Time API, and parameter ...
Seven transaction-processing patterns for Spring applications While it’s common to use the Java Transaction API and the XA protocol for distributed transactions in Spring, you do have other options.