|
2008-02-02 In the following table, we are going to compare the features between the two frameworks. Struts 2 is most powerfull and very simple as compared to struts 1. Any application you use will always have versions and with each version
increase the featu...Read
Arunkumar S,Beginners,
JavaOrigin.com 2008-02-02 Apache Struts is a free open-source framework for creating Java web applications. Apache Struts 2 is an elegant, extensible framework for building enterprise-ready Java web application .The framework is designed t ...Read
Arunkumar S,Beginners,
JavaOrigin.com 2008-01-25 A filter is an object that can transform the header or content or both of a request or response. Filters differ from Web components in that they usually do not themselves create a response. Instead, a filter provides functionality that can be \"attac...Read
Arunkumar S,Intermediate,
JavaOrigin.com 2007-12-04 The purpose of this application is to introduce the concept of Java Database Connectivity (JDBC) and illustrate the use of JDBC as a tool for database access. JDBC is a mechanism that allows Java to communicate with databases using a standard A ...Read
Arunkumar S,Beginners,
JavaOrigin.com 2007-12-03 JDBC is an API developed by Sun Microsystems that provides a standard way to access data using the Java programming language. Using JDBC, an application can access a variety of databases and run on any platform with a Java Virtual Machine. It i ...Read
Arunkumar S,Beginners,
JavaOrigin.com
|