what is project architecture?give brief explanation about
project architecture?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ramakrishna
Project acchitcture represents no of components we are
using as part of our poject and the flow of request
processing. i.e what components involves in procession the
request and in which order.
For example if u take MVC archicture when u send a request
Controller receives the request and it decides which
business logic has be executed and after executing Model
component ,controller passes the request to JSP (View) to
display the state of the data u user.
| Is This Answer Correct ? | 72 Yes | 18 No |
Answer / raju
Hi
project architecture:
first y ur current project name like abc
my source built on oracle database and flatfiles
we extract data from oracle database views everyday by using some application
staging area :oracle
target definition :sql server
while moving data source to stage area we perform cleansing operation like
provide default values and changing date formats ...
| Is This Answer Correct ? | 1 Yes | 1 No |
Struts follows which design patterns?
What is the purpose of @key annotation annotation?
What is the purpose of @doublerangefieldvalidator annotation?
What is the purpose of struts.xml in struct2?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
what is the current salary package in India for a java programmer who has 2 years experience
Describe the mvc on struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
Provide some important Struts2 constants that you have used?
if u r using eclipse tool how can u debbaging u r application? plz explain with sample code
What is the use of reset method of ActionForm class?
How does interceptor work in struts2?