On Sun, Oct 31, 2010 at 1:22 AM, Mark Derricutt <[email protected]> wrote:

> After a year or so of doing a RESTful application, with ext.js all on the
> front end I'm thinking one of the problems/issues I have with this model is
> that you tend to bleed A LOT of internal implementation details out to the
> client in order for it to do its work.


I'm always surprised to see REST users realize this. Basically, using REST
is similar to telling Java developers to stop using methods and instead,
call setters on objects.

Is it any surprise that this leads to the exposure of internal
implementation details?

REST has a lot of interesting properties but just like everything, it comes
with its own set of drawbacks.

-- 
Cédric

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to