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
Describe responsibilities of Activator?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
what is Activation Instantinator?
Is infobus easy to use?
How will you pass parameters in RMI? Why do you serialize?
What class is the top of the awt event hierarchy?
Define aop(assepct oriented programing)?
Name three subclasses of the component class?
What is a policy?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
Name the eight primitive java types.
Explain what is synchronization?
For which statements does it make sense to use a label?
Why are some of the class and element names counter-intuitive?
how to use debug in my elipse to solve problems that exist in my project