Re: Request Factory with Service objects

2010-08-19 Thread Travis Camechis
so after taking a look at the idea behind the requestFactory and using Service Objects instead of mapping directly to a domain object there will be a RequestFactoryServletHelper on the server side that will decide if it should go to a Domain Object or an actual Service object based on a client

Request Factory with Service objects

2010-08-13 Thread tc
How does the new RequestFactory work with with actual Service Objects on the server. Not everything is a simple CRUD operation and you definitely do not want to through everything into the entity object. Does RequestFactory work with service objects? If so can someone show a quick example on how

Re: Request Factory with Service objects

2010-08-13 Thread Thomas Broyer
On 13 août, 18:07, tc camec...@gmail.com wrote: How does the new RequestFactory work with with actual Service Objects on the server.  Not everything is a simple CRUD operation and you definitely do not want to through everything into the entity object. Does RequestFactory work with service