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 is the lifecycle of an applet?

2 Answers  


What is in-memory replication?

1 Answers  


Why do I get a duplicate name error when loading a jar file?

1 Answers  


What is the highest-level event class of the event-delegation model?

1 Answers  


What if the static modifier is removed from the signature of the main method?

1 Answers  


what do u mean by java bean??

2 Answers   ADP,


What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

1 Answers  


What are local interfaces? Describe.

1 Answers  


does j2ee means advanced java

10 Answers  


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

1 Answers  


how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)

1 Answers   TCS,


For which statements does it make sense to use a label?

1 Answers  


Categories