Mark Derricutt's Disturbing Thoughts

Jabber SMS transport

posted Tuesday, 12 April 2005
Ages ago I wrote the beginnings of an SMS transport as an experimental test-bed for applications at work, unfortunately other-project upon other-project always seemed to get in the way of actually furthering the code, or getting any XMPP related functionality into my application - and now I'm finding an opening to start my long desired IM integration, it seems I've gone and lost the code I'd written; and to top it off - the transport framework I was using ( marbles ) seems to have vanished off the face of the world...

Ironically, my reinvestigation into this code coincides with the need to reapply for JSF membership, initially I was thinking of just letting it lapse as I've not really been all that active in the areas of jabber lately (gotta hate that work thing at times), but I'm still trying to push XMPP support in the office and our applications (even though we have greater requirements that tend to get in the way of 'the fun stuff').

A quick look around the googlescape doesn't show me any existing frameworks for developing component services ( JEP-0114 ) so I may have to look into writing this first, probably wrapping JSO. Before I do that however I need to work out just what I need for my integration in the first place, and work out the best way to implement and deploy it.

If anyone out there on Planet Jabber know of any lightweight JEP-0114 containers/wrappers in Java - sing out...

links: digg this    del.icio.us    technorati    reddit




1. Ludovic left...
Saturday, 23 July 2005 3:41 am

I have the same problem: writing a JEP-0114 component in java.

Did you have a look on Whack http://www.jivesoftware.org/forums/thread.jspa?threadID=13573 ?