project architechture in java
Answers were Sorted based on User's Feedback
Answer / rajendra
It depends on your project in resume.
Whether it is two tier architechture or 3-tier architechture
or n-tier architechture.
whether it is
client server system
or web application
or Intranet application
or Extranet application
what is the
front end(GUI)
back end (DATABASE)
whether it is designed in jsp or serveletsor combination of
both.
whether the server is web server or application server.
Database may be oracle or SQL Server or mysql
The answer for this question depends on your project
description.
ok then byeee
rajendra_penumalli@yahoo.com
+919885162742
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prashant
Pls be specific to answer.Agreed it is proj specific...
but wt would be first ans
a) its x-tier arch
b) The App context (client-server, portal, web-app etc..)
c) Explaining Technical arch which essentailly reveils your
code design
e.g if filter are used we would say each request is mapped
to filters so we have a abc tasks & then redirected to
servlet & so on...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasanna
Yes, The architecture is absolutely depends on the project
what we are specified in the resume.
but here if basing on the struts it is 99% MVC ONLY.
| Is This Answer Correct ? | 0 Yes | 1 No |
What do you mean by action errors and what are the results they force?
What is the difference between RequestProcessor and RequestDispatcher?
11 Answers Ness Technologies, TCS,
What is apache struts framework?
multiple instances for action class is it possible
Hai all.What is the use of <logic:iterate>tag in struts application.
How you will display validation fail errors on jsp page?
What is struts in java with example?
How to override the default error message that can come during file uploading process?
What is the purpose of action tag in struts.xml?
What is the purpose of @customvalidator annotation?
What is includeaction?
how to create a search field in struts.with code