Spring’s Architectural benefits

Posted in Java Frameworks by admin - Aug 22 2011

Spring is a framework that focuses on many areas than other frameworks do. Testing is very easy here because it follows a ground up to design. And it is a progressing integration technology. This article provides you the benefits of spring while doing a project. For organizing the objects in the middle tier effectively, we […]

Wings

Posted in Java Frameworks by admin - Feb 07 2011

Wings is a framework for web development which is based on java Servlets and Swing API with MVC . Wings also have its event oriented design structure . In Wings it can use the Swing components and also can utilize  events  and  listeners of Swing . like Swing here we  can use hierarchy of containers […]

Struts2 Productivity Tips

Posted in Java Frameworks by admin - Sep 14 2010

      To make a web application more productive when using Struts2, there are some techniques and tips. This article will provide you an introduction to some of these tips. which are,   Reuse the configurations of action   Actions can be configured into packages. And extension of this packages to other packages is […]