--- In flexcoders@yahoogroups.com, "Troy Gilbert" <[EMAIL PROTECTED]> wrote:
>
> >  I you're talking more generically about the Model of MVC, I do not
> >  agree.
> 
> If your URL is an *implementation* detail of your service (which they
> are in most cases), then it should be part of your service layer and
> *not* part of the model.
> 
> If your URL is a user-centric piece of data, i.e. a web browser's
> address bar, bookmarks, or user-configurable endpoints for your
> services, then it should be a part of the model.

In my case (http://spreadingfunkyness.com/posty/) urls are service and user 
specific, so I 
put them in the model. 

Thanks for all the replies. They were all thoughtful and inspiring.

-c.

Reply via email to