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 the applet sandbox?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
What is RMI and what are the services in RMI?
1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?
What is waiting state? In what ways a thread can enter into waiting state?
what is stringBuffer and StringBuilder?
What state a thread enters, When it blocks on I/O?
What is the lifecycle of an applet?
why we use main in java?
What do you mean by Socket Programming?
How can I avoid validating a form before data is entered?
diff between jsp include directive and jsp action include?