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

What are the states associated in the thread?

3 Answers  


Difference between sleep and suspend?

3 Answers  


Can I use multiple html form elements with the same name?

0 Answers  


What is Stream Tokenizer?

0 Answers   TCS,


What is Introspection?

2 Answers  


how the action can be map from jsp page to bean class in mvc1

1 Answers   Photon,


diff between jsp include directive and jsp action include?

4 Answers   SolutionNET,


i want documentation of text file splitter & merger of advanced java

1 Answers   Infosys,


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


What is the relation between the infobus and rmi?

0 Answers  


what is JTA ?

2 Answers  


advantage of thread?

3 Answers   HCL,


Categories