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 |
Give an example of validates method used to avoid errors.
explain the Struts flow?
What are the benefits of Interceptors in Struts2?
What is the actionform?
what is the disadvantages of using DynaActionForm in struts framework?
how you implement and maintain your struts project by using MVC2 arch?
What is the purpose of execute method of action class?
What are the various struts tag libraries?
if u r using eclipse tool how can u debbaging u r application? plz explain with sample code
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?
What are different Struts2 tags? How can we use them?
How can I make own ActionServlet? with example