Dan Adler also has a thing called an RMI moniker and to quote from his home page
http://users.rcn.com/danadler/javacom/index.html

"Enterprise Java Beans
It's also trivial to modify the RmiMoniker to act as an EJB Moniker that binds to the 
javax.ejb.EJBHome interface by using a JNDI lookup instead of Naming.lookup in 
RmiMoniker. Once you have that, the MS Java VM will do all the subsequent bridging for 
you, so you can effectively write client-side code that talks to a UNIX-based EJB 
server directly from VB/VBA/VBScript without writing any Java code." 

Regards,
Paul.

> -----Original Message-----
> From: Marius Kotsbak [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 1 April 2002 5:17 AM
> To: Paul McLachlan
> Cc: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] accessing EJBs from ASP
> 
> 
> On man, 2002-03-25 at 06:54, Paul McLachlan wrote:
> > Make the ASP page talk to a COM object
> This part should be easy.
> 
> 
> >then to bridge the COM-Java divide look at Jacob. 
> > 
> > http://danadler.com/jacob/ It works!!
> But as I can see from the doc, it unfortunately only supports the
> opposite brige of what I want. It can connect to com-objects 
> from java.
> I want M$ code (ASP) to access java (EJBs). It could maybe be
> accomplished by using COM-events, but this requres the creation of a
> COM-object (most asp-developers dont't know how to create
> COM-components, and I only program java on linux...), and to 
> start some
> connection to it from jboss on startup. 
> 
> I think I will have to investigate the jboss.net-module solution.
> 
> > 
> > also the Java code generator from Steven Lewis works
> > http://www.lordjoe.com/Java2Com/index.html
> > 
> > Paul.
> > 
> > > -----Original Message-----
> > > From: Marius Kotsbak [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, 25 March 2002 10:13 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: [JBoss-user] accessing EJBs from ASP
> > > 
> > > 
> > > Are there any easy ways to access EJBs from a asp (M$ 
> Active Server
> > > Pages), as many of our customers/partners unfortunatelly use ASP
> > > webscript (probably in Visual Basic).
> > > 
> > > Can the EJBs be exported as .NET as it can as CORBA?
> > > 
> > > I found a ActiveX to EJB bridge here:
> > > http://www-3.ibm.com/software/webservers/appserv/doc/v40/aee/w
> > asee_content/xjb/concepts/cxjbovw.htm,
> > but it is for "WebSphere". Does something like this exist for JBoss
> > also?
> > 
> > Marius K
> > 
> > 
> > 
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to