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
Diffrernce between client server testing and web server testing.
Explain the manual testing process?
can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?
write testcases for open dialogbox
What are all the scenario for 1.google analytics 2.api 3.paypal
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
List out test deliverables?
wat are the questions would the project leader ask about the project?? please do send the answers early.
What is a critical bug?
Why is software testing required?
What is smoke test? Do you use any automation tool for smoke testing?
When do we perform smoke testing?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
What is a test scenario?