Welcome back to another installment of This Week in Spring. For those of us in the US, the Thanksgiving holiday is upon us.
Generally, the idea behind Thanksgiving (which has analogs in many other countries, as well) is to have a day to reflect on the things we are thankful for.
In that spirit, let me offer one of the things that I am thankful for: thank you, dear readers, for being part of the most awesome
community out there.
Between all the cool stuff you guys are doing and all the cool stuff happening at SpringSource,
it is an absolute pleasure to put together this roundup every week. We hope you have a wonderful week and we look forward to seeing you next week.
-
The video from the Spring Data Neo4J screencast is up
and available for those of you who missed it. In addition to this, there is a lot of great recorded content on the SpringSource YouTube page.
-
Eugen Paraschiv has continued his epic run of blog posts, this time introducing
basic and digest authentication for a RESTful Service with Spring Security 3.1. What an amazing series of blogs! Keep it up Eugen, and thanks for this latest post!
- WIRED has a great article on the backstory behind Cloud Foundry.
Not a lot of technical information in this particular post, but you do get introduced to some of the awesome Cloud Foundry team, and there's an awesome story there. Check it out!
- Geraint Jones has written up a really good introduction to setting up a Spring MVC application, complete with code.
- Jorge Hidalgo has written up a really exhaustive tour of how to use Cloud Foundry and Spring. It shows how to use a SpringSource Tool Suite and the Cloud Foundry support,
set up a Spring application, and set up data access using MySQL.
-
Do you like the Spring Expression language? Want to use it in a scripting language?
Alex Soto has a blog discussing how to use the Spring Expression language as a JSR 233 scripting engine. The Spring Expression language is one of my favorite parts of the Spring framework.
If you look, the large majority
of the code in that expression language was written by a Andy Clement, another one of the mad scientists
helping make the Spring projects amazing.
The implementation of the
Spring Expression language,
just like the rest of the framework, is
beautiful code, and offers a lot to learn about if you like grammar and parser design.
- TomcatExpert.com has some very interesting
posts on tuning
Tomcat's performance. The first post is on setting up measurement of garbage collection in Apache Tomcat.
The second post, which went up today, is about performance tuning in the JVM.
-
Do you like Cloud Foundry?
Please consider voting for Cloud Foundry
at this year's Crunchies. Voting's really easy, so don't delay!
- I saw some
wonderful news on the
@vFabric account while trolling Twitter today: the
Spring Migration Analyzer's been open sourced and made available!
The Spring Migration Analyzer is a tool that analyzes Java EE applications for possible routes to a leaner, cleaner Spring based application.
It produces a report when run on a
.war file.
For more information on how to run the tool, see the README.