In my java application,i want to receive http and non http requests and process these requests.Please let me know how to do this through socket programming os is there any way to do in the Spring framework. Thanks in advance.
Asked
Active
Viewed 63 times
0
-
Do you run your application inside of some server like tomcat, or do you want to write a stand alone application? – Daniel S. Nov 06 '14 at 17:37
-
Do you understand my question? – Daniel S. Nov 06 '14 at 17:44
-
both are fine. i can able to run as standalone or some server. – santro Nov 06 '14 at 18:02
1 Answers
0
Your question sounds like very broad, but I think Spring Integration answers to your question. It provides an implementation of EIP and provides many protocol-specific adapters
, lile HTTP, TCP, JMS etc.
And, of course, everything is based on Spring foundation!

Artem Bilan
- 113,505
- 11
- 91
- 118