Hello All
am looking for an example where i can add an external jsp/java src files to create a plugin.
any pointers will be really helpful .
to give the bigger picture : i have created a gadget and able to print simple messages on that
now what i want is to embed my jsp page (which does have refrence from multiple java source files)
on the same widget .
i see example on web to add resource like css and js but no jsp ..
Thanks
Manish
Hi Manish,
It sounds like you're just getting started. JIRA uses Webwork to build plugins. You can add an action which will call a java or JSP file. Matt has a good example here:
https://studio.plugins.atlassian.com/wiki/display/WSMPL/Webwork+Sample+Plugin
The set of JIRA plugin tutorials is here:
https://developer.atlassian.com/display/DOCS/Tutorials
Thanks .. Yes i have just strted working on customization part of JIRA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
web2atlas is a convenient way to bundle external JSP in plug-ins.
More info: https://code.google.com/p/web2atlas/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.