Monthly Archives: November 2010
How to manage error pages in Java web sites
Use case When browsing the Internet I am really surprised how often you get a dirty blank page instead of a nice custom error page even in first class web sites. One fresh example is
Posted in Java course, Java for Web
Tagged glassfish, j2ee, java-hoster, jsf, server, tomcat, web
Leave a comment
Utilisez le Tomcat Manager pour déployer vos projets web sur serveur Tomcat
Le Tomcat-Manager est un outil puissant fourni avec Tomcat qui permet de disposer d’informations précieuses sur l’état du serveur Tomcat mais aussi de gérer vos applications et de déployer très simplement des fichiers war tout cela à l’aide d’une interface … Continue reading
Utilisation de JCaptcha avec JSF
Introduction aux Captcha Le captcha comme son nom l’indique (Completely Automated Public Turing test to tell Computers and Humans Apart) est un moyen simple de protéger son site de soumissions automatiques effectuées par des robots depuis l’autre bout du monde … Continue reading