Unclear if its automagic like jackson
android
google app engine
etc
Java calling other REST resources
has annotations also, but extension is required
can do WAR deployment, loses functionality, unsure what functionality
I like that idea
@override createInboundRoot() {, Routers that define URI's and classes to service URI's, router.attach(BASE + "/user/{username}", UserServiceResource.class)
static method getAttribute("username")
use New Reference(getReference()) to get the URL to this resource, This works because its extending a class and you register classes to urls, but useful in an abstract sense of 'Reference' if its not just a String
May be better w/ JAXB or others
Using pojos to call interfaces
ClientResource.create(BASE + "/users", UserListManager.class), Rest interface to call .addUser()