On 27.12.2010, at 16:44, Martijn wrote: > Hi, > > I am building a service controller with helper functions for > webservices. Now I need to write a ServiceResolver class implementing > the ControllerResolverInterface to do the resolving for JSON-RPC, XML- > RPC or whatever I want to support (I want to support multiple > protocols). But how do I implement that? I have looked in the > FrameworkExtension but this class won't allow me to overwrite the > "controller_resolver" service. Is a webservice bundle a good addition > to Symfony2 and can anybody point me in the right direction?
What exactly are you trying to achieve? Seems like the paramconverter [1] plus the view layer [2] could do the trick for you? regards, Lukas Kahwe Smith [email protected] [1] http://blog.bearwoods.dk/symfony2-paramconverters [2] https://github.com/fabpot/symfony/pull/200 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en
