I wanted to serialize a POJO defined in Spring Context. I went through the documents on Spring Integration and understand that it can be done only at Server and such feature is not available in LGPL version. Is this correct?
Hence I am planning to create a Web Service and use XMLtools to communicate with it.
Aside, just a thought on the documentation. The showcase is really helpful to jump start. Feel that such integration strategies (not covered in showcase) could have been explained with sample code snippets (would be helpful for people like me :-))
Thanks
Hence I am planning to create a Web Service and use XMLtools to communicate with it.
Aside, just a thought on the documentation. The showcase is really helpful to jump start. Feel that such integration strategies (not covered in showcase) could have been explained with sample code snippets (would be helpful for people like me :-))
Thanks
Comment