[OPEN-ILS-DEV] patch for opensrf.jar

2007-07-21 Thread Ed Summers
Attached is a minor patch to OpenSRF/src/java/Makefile for creating a opensrf.jar. I was thinking an opensrf.jar would make it easy to deploy OpenSRF client in a Woodchip/OpenTaps instance. It's not yet clear to me what the build environment is (or will be) for Woodchip--but .jar files are used

[OPEN-ILS-DEV] opensrf java support - quick intro

2007-07-21 Thread Bill Erickson
With the latest OpenSRF JSON changes, the OpenSRF Java library is now alive. The code lives in OpenSRF/trunk/src/java. org/opensrf/*.java -- essential OpenSRF objects org/opensrf/net/xmpp/*.java -- slim Jabber client code org/opensrf/util/*.java -- generic utility stuff (JSON handling, etc.)