It's all about the answers!

Ask a question

How can i invoke/run an RTC plugin from Java Application?


Giuseppe Gravina (379) | asked May 30 '14, 8:57 a.m.

Hi,

is very important for me to have support in the followig questions:

1) I need to invoke/run an RTC plug-in, from an external java application.

  - IS IT POSSIBLE?

  - MUST I USE SOME PARTCURAL API?

2) If i can invoke/run an RTC plug-in from an external java application, can i pass a java object?

- IS IT POSSIBLE?

- HOW CAN I DO THIS?

3) Are there articles on this argument ?

Thanks All.

Giuseppe.


Comments
Ralph Schoon commented May 30 '14, 9:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

What are you trying to do here?

Currently I am only aware of the Plain Java Client Libraries, which package classes of the API in a form that is not a plugin.

One answer



permanent link
Giuseppe Gravina (379) | answered May 30 '14, 10:03 a.m.

hi,

i'm trying to do the following:

- I'm going to recover data from a database and to create an object that encapsulates these date in a java Application

- in the same java application i want to call a plugin that create a new workitem and set the wi attributes with the values  

  of the java object fields.

CAN I CALL AN RTC PLUGIN FROM THE JAVA APPLICATION??

Thanks so Much.

Giuseppe.


Comments
sam detweiler commented May 30 '14, 10:10 a.m.

you don't need a plugin.. your application can call the RTC client java apis to create and populate a workitem.

Ralph has really good examples on his blog for creating and updating workitems.
http://rsjazz.wordpress.com


Ralph Schoon commented May 30 '14, 11:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

And I also think you can't. If you can find ways to get the plugin jars int the class path, you might, but I would suggest to tart here  http://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ and use the plain Java API

Your answer


Register or 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.