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 |
Why was reload removed from struts (since 1.1)?
Explain about logic match tag?
What are the steps involved in creating a strut application?
What does i18n interceptor?
What is role of actionservlet?
What is the differences between struts1 and struts2?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
Which interceptor is responsible for i18n support?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
what is the use of cvs in struts?
What is struts? Explain
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips