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

Tell me about Firewalls in RMI?

0 Answers  


Are enterprise beans allowed to use thread.sleep()?

0 Answers  


Is jvm a overhead?

0 Answers  


what is meant by JRMP?

0 Answers  


What is DTD?

3 Answers   Wipro,






can a static method be overridden

12 Answers   SolutionNET,


What is meant by method chaining?

0 Answers  


What is the difference between a menuitem and a checkboxmenuitem?

0 Answers  


Is a class a subclass of itself?

0 Answers  


Why does the option tag render selected=selected instead of just selected?

0 Answers  


What is Connection Pooling?

1 Answers   Enteg Technologies, Infosys, Polaris,


Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?

5 Answers   HCL, Mobillo Venture,


Categories