Free Online Whiteboard Base64 Converter JSON Utility SmartTool PDF

Category: Blog

What are the the new features in J2SE 5 or java 1.5 ? 0

What are the the new features in J2SE 5 or java 1.5 ?

Java 5.0 New Features Autoboxing/Unboxing Enumerations Varargs Enhanced for loop Metadata-Annotations Java Generics Java 5.0 New Features Java 5.0 New features are listed in short here Autoboxing/Unboxing Enumerations – with ‘enum’ keyword Varargs –...

What is Action Class? 0

What is Action Class?

The Action Class is part of the Model and is a wrapper around the business logic. The purpose of Action Class is to translate the HttpServletRequest to the business logic. To use the Action,...

What is ActionServlet? 0

What is ActionServlet?

The class org.apache.struts.action.ActionServlet is the called the ActionServlet. In the the Jakarta Struts Framework this class plays the role of controller. All the requests to the server goes through the controller. Controller is responsible...

What is Jakarta Struts Framework? 0

What is Jakarta Struts Framework?

Jakarta Struts is open source implementation of MVC (Model-View-Controller) pattern for the development of web based applications. Jakarta Struts is robust architecture and can be used for the development of application of any size....

What is Struts? 0

What is Struts?

The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and XML, as well as various Jakarta Commons packages. Struts encourages application architectures based...