Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SendMessage.jar | 2015-08-08 | 8.9 kB | |
SendMessage_static.jar | 2015-08-08 | 304.5 kB | |
README | 2015-06-12 | 701 Bytes | |
Totals: 3 Items | 314.1 kB | 0 |
Note that both a minimal JAR and a static JAR are provided, depending on your needs: SendMessage.jar -includes only the bytecode and source for the SendMessage demo SendMessage_static.jar -includes the bytecode and source of the SendMessage demo -includes the bytecode of all build-time and run-time dependencies: OpenAutonomy.jar and aXMLRPC.jar Which to choose: SendMessage_static.jar is a good "quick start" as it can be run, out of the box, with even the correct main class. It is, however, larger in that it contains the code from dependent projects, as well. SendMessage.jar is best if your interest is to build a derivative of this demo or investigate how it functions in greater detail.