To develop with GWT and on GAE, it is necessary to install the Google Tools for Eclipse. These tools are plugins which provide both Google App Engine and GWT development
After my post concerning presentation of Queue/BlockingQueue, I would continue with a post about the BlockingQueue implementation: java.util.concurrent.DelayQueue. This implementation of BlockingQueue stores and keeps the elements internally until a
Hi, After my last post presenting an example about the annotation in JAVA Java : Annotation : Example of validation with annotation (mandatory, target, maxlength…) I would expose another example