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 is value stack?
What is the purpose of @urlvalidator annotation?
What is the difference between forwardaction and includeaction?
What configuration changes are required to use resource files in Struts?
What is the purpose of global-forwards tag in struct-config.xml?
What is the use of form bean in struts?
What is the purpose of @before?
How does interceptor work in struts2?
What is struts2 in java?
What is struts xml?
What does modeldriven interceptor?
What is role of action class?
Where can I get help with struts?
Describe the basic steps used to create a tiles application?
Are interceptors and filters different?