Burlap EJB Client
Resin 3.0

Features
Installation
Configuration
Web Applications
IOC/AOP
Resources
JSP
Servlets and Filters
Portlets
Databases
Admin (JMX)
CMP
EJB
Amber
EJB 3.0
Security
XML and XSLT
XTP
JMS
Performance
Protocols
Third-party
Troubleshooting/FAQ

Tutorials
Burlap Clients
Hessian Clients
CORBA/IIOP Server
Scrapbook
Burlap Clients
EJB
CORBA/IIOP Server

Configuring an EJB client using the Hessian protocol is similar to using Burlap, only the names change. BurlapContextFactory as a JNDI link. The client will use

Hessian EJB Client

Resin-EJB with Hessian
<web-app>
  <jndi-link>
    <jndi-name>java:comp/env/ejb</jndi-name>
    <jndi-factory>com.caucho.hessian.HessianContextFactory</jndi-factory>
    <init-param java.naming.provider.url="http://host.com/hessian"/>
  </jndi-link>
</web-app>


Burlap Clients
EJB
CORBA/IIOP Server
Copyright © 1998-2005 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.