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
Describe Testing Decomposition?
What is defect removable efficiency?
If date field is a text field write test cases to validate it?
What is unit level testing?
How should validation activities be handled?
what is the common in all s.o.p (standaed operating procedure)?
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
What is the difference between stlc and sdlc?
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
1.Enlist the types of testing performed for any window in sequence? 2.Use of edit_get_list function 3.Accuracy & Precision
Can you explain exploratory testing?
What are the factors affecting a manual testing project and what are the ways to overcome it?
I want to know about satyam manual testing questions
Which are the standards for software test plans?
1. what exactly is heuristic checklist approach for unit testing ?