spring - Recommendations required for communication between Eclipse RCP client and Server -


i want recommendation on best way communicate rcp thick client , set of business functionality implemented in spring on server side. please provide urls on net wherever possible. prefer pass domain objects directly between two. osgi option me?

for restful web services use jersey client library. if exchange format xml easy exchange objects (see here tutorial).

generally, can use client library depending on exchange protocol in eclipse rcp app (see here how convert jar osgi bundle).


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -