what are the software's needed to develop advanced java 3
tier application project



what are the software's needed to develop advanced java 3 tier application project..

Answer / srinivas c.

Three tire architecture:
1.Ensures that no hackers can access you r system.
2.it consist of a browser based Application written in jsp.
Datainterchange happens via encripted Data Strudtures.

Application Processing provided by multiple tiers –
1. Database Server
2. Application Server
3. PC Workstation

Benefits of the Client/Server Model
• Divides Application Processing across multiple machines:
􀂾 Non-critical data and functions are processed on the client
􀂾 Critical functions are processed on the server.
Advantages
Development Issues:
• Complex application rules easy to implement in application
server
• Business logic off-loaded from database server and client,
which improves performance
• Changes to business logic automatically enforced by server
– changes require only new application server software to be
installed
• Application server logic is portable to other database
server platforms by virtue of the application software
DisAdvantages.
More complex structure
• More difficult to setup and maintain.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Advanced Java Interview Questions

A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

0 Answers  


What is the purpose of the notifyall() method?

0 Answers  


How many ways can a thread be used?

4 Answers   Sun Microsystems,


How to determine applet?s height and width?

1 Answers  


What is the relation between the infobus and rmi?

0 Answers  






difference between applicationserver and webserver

4 Answers   SolutionNET,


Why are some of the class and element names counter-intuitive?

0 Answers  


Explain about thread synchronization inside a monitor?

0 Answers   Saksoft,


Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.

4 Answers   HeadStrong,


why we use main in java?

4 Answers  


difference between apllet and interface class

1 Answers   Infotech,


Why won’t the jvm terminate when I close all the application windows?

0 Answers  


Categories