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

What are the oops concept?

0 Answers  


difference between HashMap, Hashset and hashTable?

2 Answers   HCL, Infotech,


What is a class loader?

0 Answers  


when we applied start()method on a thread ,how does it know that to execute run()method on that object?

2 Answers   HCL,


I wantr to know, How many number of users logged in to website? can any one answer

7 Answers   Cap Gemini,






what is the diffrence between banking and insurance domain?

2 Answers  


what are JSP tags? what is difference between include action and directory?

0 Answers   ADP,


Why is main purpose of XML?

5 Answers  


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?

0 Answers   IBM,


Why does most servlets extend HttpServlet?

4 Answers   Accenture, Wipro,


how convert java file to jar files?

10 Answers   Samsung,


what is Static binding?

2 Answers   Wipro,


Categories