Вы находитесь на странице: 1из 4

Application server - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Application_server

Application server
From Wikipedia, the free encyclopedia

An application server is a software framework that provides an environment in which applications can run, no matter what the applications are or what they do.[1] It is dedicated to the efficient execution of procedures (programs, routines, scripts) for supporting the construction of applications. The term was originally used when discussing early clientserver systems to differentiate servers that run SQL services[2] and middleware servers from file servers. Later, the term took on the meaning of Web applications, but has since evolved further into that of a comprehensive service layer. An application server acts as a set of components accessible to the software developer through an API defined by the platform itself. For Web applications, these components are usually performed in the same machine where the Web server is running, and their main job is to support the construction of dynamic pages. However, present-day application servers target much more than just Web page generation: they implement services like clustering, fail-over, and load-balancing, so developers can focus on implementing the business logic.[3] Normally the term refers to Java application servers. When this is the case, the application server behaves like an extended virtual machine for the running applications, transparently handling connections to the database on one side, and connections to the Web client on the other. Other uses of the term may refer to the services that a server makes available or the computer hardware on which the services run.[citation needed]

Contents
1 Java application servers 2 .NET Framework 2.1 Microsoft 2.2 Third-party 3 PHP application servers 4 Other platforms 5 Advantages of application servers 6 See also 7 Footnotes 8 External links

Java application servers


The Web modules include servlets, JavaServer Pages and Enterprise JavaBeans. Business logic resides in Enterprise JavaBeans - a modular server component providing many features, mostly improving application scalability. The Hibernate project offers an EJB-3 container implementation for the JBoss application server. Tomcat from Apache, JOnAS from ObjectWeb, 974 Application Server from Jimmitry Software Development exemplify typical containers that can store these modules. The EAServer is from Sybase inc.

1 of 4

11/16/2011 4:45 PM

Application server - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Application_server

A Java Server Page (JSP) (a servlet from Java the Java equivalent of a CGI script) executes in a Web container. JSPs provide a way to create HTML pages by embedding references to the server logic within the page. HTML coders and Java programmers can work side by side by referencing each other's code from within their own. The application servers mentioned above mainly serve Web applications. Some application servers target networks other than web-based ones: Session Initiation Protocol servers, for instance, target telephony networks. Web Server is a sub set but the Application server is a super set and hence encompasses the past server information that is been stored in database.

.NET Framework
Microsoft
Microsoft positions their middle-tier applications and services infrastructure in the Windows Server operating system and the .NET Framework technologies in the role of an application server.

Third-party
Mono (not fully .NET compatible), developed by Novell, Inc., licensed under GPL. Base4 Application Server, an open source project TNAPS Application Server, freeware application server, developed by TN LLC,

PHP application servers


Are used for running and managing PHP applications. Zend Server, built by Zend Technologies, provides application server functionality for PHP-based applications

Other platforms
Open-source application servers also come from other vendors. Examples include: Appaserver Spring Framework Non-Java offerings have no formal interoperability specifications on par with the Java Specification Request. As a result, interoperability between non-Java products is poor compared to that of Java EE based products. To address these shortcomings, specifications for enterprise application integration and service-oriented architecture were designed to connect the many different products. These specifications include Business Application Programming Interface, Web Services Interoperability, and Java EE Connector Architecture.

Advantages of application servers


Data and code integrity By centralizing business logic on an individual server or on a small number of server machines, updates and

2 of 4

11/16/2011 4:45 PM

Application server - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Application_server

upgrades to the application for all users can be guaranteed. There is no risk of old versions of the application accessing or manipulating data in an older, incompatible manner. Centralized configuration Changes to the application configuration, such as a move of database server, or system settings, can take place centrally. Security A central point through which service-providers can manage access to data and portions of the application itself counts as a security benefit, devolving responsibility for authentication away from the potentially insecure client layer without exposing the database layer. Performance By limiting the network traffic to performance-tier traffic the clientserver model improves the performance of large applications in heavy usage environments.[citation needed] Total Cost of Ownership (TCO) In combination, the benefits above may result in cost savings to an organization developing enterprise applications. In practice, however, the technical challenges of writing software that conforms to that paradigm, combined with the need for software distribution to distribute client code, somewhat negate these benefits.[citation needed] Transaction Support A transaction represents a unit of activity in which many updates to resources (on the same or distributed data sources) can be made atomic (as an indivisible unit of work). End-users can benefit from a system-wide standard behaviour, from reduced time to develop, and from reduced costs. As the server does a lot of the tedious code-generation, developers can focus on business logic.

See also
Clientserver model Comparison of application servers a list of Web application servers listed by programming language. Server Standalone server Web server IBM WebSphere Application Server

Footnotes
1. ^ "What is an App Server?" (http://www.theserverside.com/news/1363671/What-is-an-App-Server) . http://www.theserverside.com/. http://www.theserverside.com/news/1363671/What-is-an-App-Server. Retrieved 2010-02-28. "Chances are good that the average reader thinks a Java application server basically provides an implementation of the servlet specification, probably an implementation of JavaServer Pages, and perhaps some more services like database connection pooling. An application server is more and less, at the same time: an application server provides an environment where applications can run, no matter what the applications are or what they do." 2. ^ "Analysis in the Application Server Environment" (http://technet.microsoft.com/en-us/library /cc750283.aspx#XSLTsection130121120120) . Microsoft Corporation. 1 June 1997. http://technet.microsoft.com /en-us/library/cc750283.aspx#XSLTsection130121120120. 3. ^ Stefano Ceri, Piero Fraternali, Aldo Bongio, Marco Brambilla, Sara Comai, Maristella Matella. "Designing Data Intensive Web Applications, 2Q03".

External links
3 of 4

11/16/2011 4:45 PM

Application server - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Application_server

AlSego XL-Groupware, the Smart Web application server (http://www.alsego.com/) Barracuda Embeddable Application Server (http://barracudaserver.com/) , Barracuda API Documentation (http://barracudaserver.com/ba/doc/) Core Server - CommonLisp Application Server for Linux (http://labs.core.gen.tr/) Oracle Application Server (http://www.oracle.com/us/products/middleware/application-server /index.htm) Simple explanation of application servers (http://www.bestpricecomputers.co.uk/glossary/applicationserver.htm) TNAPS - .NET Application Server (http://tncor.com/tnaps) Retrieved from "http://en.wikipedia.org/w/index.php?title=Application_server&oldid=460120800" Categories: Software architecture Servers This page was last modified on 11 November 2011 at 12:44. Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of use for details. Wikipedia is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.

4 of 4

11/16/2011 4:45 PM

Вам также может понравиться