AFAIK the id isn't send for RESTful reasons... in REST the id of a resource is the URI of the resource not the id of an entity... the client also shouldn't know anything about that... there might be...
Type: Posts; User: born; Keyword(s):
AFAIK the id isn't send for RESTful reasons... in REST the id of a resource is the URI of the resource not the id of an entity... the client also shouldn't know anything about that... there might be...
Hi there,
i googled much and have searched here either but didn't found a solution yet, maybe some aop expert could help me out.
I have a joinpoint with @args(some.cool.Annotation) for calling...