What is meant by Project Architecture?
>> Tuesday, June 21, 2011
Project Architecture :
Project architecture means nothing but ,the when the client sends the request to the server and server generates the response.How the functionality works is nothing but project Flow.
Here in above image we are using 3-Tier architecture.
Project Architecture means like take the below example.
There are like 2-Tier,3-Tier and so on n-Tier architecture.
So generally for any project we are using 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.
Project architecture means nothing but ,the when the client sends the request to the server and server generates the response.How the functionality works is nothing but project Flow.
Here in above image we are using 3-Tier architecture.
Project Architecture means like take the below example.
There are like 2-Tier,3-Tier and so on n-Tier architecture.
So generally for any project we are using 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.
0 comments:
Post a Comment