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 |
what is default length of textfield ?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
how do you Handle Front End Application data against DB with example?
0 Answers Campus Interaction, HCL,
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
What is the main functionality of RRL(Remote Reference Layer)?
what is the difference between System.out.println and out.println in java
whats is mean by connectionpooling
Name the method to find, if a thread is active or not?
Will the general public have access to the infobus apis?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Explain Life cycle of Servlet Filter.
2 Answers InfoBrain, ITC Infotech,
Why a client should be multithreading? Explain.