struts comes under which layer of three tire architecture
in real time projects plz i need explaination?

Answer Posted / vijay

Before knowing this Answer..u should know the layers concept
There are three layers actually
1)presentation layer
2)service layer
3)Data access layer
1)presentation layer is used to design the front
end...nothing but web page what u see(using struts or jsf
or traditional servlets and jsp's)
2)service layer is actually used to write the business logic
of our application(using ejb's,spring)
3)Data access layer is used to interact with data base
(jdbc,hibernate,jpa)

so struts are used to design the front end only...based on
mvc-2 architecture

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many action classes can be used in struts application?

504


Are actions thread safe?

535


What are the Core classes of Struts Framework?

583


What is the use of resourcebundle.properties file in Struts Validation framework?

572


Who makes the struts?

543






What are action errors and error?

573


How can we display all validation errors to user on jsp page?

643


How the exceptions are handled in struts?

527


What are the some useful annotations introduced in struts2?

544


How action mapping is configured in Struts?

566


What is the use of Struts.xml configuration file?

508


Which file is used by controller to get mapping information for request routing?

533


What are the features of struts 2?

539


What is filter dispatcher in struts?

533


What is the purpose of @emailvalidator?

555