Improving the performance of the Spring-Petclinic sample application (part 1...
This post is a performance audit of the “spring-petclinic” sample application provided by VMWare/SpringSource as a demonstration of the latest Spring features and configurations. We are going to do a...
View ArticleImproving the performance of the Spring-Petclinic sample application (part 2...
This is part 2 of our 5-part series on improving the performance of the Spring-petclinic application. You can find the first part here. Let’s profile our application The error from part 1 is quite...
View ArticleImproving the performance of the Spring-Petclinic sample application (part 3...
This is part 3 of our 5-part series on improving the performance of the Spring-petclinic application. Here are part 1 and part 2. Yesterday we managed to make the application handle 5000 users, with an...
View ArticleImproving the performance of the Spring-Petclinic sample application (part 4...
This is part 4 of our 5-part series on improving the performance of the Spring-petclinic application. Here are part 1, part 2 and part 3. Testing the other persistence mechanisms: is JDBC really...
View ArticleImproving the performance of the Spring-Petclinic sample application (part 5...
This is part 5 of our 5-part series on improving the performance of the Spring-petclinic application. Here are part 1, part 2, part 3 and part 4. Adding more cache To increase application performance,...
View Article