Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Communicating between plugins using webservices
Communicating between plugins using webservices [message #132033] Fri, 29 May 2009 07:48
Johannes Michler is currently offline Johannes MichlerFriend
Messages: 21
Registered: July 2009
Junior Member
Hi,

I'm quite new to eclipse-rcp-development and so I'm not shure if this is
the right newsgroup for my following question:

Were developing an Eclipse-RCP application which has some
persistence-tasks. For now, I wrote an eclipselink-JPA-Plugin that
handles all my persistence matters and writes to an oracle database.
This works fine so far, but now I'd like to put "the persistence thing"
near to the database server and use this service from my client(s) by
webservice-calls instead of loading the persistence-plugin with the client.

Is there an easy way to change the connection between my main plugin and
my persistence-plugin from local communication to webservice-calls, so
that I can somewhat specify that I'd like to communicate with the
persistence-plugin located at http://..... on the client side. And how
can I get my persistence-plugin to get exposed as a webservice?

Ideally, I'd like to still be able to directly load the
persistence-plugin locally.

I couldn't really find much informations about this theme, maybe I was
searching the wrong terms. IBM provided a tutorial using axis2 but
doesn't describe the client-side
( http://www.ibm.com/developerworks/edu/ws-dw-ws-eclipseplugin .html)

Any help would be great,
-Franz
Previous Topic:How to run the Equinox OSGi framework from within usual java code?!?
Next Topic:Plug-In loaded but not working
Goto Forum:
  


Current Time: Thu Apr 25 15:40:30 GMT 2024

Powered by FUDForum. Page generated in 0.02507 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top