Home Answers Viewqa Struts configuration

 
 


V.A.G.Raju
configuration
1 Answer(s)      4 years and 9 months ago
Posted in : Struts

View Answers

August 29, 2008 at 3:50 PM


Hi friend,


A model represents an application?s data and contains the logic for accessing and manipulating that data. Any data that is part of the persistent state of the application should reside in the model objects. The business objects update the application state. ActionForm bean represents the Model state at a session or request level, and not at a persistent level. Model services are accessed by the controller for either querying or effecting a change in the model state. The model notifies the view when a state change occurs in the model.The JSP file reads information from the ActionForm bean using JSP tags.



Action class:

An Action class in the struts application extends Struts 'org.apache.struts.action.Action" Class. Action class acts as wrapper around the business logic and provides an inteface to the application's Model layer. It acts as glue between the View and Model layer.


--------------------------------------

Read for more information with example at:

http://www.roseindia.net/struts/understandingstruts_action_class.shtml

http://www.roseindia.net/struts/



Thanks.









Related Pages:
invalid configuration
configuration Exception in thread "main" java.lang.ExceptionInInitializerError... configuration at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:2241
MySQL Configuration
MySQL Configuration      ... . The mysql configuration is included with The mysql 5.0 server and mysql also available for only window users. Introduction of configuration wizard The MySQL
configuration files are used in Struts
configuration files are used in Struts  What configuration files are used in Struts
Configure the configuration file
Configure the configuration file  How do I configure the configuration file
Action Configuration - Struts
Action Configuration  I need a code for struts action configuration in XML
Form Tag library configuration
In this section, you will learn about Spring form tag library and its configuration
configuration files - Java Beginners
configuration files  i have to use configuration file in my program "listing of number of files and their modified time of directory",but problem... by user, tell me what exactly is this configuration file , what are its uses and how
Steps to log4j configuration in Struts2
Steps to log4j configuration in Struts2  Hi... any tel me each step for configure log4j in struts2 application
MySQL Configuration
MySQL Configuration      ... . The MySQL server configuration normally started during  installation process .  MySQL server configuration wizard window  The MySQL configuration wizard
Connected Limited Device Configuration
the J2ME, is the Connected Limited Device Configuration. What type of device is this most suitable for, what are main limitations of this configuration and what
xml configuration file - JDBC
xml configuration file  Hi, Could you please tell me how to write a xml configuration file . We have mysql database in some other system. I have to access the data from different system. For this jdbc connectivity how
@configuration annotation in Spring 3
@configuration annotation in Spring 3  doesn't make code tight coupling..? if we keep that in IOC in XML form, its deployment free for some kind of change management right?.   Please visit the following link: http
JDBC Configuration in Ubuntu 10.04
JDBC Configuration in Ubuntu 10.04  Hi everybody, Am using Linux Ubuntu 10.04, java jdk 1.6 and mysql 5.1 and I have trouble to load mysql connector and i have no such driver found for dbtest.java. pleas guide me to solve
Could not parse configuration: hibernate.cfg.xml
Could not parse configuration: hibernate.cfg.xml  Hi, I am getting... configuration: hibernate.cfg.xml at org.hibernate.cfg.Configuration.doConfigure... version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration
ldap configuration for SVN on linux
ldap configuration for SVN on linux  I want to set up ldap and normal file authentication for my SVN in linux. I should i do that? Here basically i need to read file which contains several user name and passwd values and LDAP
Hibernate configuration file
This tutorial helps you in understanding the configuration file of Hibernate
Configuration issues with tomcat5
Configuration issues with tomcat5  i have copied a tomcat5 zip file and unzit it in my system C:/ drive....i am folowing every standard and my directory structure is given below:-               Demo(Project Name
Configuration issues with tomcat5
Configuration issues with tomcat5  i have copied a tomcat5 zip file and unzit it in my system C:/ drive....i am folowing every standard and my directory structure is given below:-               Demo(Project Name
Tomcat Configuration For Eclipse Server
Tomcat Configuration For Eclipse Server  How to configure Eclipse Tomcat Server? I am using Tomcat 6.0v Thanks In Advance   Install tomcat on eclipse 1)First download the tomcat and install it on your hard drive. 2
How to Find PHP version and configuration?
How to Find PHP version and configuration?  Find PHP version and configuration   If you want to find the version of PHP, you can just run...: http://www.phpzag.com/find-php-version-and-configuration
Hibernate Configuration File
Hibernate Configuration File In this tutorial you will learn about the hibernate configuration file. To define a Hibernate Configuration info a resource file named hibernate.cfg.xml is used. Using this configuration file various
hibernate Configuration with eclpse 3.1 - Hibernate
hibernate Configuration with eclpse 3.1  Dear Sir, i m developing a program using hibernate with struts. but i am not able to configure eclipse 3.1 ide for it. so please tell me step by step configuration process
hibernate configuration with eclipse 3.1 - Hibernate
hibernate configuration with eclipse 3.1  Dear Sir, i got your mail and found the link. i have already found that link. When i m deploying our project.its not running. so i want to about the whole process. i have
Hibernate Configuration
The configuration of Hibernate is handled by the instance of org.hibernate.cfg.Configuration . It symbolizes the complete mapping between Java data types to the SQL database or database table. It is used to construct
More than one Faces Configuration file
More than one Faces Configuration file  Is it possible to have more than one Faces Configuration file
What are the most common methods of Hibernate configuration?
What are the most common methods of Hibernate configuration?  Hi, What are the most common methods of Hibernate configuration? thanks
What are the concepts and purpose of Spring configuration file.
What are the concepts and purpose of Spring configuration file.  Hi, What are the concepts and purpose of Spring configuration file. Thanks
Spring Bean Configuration
Spring Bean Configuration The support of inheritance is present in the Spring framework and common values or configuration is shared among beans. The child bean inherits the properties and configuration of the parent bean or base
Struts 2 zero configuration,Struts 2 zero configuration Example
Struts 2 Zero Configuration This section discusses Struts 2 zero configuration feature with example. The Struts 2 zero configuration is another very.... There is no need to write xml configuration or property files. In order
Static Resources Configuration
In this section, you will learn about Static Resources Configuration through MVC Java config and XML Namespace
how to connect mySql drivers into eclipse(configuration)?
how to connect mySql drivers into eclipse(configuration)?  how to connect mySql drivers into eclipse(configuration)? I need the configuration in eclipse. what do i have to download from mySql and just downloading is enough or do
How to do Static Resources Configuration in Spring MVC?
How to do Static Resources Configuration in Spring MVC?  Hi, I want to know How to do Static Resources Configuration in Spring MVC? thanks
The @configuration annotation example in Spring 3.0 Framework
The @configuration annotation example in Spring 3.0 Framework  I was going through the tutorial on Spring for "The @configuration annotation example in Spring 3.0 Framework" but I am getting following error when I Run
spring mvc configuration with mysql using jdbc
spring mvc configuration with mysql using jdbc  hai I want to configure web mvc with mysql using jdbc template. when I submit values using registration form it will reflect on database which i was created earlier. send me code
Tomcat Server configuration with Eclipse at remote machine
Tomcat Server configuration with Eclipse at remote machine  "Several Ports (8081,8009), required by /Tomcat v6.0 Server at a localhost are already in use. The server may already be running in another process, or a system process
Writing Hibernate Configuration Files
Writing Hibernate Configuration Files In the previous section we completed.... In this section we will write required hibernate configuration files. For this tutorial we need following Hibernate configuration files: Hibernate Configuration
Writing Hibernate Configuration Files
Writing Hibernate Configuration Files   ... we will write required hibernate configuration files. For this tutorial we need following Hibernate configuration files: Hibernate Configuration File
The @configuration annotation example in Spring 3.0 Framework
@configuration annotation in Spring 3  ... the Java configuration annotation @configuration. The @configuration annotation is code centric and can be used in place of xml configuration file.  Two way
Using several configuration resource files in one single application
Using several configuration resource files in one single application  How can I use several configuration resource files in one single application
Developing JSP, Java and Configuration for Hello World Application
Writing JSP, Java and Configuration for Hello World Application... and required configuration files for our Struts 2 Hello World application. Now...;} } Developing Controller Configuration File: Struts 2 uses the struts.xml file
Spring Null value, Set null value in Springs configuration file
Spring Null value, Set null value in Springs configuration file In this example you will see how to set null value in the Spring configuration file. NullBean.java package spring.nullvalue.example
struts configuration give error like doctype root=null
struts configuration give error like doctype root=null  hi this is srinivas. i have problem in struts configurationfile. when ever i depoly the project into tomcat server it raises the following problem. plz help me how
Add configuration in struts.xml file
Add configuration in struts.xml file Struts uses the configuration file... is core configuration file for struts application. Before configuring... Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org
Struts Configuration file - struts.xml
Struts Configuration file - struts.xml      .... The struts.xml File The Struts 2 Framework uses a configuration file (struts.xml... configuration for an application. Prior to runtime, the configuration is defined
Configuration, Resource Usage and StdSchedulerFactory
Configuration, Resource Usage and StdSchedulerFactory... JobStore your scheduler should use (and it's configuration settings... of what they're doing (2) it does not allow for declarative configuration

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.