-
Notifications
You must be signed in to change notification settings - Fork 0
First Steps
Disruption edited this page Apr 6, 2014
·
1 revision
To use Arcilla you just need to download the jar and include it as library in your project. In the future it will also be provided as maven dependency.
After that, for seeing how to actually use it, check the Usage wiki page
There is also a very small sample project (arcilla-samples) that you can download, compile, and run to see it working before using it for your purposes. For testing, after running the arcilla-samples, which will start the arcilla server, you can just visit http://127.0.0.1/server/list to see a request being treated, or any other local address to see a message stating that there is no handler for that context (i.e. no REST endpoint defines for that relative address).