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
What is threadfactory?
Define the remote object implementation?
What is a clone?
Explain the steps in details to load the server object dynamically?
Define aop(assepct oriented programing)?
What is mdb and what is the special feature of that?
what are RemoteObjects?
What does module-relative mean?
Have you used threads in Servelet?
what are memory considerations of jsp compares to other web components?
What is the highest-level event class of the event-delegation model?
What is the difference between RMI registry and OS Agent?
Describe, in general, how java's garbage collector works?
What is the difference between the string and stringbuffer classes?
What are the oops concept?