Category: <span>Open Source Tools</span>

How to Create a Simple Java Server Faces (JSF) Application WAR File for J2EE/JEE5 Deployment

This tutorial demonstrates how to put together a basic JSF war file for deployment to a Tomcat 6 server, although the simple WAR file can be deployed to any Servlet Engine, be it WebSphere, WebLogic, Glassfish, Oracle, etc. This tutorial demonstrates how to create a proper war structure, do a …

Easy and Maintainable Enterprise Testing with Unitils

Unit testing has become a mainstream task. Most developers do it. Most project leaders and architects expect their team to write tests. However, practice has taught us that a lot of teams write few tests, or spend too much time writing and maintaining them. Different development teams make common mistakes, …