Friday, January 21, 2011

Asynchronous programming in Java with Jsp and Servlets

Have you ever needed to do some task asynchronously with Jsp and servelet? If if is EJB container like jboss then we can use message driven beans or some other technique. I found a good discussion thread that has suggested few good solutions for that.

http://cephas.net/blog/2004/02/02/asynchronous-method-invocation-in-java/

State Machine implementation for Spring Boot Project

Well I do not write a lot about it. You have plenty of resources to read about it. The behavior of state machines can be observed in many d...