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 action servlet in struts?
What are the bundled validators?
What is form bean in struts?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What are the cons of struts 2?
What do you mean by actionmapping?
What are the aware interfaces in struts2?
What are the action classes in struts?
Does apache struts run on windows?
What is the need of struts?
Why use struts framework in java?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
What design patterns are used in struts?
What is the design role played by struts?
What is the purpose of @requiredstringvalidator annotation?