Where do struts come under in three tier architecture in real time projects? Please I need explanation?
Where do struts come under in three tier architecture in real time projects? Please
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Struts is an entire framework and isn’t really going to only be one layer of the typical ‘three tier’ architecture (presentation, application, and data storage).
Struts is going to provide you an MVC framework in Java land. You’ll be able to better divide your presentation layer, application layer, and data persistance rather than mingle and mash them all together.