Examples
Basic Usage
This first set of examples we create a rails application with a Person service, and then show how to access it from Java.
- Serve It Up - Create a new rails application with a Person service
- First Class - Create and use a simple resource
- Authentication - Access services that require authentication
- Finding Resources - lots of ways to get resources
- Validation - Chudongotnoname
More Options
- Subclass Or Interface - because we don't have multiple inheritance
- Custom Factories - pimp your ride
- Building URLs? - easily construct URL's
- Resource Formats? - JSON or XML
