




(
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 »





(
0 votes, average: 0 out of 5, rated)
This is a short introduction to a great databases abstraction in PHP5. It can handle the mapping of database fields to php objects (ORM). It is called “Doctrine”.
Instead of Propel, Doctrine support two modes :
1) Pre-generation of the model.
2) Runtime in-memory creation of the model.
The second mode is really interresting for debuging.
[Lire l'article →]
Les Tags: PHP // Commenter »





(
0 votes, average: 0 out of 5, rated)
PHP5 is introducing the Object Oriented Programmation foundments. This include the creation of some methods used to help the manipulation of objects. They can make automated tasks (usually boring), catch lost calls to unexisting methods or preperties…
In an Architect side, I would say that the usage of theses methods is the inverse of a best pratice, but in some specifics jobs, they could really help.
[Lire l'article →]
Les Tags: PHP // Commenter »