Everything new with Servlet 4.0 (JSR 369)

In this post, I’m going to highlight everything new we have in Servlet 4.0, so get ready!
In this post, I’m going to highlight everything new we have in Servlet 4.0, so get ready!
If you need to access a properties file located outside your application, so you can change the properties without the need of a redeployment, here’s how you can do it in both WebSphere 8.5, and JBoss 7.
The Datatable component is absolutely one of the most important (if not the most) components provided by ICEfaces, both in the old ICE components and the new ACE components, in this post I’m going to explore the capabilities of the ACE Datatable component.
The JavaMail API provides a library which allows us to send and receive Email messages without the need to focus on low-level protocol details.