what is project architecture?give brief explanation about
project architecture?
Answer Posted / chaitu.riims
Project Architecture means like take the below example.
There are like 2-Tier,3-Tier and so on n-Tier architecture.
So generally for 3-Tier Architecture 1.Client(Browser),
2.Server (Tomcat) 3.Back end Database(Oracle).
So explain like Requests will be taken from the Client and
it will be process in Tomcat server the server will contact
the database and process the request.The request will be get
back to the service method and inturn it will send to the
client nothing but browser.
so in this way you have to tell about your project.
May be it will help you.
| Is This Answer Correct ? | 144 Yes | 27 No |
Post New Answer View All Answers
What is the purpose of @action annotation?
What do struts do?
How do struts work?
How can we upload files in Struts2 application?
How the exceptions are handled in struts?
What is form bean in struts?
How can we group related actions in one group in Struts?
How can forward action be used to restrict a strut application to mvc?
How are interceptors and servlet filters different?
Why we use struts in java?
What is the purpose of @urlvalidator annotation?
What is the purpose of @typeconversion annotation annotation?
What are best practices to follow while developing Struts2 application?
Which interceptor is responsible for i18n support?
What's mvc pattern ?