On 4 Jan 2010, at 16:54, Mike Langford wrote: > The new team also is recommending some architectural changes as well > (such as adding a service layer) which seem to make sense. Again, I > wonder if the same result can be had by sticking with the existing > cakePHP framework and building in the new architectural elements > without rebuilding the entire site?
I've retrofitted Cake applications before with REST API's - it's not difficult. Adding SOAP or XML-RPC may be a little more difficult though. With ckWebservicePlugin adding SOAP is quite easy with Symfony - however, your best approach would probably be to use annotations with the Zend_*_Server classes, that way you could use the same controllers for SOAP, XML-RPC and REST. HTH -- You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en.
