Explain three tier architechture of the java project?
what is the web server and what is the database server?
Answer Posted / 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 View All Answers
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
how to test a store procedure?
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
What are bug leakage and bug release?
Hi, This is vkram.I had completed my B.E in May 2005 & currently i am undergoing Testing Course. I want to join as a Fresher in any MNC. What should I tell why u r coming to testing field & what u did this 2 years?
Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?
What is stub?
hi what are the test cases for web application..i need these example..please..mail me at mina_ims@yahoo.com
Can you explain an application boundary?
What is software review?
What is Independent Testing?
What is testing and maintenance?
Diffrence b/w functional testing,functionality testing,system testing?
Unit Testing can be done by using Nunit?
How much the bug is affecting the functionality of the application?