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 - 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;
}
This Week in Spring, May 1, 2012
Also, be sure to check out part 2, this Wednesday, May 3rd for both Europe and North America!
This Week in Spring - April 24th, 2012
routinely provide amazing content on all things Spring.
This Week in Spring, April 10th, 2012
Here's Part 1 and
Part 2.