What is the Difference between Client Server and a web
Application?

Answer Posted / swati

Hi Friends,

I am also hunting for job like you guys. Thanks for the
requests for clarification of web application as 2-tier.

for eg : lets us take an example of user logging into
portal.

the webpage(where you are providing username and password)
is a front end page and its clear we treat it as one tier.
Once you enter username and password, these must be
validated. There are two options, you can validate in the
same jsp page or you can use another servlet to validate
these user credentials and delegate the request to
appropriate page on success.

Here the point is if you are validating the username and
password in the same jsp which means the frontend page(lets
think as a jsp) is directly interacting with
database...then we can treat it as a two tier. Incase if
this jsp is again talking to other servlet saying..."hey
servlet...please validate this user id and password and
decide yourselves what ever you want to do if success or
failuer? " then simply this servlet will validate and
forward to database if success otherwise it will forward
to error.jsp saying invalid username and password..so this
can be treated as three tier.

Most of the time two tier is not recommended
because..According to Jsp specification..jsp are good to
use as presentation purpose but not for controlling and
performing bussiness logic..This is what all I know


regds,
swati

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

negative test cases on banking domain ?

3402


whar are the contents in db testing test case template

1620


What is build interval period?

1836


Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.

1646


What type of metrics would you use?

1739






Plz give me manual testing real test case ?

1032


what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u

1721


What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)

1658


Negatives test cases of gmail login page With its severity , priority and expected results columns Through test case template-oodles technologies gurgoan

2173


What are the phases involved in software testing life cycle?

682


How to do integration testing on duster......

1243


I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in

7762


what is e-tester?

2050


How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....

1632


What is the difference between stlc and sdlc?

612