On 12 Jun 2002, Marius Kotsbak wrote:

> On Wed, 2002-06-12 at 14:03, Holger Engels wrote:
> > On 12 Jun 2002, Dave Smith wrote:
> > 
> > > 
> > > Now I have my swing client running with a jboss backend I would like to
> > > move this beast out on to the internet. Some of my clients have
> > > firewalls that only allow them http and https access through a proxy, so
> > > a direct connection is out. It would seem I could optimize this by
> > > writting a custom EJB proxy for the connection and use HTTP tunneling
> > > for the naming lookup. I think soap for my app is overkill and would be
> > > quite slow. 
> > > 
> > > Experences, optionions , suggestions?
> > > 
> > 
> > smartcc.sourcefore.net .. a generic j2ee conform client container, that 
> > addresses exactly this problem. Features:
> > 
> > o client side interceptors
> > o pluggable transport (RMI/HTTP)
> > o Replay Tool for recording use cases and performing load tests
> > o no proprietary API
> > 
> > Holger
> Interesting. Have you tried it?

Well .. yes. I have coded it.


> There is just some extra jars and a modified auth.conf on the client
> side? Is it a server part of this also?

Client side:

o ClientContainer.jar, crimson.jar, ejb.jar, jaxp.jar
o auth.conf: org.smartcc.login.HTTPLoginModule for HTTP
             org.jboss.security.ClientLoginModule for RMI

o META-INF/application-client.xml with <ejb-ref>s
o META-INF/smart-client.xml with additional configuration for
  ejb-refs (interceptor chain, transport)


Server side:

o nothing for RMI
o generic HTTPConnector servlet for HTTP. The servlet's web.xml must be 
  configured with ejb-refs. The pathinfo is used as the jndi name.


https should work, too. Actually, I have not tested it. But the 
predecessor of the client container (in house project) does work with 
https transparently.


Holger


_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to