Explain three tier architechture of the java project?
what is the web server and what is the database server?



Explain three tier architechture of the java project? what is the web server and what is the databa..

Answer / anonymous

Client (Browser)
JspContainer(Weblogic/Tomcat)
DBserver(oracle)
----3Tier----
or
Client (Browser)
EJBContainer(Weblogic)
DBserver(oracle).

web server deals requests from clients(browsers) and
process them, give the response to client. It may deal with
dbserver.
Dbserver stores the data using an RDBMS like oracle.
Actually oracle is a dbserver + dbms.

Webserver-Weblogic/tomcat
Dbserver-Oracle/mysql/mssql

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

What is Environment Requirement?

4 Answers   HCL,


What is difference between system and functional testing?

2 Answers   IBM,


what is forward & backword tracebility matrix?

1 Answers  


How to do the performance testing manually? Does you have a test case for that?

0 Answers  


What is internationalization testing (i18n testing)?

0 Answers  






what is the creteria required for deciding when the test cases are cover the requirements of the client or project ?

1 Answers  


tell me some req'r which were added to frs , in the middle of the project? brahma412@yahoo.co.in July 24

1 Answers   CTS,


When do u stop testing?

5 Answers  


If there there are 100 test cases which need to be executed in one day and out of them 50 are of Critical Severity, 30 are Major and 20 are Minor. What would be your approach?

6 Answers  


Use of Requirements Traceability?

3 Answers  


What is Test management?

1 Answers   CitiGroup, INOX,


I entered all the field in a form and b4 clicking the submit button the system goes off...in this senario where is my data stored or it is lost???

2 Answers   SuperValu,


Categories