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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What does module-relative mean?

569


What is JTS?

1857


Why doesn’t the focus feature on the tag work in every circumstance?

556


Is a class a subclass of itself?

583


Is the ternary operator written x : y ? Z or x ? Y : z ?

631






what is a non-repeatable read?

1822


Which textcomponent method is used to set a textcomponent to the read-only state?

624


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

3441


In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?

2149


Explain about thread synchronization inside a monitor?

1992


What is a session? Can you share a session object between different theads?

547


What are the different approaches to represent an inheritance hierarchy?

577


What is synchronization and why is it important?

535


What is metaspace?

539


What is the immediate superclass of the applet class?

591