Is there any integration library/framework available? If not, what would be the best way to achieve this integration? Thanks in advance.
Is there any integration library/framework available? If not, what would be the best way
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are numerous integration options, but a thing that might be most suitable from a QT standpoint could be SOAP or REST. Both are supported in spring via spring-ws, or spring-mvc respectively. Another integration protocol that you might consider, but for one that I could not find direct QT support is hessinan, that has C++ client library.
Dig into remoting chapter of the spring manual, to find a common ground.
Other than that there are the usual suspects (not spring or QT related):