Monthly Archives: November 2013

Load testing with Jmeter

Found these 2 useful articles that explain how to Load test a Spring WebFlow application with Jmeter: Article #1: http://spring.io/blog/2007/06/22/putting-spring-web-flow-to-a-load-test/ – June 2007, still useful but unfortunately the images are no longer hosted 😦 Article #2: http://theworkaholic.blogspot.com/2010/08/jmeter-with-spring-webflow.html – 2010 Note:

Tagged with:
Posted in Performance, Spring, Spring WebFlow, Testing

Android Development

To start with Android development, get a copy of Eclipse and install the ADT (Android Developer Tools) plugin. After restarting eclipse, it will prompt for location of an existing Android SDK, the SDK can be downloaded from the same screen.

Posted in Android, Mobile

Spring Security

The Spring Security Namespace configuration is made up of the following two namespaces: Web Application Security namespace (<http>) – defines protected urls Authentication Services namespace – defines beans that will be used to authenticate users Web Application Security (<http>) After

Tagged with: ,
Posted in Spring, Spring Security