-
Notifications
You must be signed in to change notification settings - Fork 9
Dependencies
harikrishnan83 edited this page Sep 13, 2010
·
4 revisions
You will need the below jars as well to run rapa.
commons-http-client-3.1.jar
commons-logging-1.1.1.jar
commons-codec-1.2.jar
If you plan to use the default JSON implementation in rapa please download the below jar.
http://github.com/downloads/harikrishnan83/rapa/json.jar
This is a jar we created using a few classes that were available in w3c school site.
We would recommend using a better json parser. For example we can use Xstream. See documentation page for an example of how to create your own custom parsers.
We are trying to make rapa as lightweight as possible with the least number of dependencies in future releases.