From: <mod...@li...> - 2005-04-03 20:15:07
|
There is an sourceforge project called 'destiny' that is an HTTP bridge to JMS. You could use that as a starting point to implement that same HTTP API used by mod-pubsub. There's nothing magic about the server implementation of mod-pubsub, it's all in the protocol. If mod-pubsub had a multi-server protocol for a constellation of messaging servers, that would be more work to 'port', but still doable. The java client I built is on the old mod-pubsub API, I don't think it's compatible with the new server implementation. There are actually two java client libraries in CVS for mod-pubsub. One has lots of unit tests. Mine doesn't... but still works. Let me know if you need advice or additional work for a java client or java server - i'd love to help implement a java server. I'd also like to implement an RSS format for 'change-lists' (lists of recent events) that use 'next' and 'prev' links to traverse past and future history - I think that's the correct approach for a REST based event notification system. ----- Original Message ----- From: "Adam Rifkin" <ifi...@gm...> To: "Oliver Muoto" <ol...@mu...> Cc: <mod...@li...>; "Kragen Sitaker" <ksi...@co...>; <mdi...@ho...>; "Gregory Burd" <gre...@gm...>; "Benjamin C. Wiley Sittler" <bsi...@gm...> Sent: Friday, April 01, 2005 10:16 AM Subject: Re: Quick question... > Hi Oliver, > > Thanks for your comments. > > I believe experimental client libraries for Java already exist in > mod-pubsub. Mike Dierken, who is Cc'd, might know more. > > As far as the server being ported to Java, no one has yet attempted. > One quick thing to try is using Jython to compile the Python to Java > bytecodes, though I don't believe anyone has tried this yet. > > I'm Cc'ing the mod-pubsub-developer list in case anyone else has heard > about any attempts to port to Java... > > Cheers, > Adam > > On Apr 1, 2005 8:26 AM, Oliver Muoto <ol...@mu...> wrote: > > > > > > Adam > > Need your advice. I want (need) to convert Mod-pubsub to Java! Doing a > > decent amount of AJAX development and have developed a need for real-time > > data boss. Have no problem using Mod-pubsub but some clients has a major > > problem with "lesser languages" ;) .. No offence, but given most of their > > other infrastructure is J2EE, they are not willing to mix 'platforms'. Any > > suggestions? I have tried to do it 'on the cheap' but none of my outsourced > > development teams seem to get it, everyone things I am trying to build a JMS > > implementation ;(. Before I have to shell out real money, wanted to check in > > with you. Any plans to port to Java? If you do, I think you open a WHOLE new > > (and large) market (if you can call it that) for the solution. Most large > > systems today are still J2EE, and in that world there is no mix and match, > > there is but Java. > > > > Oliver > > > > Oliver Muoto > > Co-founder, Epicentric > > e: ol...@mu... > > c: 650-787-5567 > > f: 603-258-8950 > > http://www.muoto.com?s=o > > > > Metablocks > > Advanced UI and App Design > > http://www.metablocks.com/jump?s=o > > > > MerchantCircle > > Want free advertising for your business > > http://www.merchantcircle.com/free > > > > Vignette Completes Acquisition of Epicentric: > > http://www.vignette.com/epicentric > |