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
What do you mean by ognl?
What are construction struts?
What is apache struts cve 2017 5638?
What is request processor and how does it relates to action mapping?
Explain about how requests from the client are sent?
Which servlet does the struts framework use?
Which configuration files are used in struts?
What is java struts?
What are action errors and error?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
What is token used for?
What are the life cycle methods of interceptor?
What is the difference between requestaware and servletrequestaware interface?
What configuration changes are required to use resource files in Struts?
How you will display validation fail errors on jsp page?