what r the main benifits of web-logic(application server)
Answer Posted / xyz
An application server is a software engine that delivers
applications to client computers or devices, typically
through the Internet and using the HyperText Transfer
Protocol. Application servers are distinguished from web
servers by the extensive use of server-side dynamic content
and frequent integration with database engines.
An application server handles most, if not all, of the
business logic and data access of the application (a.k.a.
centralization). The main benefit of an application server
is the ease of application development, since applications
need not be programmed; instead, they are assembled from
building blocks provided by the application server
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is breadth testing?
A water-quality monitoring system?
What Winrunner framework did u use in ur organisation?
Diffrence b/w compiled module and shared repository?
What is difference between qa, qc and software testing?
What are the actual QA processes run in software compamy ?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
What is change request?
When a non-conformance is noted during these "reviews", what happens next?
What is the difference between test case and test data?
What is a ‘use’ case and what does it include?
What are the tables in testplans and testcases?
How the build and release differ from one another, write down the difference between build and release?
What is the rule of a "test driven development"?
What is random testing?