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 includeaction?
What is struts xml?
What is the purpose of @intrangefieldvalidator annotation?
What is switchaction?
What is the purpose of struts.properties in struct2?
How to use forward action to restrict a strut application to mvc?
What is difference between actionform and dynaactionform?
Difference between html tags and struts specific html tags
What is the purpose of @beforeresult annotation?
Can we handle exceptions in Struts programmatically?
Explain architecture of struts2?
What is struts2 in java?
What should be the name of xml file used for validation in struts?
What is the differences between struts1 and struts2?
What is the purpose of @results annotation?