Java/Spring/Web: Logout servlet exampleJava/Spring/Web: Logout servlet example
Hi, A simple mini-post concerning a servlet to invalidate the current session when the user wants to logout. This is directly supported by the servlet api by the call to
Hi, A simple mini-post concerning a servlet to invalidate the current session when the user wants to logout. This is directly supported by the servlet api by the call to
Here, a post to present briefly the recommandation XSL Formatting Objects (XSL-FO) and an example with Apache FOP. This article is a part of a serie of posts concerning the
After, my post concerning the XML parsing with JAXP (SAX and DOM APIs), here, I would present simple examples of validation XML stream with the JAXP (Java APIs for XML
Hi, A simple post about a problem that I encountred during the development of a personnal GWT application with Spring Security and its deployment on Google Cloud GAE. 1. Creation