What are the main key components in Web applications and
client and Server applications? (differences)
Answer Posted / btech
For Web Applications: Web application can be implemented
using any kind of technology like Java, .NET, VB, ASP, CGI&
PERL. Based on the technology,We can derive the components.
Let's take Java Web Application. It can be implemented in
3 tier architecture. Presentation tier (jsp, html, dthml,
servlets, struts). Busienss Tier (Java Beans, EJB, JMS)
Data Tier(Databases like Oracle, SQL Server etc., )
If you take .NET Application, Presentation (ASP, HTML,
DHTML), Business Tier(DLL) & Data Tier ( Database like
Oracle, SQL Server etc.,)
Client Server Applications: It will have only 2 tiers.
One is Presentation (Java, Swing) and Data Tier (Oracle,
SQL Server). If it is client Server architecture, The
entire application has to be installed on the client
machine. When ever you do any changes in your code, Again,
It has to be installed on all the client machines. Where
as in Web Applications, Core Application will reside on the
server and client can be thin Client(broswer). Whatever the
changes you do, You have to install the application in the
server. NO need to worry about the clients.Because, You
will not install any thing on the client machine.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is sei - software engineering institute?
What is compliance testing ?
18). explain testing process in your organization? 19). are you participated in test plan preparation? 20). how will you prepare test cases? 21). explain importance of the priority in test case documents? 22). explain test execution process? 23). how much time will you take to write one test case? 24). how many test cases you can execute in a day? 25). explain bug life cycle? explain difference between seveority & priority?
What is the dfd (data flow diagram)?
What is quality circle?
What are verification and validation?
What do you mean by trend analysis?
Hi..I want testing in worker compensation claims.. if anyone have real exp..can you explain it for me.. thanks
Do you know what the mean of cmm and tmm?
What is partition testing?
How will you recognise if a case is a 'test case'?
What is glossary of software qa/testing?
What is error-based testing?
What is qa engineer?
Mention what bottom-up testing is?