Java
-
Java Best Practices – Char to Byte and Byte to Char conversions
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to talk…
Read More » -
ConcurrentLinkedHashMap v 1.0.1 released
Hello all, we released version 1.0.1 of our concurrent LinkedHashMap implementation. In the latest version several minor modifications have been…
Read More » -
‘Hello World’ portlet on JBoss Portal
Portlet Overview This tutorial will show you how to create and deploy a simple portlet. Portlets are Java technology based…
Read More » -
Java Best Practices – Queue battle and the Linked ConcurrentHashMap
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to perform…
Read More » -
GWT EJB3 Maven JBoss 5.1 integration tutorial
Hello everyone, In this article we are going to demonstrate how to properly integrate GWT and EJB3 in order to implement an example…
Read More » -
Java Best Practices – String performance and Exact String Matching
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to talk…
Read More » -
Java Best Practices – Vector vs ArrayList vs HashSet
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to perform…
Read More » -
Sending e-mails in Java with Spring – GMail SMTP server example
For e-mail sending in Java, the JavaMail API is the standard solution. As the official web page states, “The JavaMail…
Read More » -
Java Best Practices – High performance Serialization
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to discuss…
Read More »