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 the difference between the font and fontmetrics classes?
What is ripple effect?
Explain about thread synchronization inside a monitor?
How would you detect a keypress in a jcombobox?
What is the difference between RMI registry and OS Agent?
What is the difference between the string and stringbuffer classes?
Explain what is synchronization?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the difference between system.out ,system.err and system.in?
What restrictions are placed on the values of each case of a switch statement?
What is RMI and what are the services in RMI?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What are the steps to write p-to-p model application?
Difference between DurableSubscription and non- DurableSubscription?
what is meant by JRMP?