Agile Feedback on GUI and UX

Agile changed the way we develop and deliver versions. It also means there every two to three weeks developers will move forward and start working on something new. Receiving feedback as soon as possible has become more important. If a developer receives feedback on something he worked on two sprints ago, it will take him longer to resolve it (switching the development environment and getting the right source, think about the problem, fix it, time to build, test, check in and document the fix).

Integrating JavaScript web applications with a web service using Crowd

In a previous blog post Bram described how to set up a Stateless Web Service and secure this using a combination of Spring Security 3 and Crowd. In this entry of the blog post I will describe how you can communicate with this web service from a pure HTML & JavaScript web application.