




(
1 votes, average: 4 out of 5, rated)
here is a sample application used to challenge users to be able to see if they are a bot or not. Subscription forms are always needing this kind of tools for server security. The goal is to build a picture containing text, and to compare user’s input with it.
It is very difficult to build a bot able to go throught that kind of security (very difficult doesn’t mean impossible!).
[Lire l'article →]
Les Tags: Java // Commenter »





(
0 votes, average: 0 out of 5, rated)
Maven will help you to automate boring tasks of a java project. It will take in charge librairies versions, Eclipse project files, builds, and unit testing validation. This article intends to give you an overview of Maven usage in a simple project. Instead of its old parent ANT, Maven wants you to describe tasks to do, and not the way to do them. I believe this is a more interesting way to work.
[Lire l'article →]
Les Tags: Java // Commenter »





(
1 votes, average: 5 out of 5, rated)
The implementation of an Application cache is always a task which needs to impact many peoples and ressources to be done. EHCache is a simple and fast solution to implement, easy to connect with any existing application.
here is a sale-pitch which in my mind, defines the best EHCache:
“Ehcache is a pure Java, in-process cache”, “Available under the Apache 1.1 license. Ehcache’s copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects.”
[Lire l'article →]
Les Tags: Java // Commenter »





(
0 votes, average: 0 out of 5, rated)
This article’s goal, is to show you you to simply generate a report readable with Excel in Java technology using Spring MVC Framwork.
[Lire l'article →]
Les Tags: Java // 1 Commentaire »