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 |
Why threads will block on I/O?
how convert java file to jar files?
What is the difference between ear, jar and war file?
What is the difference between the session.get() method and the session.load() method?
What is a session? Can you share a session object between different theads?
Why DOM Parser would take more Memory than SAX parser while they are parsing?
What are synchronized methods and synchronized statements?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
what is default length of textfield ?
What value does read() return when it has reached the end of a file?
What is meant by multi-threading?
which book is better for jdbc ,servlets and jsp