Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Jazz Services for sending messages between clients?

I currently have a project that contains two plug-ins, one is a server-side plug-in and the other is client side. The server-side plug-in writes to custom tables in the database in order to store session information for this plug-in. The client has the ability to start and stop sessions, join/leave etc. The problem is the users were wondering if it would be possible to get rid of the server component of the project. I don't need to store any information in the database, so to my actual question.

Are there any services provided by the jazz server that allow for passing of messages (or objects similiar to RMI)? What would be the best way to do something like this?

0 votes



3 answers

Permanent link
There's no direct way of communicating from client to client, at least not with what's in RTC out-of-the-box. Generally all of our notifications are done via feeds over events stored on the server.

For example, when you add a comment to a work item, it not only updates the work item but generates a 'work item changed' event. Then, on the client side, feeds like the 'My Work Item Changes' feed are fetched periodically. These feeds are (generally) based on the available events.

0 votes


Permanent link
Just curious: what's their motivation for not having a server plug-in?

0 votes


Permanent link
Just curious: what's their motivation for not having a server plug-in?


Not exactly sure. I assume its something to do with having to contact the server administrators to install the server plug-in. Thanks for your response.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Dec 03 '10, 4:34 p.m.

Question was seen: 6,286 times

Last updated: Dec 03 '10, 4:34 p.m.

Confirmation Cancel Confirm