Josh Long
Josh (@starbuxman) is the Spring Developer Advocate at Pivotal and a Java Champion. He's host of "A Bootiful Podcast" (https://soundcloud.com/a-bootiful-podcast), host of the "Spring Tips Videos" (http://bit.ly/spring-tips-playlist), co-author of 6+ books (http://joshlong.com/books.html), and instructor on 8+ Livelessons Training Videos (http://joshlong.com/livelessons.html)
Recent Blog posts by Josh Long
This Week in Spring - July 10th, 2012
Did you guys miss JAX, in San Francisco, this week? The talks that Chris Richardson and I have, and will, give are going to be online next week, but this week you should check out the presentation on using Spring MVC and Backbone.js together by Sebastiano Armeli-Battana, a community member who also spoke this week. Nice job, Sebastiano!
Also: be sure to check out the code!
This Week in Spring - July 3rd, 2012
This Week in Spring - June 26th, 2012
basic performance monitoring. The VoltDB blog has a pretty nice writeup of how to implement repositories with Spring and VoltDB to build high throughput web applications.
This Week in Spring - June 19th, 2012
As usual, though, the internet has given us a lot of great content to look at this last week, so let's dive right into the roundup!
This Week in Spring - June 12th, 2012
This Week in Spring, June 5th, 2012
This Week in Spring - May 22nd, 2012
This Week in Spring, May 15th, 2012
continued her amazing series on Cloud Foundry workers over on the Cloud Foundry blog last week, this time introducing the support for Spring developers. I followed up with some more nuanced examples introducing how to use Spring Integration gateways, and Spring Batch jobs and core Spring's @Scheduled annotation in conjunction with Cloud Foundry workers.
Cloud Foundry advocate Andy Piper and I have penned an article that helps you take your first steps on Cloud Foundry with a simple Spring application in the new JavaTech Journal, the online magazine from the producers of the JAX…
Using Cloud Foundry Workers with Spring
public interface StockSymbolLookupClient {
StockSymbolLookup lookupSymbol (String symbol) throws Throwable;
}