Lisp HUG Maillist Archive

Java RMI / EJB

Has anyone implemented the Java RMI protocol or been able to connect  
Lisp to an app server like JBoss or Weblogic?

	Thanks, Joel

--
http://wagerlabs.com/






Re: Java RMI / EJB

> Has anyone implemented the Java RMI protocol or been able to connect
> Lisp to an app server like JBoss or Weblogic?

I believe that Sven has successfully connected to jboss using jfli,

http://article.gmane.org/gmane.lisp.lispworks.general/2583

Sean.


Re: Java RMI / EJB

On Sun, Feb 11, 2007 at 02:14:08AM +0000, Joel Reymont wrote:
> Has anyone implemented the Java RMI protocol or been able to connect  
> Lisp to an app server like JBoss or Weblogic?

I think from my investigations of RMI a year ago, I discovered that RMI
was rather intimitely tied into Java's serialization protocol.

http://java.sun.com/j2se/1.3/docs/guide/rmi/spec/rmi-protocol4.html

So I doubt getting CL to talk RMI would be trivial, though it would be
an awesome hack.

-bcd


Re: Java RMI / EJB

On Tue, 13 Feb 2007 16:08:30 +0100, Jason Trenouth  
<jason.trenouth@globalgraphics.com> wrote:

>
> On 11/02/2007 18:06, Brian Downing wrote:
>> On Sun, Feb 11, 2007 at 02:14:08AM +0000, Joel Reymont wrote:
>>
>>> Has anyone implemented the Java RMI protocol or been able to connect   
>>> Lisp to an app server like JBoss or Weblogic?
>>>
>>
>> I think from my investigations of RMI a year ago, I discovered that RMI
>> was rather intimitely tied into Java's serialization protocol.
>>
>> http://java.sun.com/j2se/1.3/docs/guide/rmi/spec/rmi-protocol4.html
>>
>> So I doubt getting CL to talk RMI would be trivial, though it would be
>> an awesome hack.
>>
>
> In theory RMI can be made to use IIOP which is CORBA's native protocol.  
> Then you can speak CORBA to JBoss.
>
> __Jason
>

There are a couple of interfaces to java.
http://jfli.sourceforge.net/

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Updated at: 2020-12-10 08:46 UTC