Thank you, I see in Camel Spring Remoting a great potential and, in effect, it would be very interesting to see a less trivial sample. But, is it possible to have an example in the documentation with web service technologie: a bean exposed as a web service, and consumed by a Camel proxy?
For myself I do a similar thing with ServiceMix : a POJO exposed as a web service (using the HTTP binding component) and consumed by a web client using AJAX. Bertrand ;-) davsclaus wrote: > > Hi > > I hear you. I think Camel need a more feature complete sample that has > seperate client and server code. And at best the client code could be non > camel, to demonstrate how other systems can integration to Camel server. > > The current samples are small and only showing a few parts of a specific > camel component. A more real life sample would greatly help for > documentation as well. > > We just need to think of a domain that most people can relate to and build > a good camel sample. > A kinda like petclinc sample for integration instead. > > > /Claus > > > > bgoetzmann wrote: >> >> Hello, >> >> What would be very interesting for the document is a complete example >> using Camel Spring Remoting defining the Spring configuration for each >> side, client and server: for the client part, show the use of the proxy >> for the invocation of the server part, and for the server part, show the >> exposition of the bean as a web service for example. >> With the actual example, all happens in the same JVM, with the use of the >> direct scheme. >> >> Cheers, >> >> Bertrand. >> >> >> >> bgoetzmann wrote: >>> >>> Hello, >>> >>> I've seen and executed the Camel Spring Remoting example on this page: >>> http://activemq.apache.org/camel/spring-remoting.html. >>> Is it possible to expose a bean on a jetty endpoint on a machine, and >>> invoke this bean via a proxy (CamelProxyFactoryBean) from another >>> machine? >>> I would be happy to find a such example. >>> >>> Cheers, >>> >>> Bertrand >>> http://www.odelia-technologies.com >>> >> >> > > -- View this message in context: http://www.nabble.com/Camel-Spring-Remoting-tp15951017s22882p16002302.html Sent from the Camel - Users mailing list archive at Nabble.com.
