Can I use Java in a Gadget Plugin?

Maja Stach June 3, 2013

I'm writing a gadget for Jira and since I'm not really good at Javascript I was wondering if it is possible to refer to data in a .java file. It would make handling information so much easier for me.
I'm thinking about writing code similar to a report.

Is that possible?

2 answers

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 3, 2013

Data handling can be done in Java, in a rest plugin. The UI rendering will still be javascript.

Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 3, 2013

Lots of Javascript!

Maja Stach June 4, 2013

So, do I need to add a rest pluginmodule to my plugin?
and how do I access the code?

0 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 4, 2013

check the following doc to develop rest plugin

https://developer.atlassian.com/display/DOCS/REST+Plugin+Module

Suggest an answer

Log in or Sign up to answer