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
Which containers use a border layout as their default layout?
What is the difference between system.out ,system.err and system.in?
What is the purpose of the finally clause of a try-catch-finally statement?
What is the RMI and Socket?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What do you need to set-up a cluster with jboss?
How task's priority is used in scheduling?
Why is actionform a base class rather than an interface?
Should synchronization primitives be used on bean methods?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Why a client should be multithreading? Explain.
What must a class do to implement an interface?
What are the steps to write p-to-p model application?
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?
What is TL and its use?