Integration with Enterprise Java APIs

Finally, because JavaServer Pages are built on top of the Java Servlets API, JSP has access to all the powerful Enterprise Java APIs, including:

  • JDBC

  • Remote Method Invocation (RMI) and OMG CORBA support

  • JNDI (Java Naming and Directory Interface)

  • Enterprise JavaBeans (EJB)

  • JMS (Java Message Service)

  • JTA (Java Transaction API)

  • JAXP (Java API for XML Processing)

  • JAXR (Java API for XML Registries), JAX-RPC (Java API for XML-based RPC), and SAAJ (SOAP with Attachments API for Java)

  • JavaMail

This means that you can easily integrate JavaServer Pages with your existing Java Enterprise solutions.

Get JavaServer Pages, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.