It's all about the answers!

Ask a question

Creating Interface for Java code developed RTC Plugin porject.


A B (881811) | asked Feb 13 '13, 6:51 a.m.

We have developed some java code in RTC plain plug in project. By creating executable Jar files we are successfully able to execute this code on machines having relevant JRE installed.

Our requirement is to create user firendly GUI on top of this code. Is it possible to create a GUI in RTC eclipse client using the java plug in project? It would be great if any one can share some information, recommendations or documents on this.

2 answers



permanent link
Ralph Schoon (63.1k33646) | answered Feb 13 '13, 8:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Feb 13 '13, 8:46 a.m.
Hi,

yes, you can create Eclipse based UI on top of plug in's that are deployed in Eclipse. Please note,this is only possible if the plugin is a client plugin that is deployed in the eclipse client. In this case I would suggest to purchase one of the many Eclipse books that talk about extending Eclipse on the market. The eclipse project on www.eclipse.org also provides articles and tutorials around this.

If you have server extensions https://jazz.net/library/article/1000 talks about aspect editors for operational behavior.

permanent link
sam detweiler (12.5k6195201) | answered Feb 13 '13, 9:51 a.m.
Aspect editors must also be deployed on the eclipse client, as you cannot do Advisor/Participant configuration from the Web UI.

Comments
Ralph Schoon commented Feb 13 '13, 9:55 a.m. | edited Feb 13 '13, 4:39 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Sam, that is true, however they can change the process configuration which can be read in the server plugin.

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.