When Java developers start talking about application servers, Tomcat is often thrown into the mix. After all, it’s one of the most popular options for lightweight development scenarios, and in many ...
If an application is useful, then the network of users will grow crazily fast at some point. As more and more mission-critical applications are now running on Java EE, many Java developers are caring ...
The details of Java EE 6 have been getting hashed out for quite a few months in the JSR 316 expert group, which I am part of. The goal of this article is to give you an overview of the changes in Java ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
In the "what sand was my head in" department, by way of Bob Sutor's blog comes a reminder that the Apache Software Foundation's Geronimo J2EE server project has cleared the biggest hurdle towards ...
It’s a long-standing rule of thumb that we should not use java.lang.Thread within a Java EE server’s servlet or Enterprise JavaBeans (EJB) container. The reason is that a managed environment should ...