aa Contact Us aa Home aa About Us aa news aa Free Books aa Books




SERVLETS PERFORMANCE

   
J2EE
Subcategories


J2EE
aa Connectors
aa EJB
aa Java Mail
aa JDBC
aa JMS
aa JMX
aa JNDI
aa JSP
aa JTA
aa JTS
aa IDL
aa RMI/IIOP
aa Servlets
aa XML/JAX/JDOM
a INTEROPERABILITY
aa CCM
aa COM
aa CORBA
aa XML
aa WebServices

OTHER
aa J2EE Certification
aa J2EE Design
aa J2EE Performance
aa Java Data Objects

JAVA NETWORK
aa JavaOlympus
aa J2EEOlympus
aa JSPOlympus
aa J2meOlympus







Servlet Container Performance Report: Comparing The Performance of J2EE Servers ] The standardization of the application server, thanks to Sun's J2EE specifications, has spawned a wealth of implementations. There are offerings from big players such as Sun, BEA, IBM and Oracle as well as numerous offerings from low-cost vendors and the open-source community.
JSPs/Servlets Performance With the emergence of new server component standards such as EJB (Enterprise Java Beans) and JSP (Java Server Pages), it is interesting to evaluate the potential of each of these technologies in terms of performance and deployment.
Best Practices to improve performance in Servlets Servlets represent an extension to the HTTP server. It takes http request as an input and sends the http response to the client as an output. Servlet API provides two packages they are javax.servlet and javax.http.servelt. These packages contain interfaces and classes to deal with generic and http functionality that means you can write a Servlet in java to get http request and send a http response to the client. Client is typically a browser. These interfaces are implemented by Servlet Engines. There are numerous vendors who provides Servlet Engines to work with Servlets, for example Tomcat, weblogic, webshpere etc.

    J2EE PERFORMANCE
Introduction

J2EE Connectors

EJB

Java Mail

JDBC

JMS

JMX

JNDI

JSP

JTA

JTS

IDL

RMI/IIOP

Servlets

J2EE and XML

J2EE and CORBA

J2EE and Web Services

J2EE Design