The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JSP vs Velocity Template

Eduardo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 18, 2022

What should I use to develop the different web pages of my plugin, JSP or Velocity?

Thanks in advance

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Radek Dostál
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 Champions.
July 18, 2022

Going through https://developer.atlassian.com/ I only really found references to velocity. Even this page https://developer.atlassian.com/server/jira/platform/jira-templates-and-jsps/ points to velocity.

Technically, you could use both, but Velocity is much easier to work with on paper (https://velocity.apache.org/engine/1.4/casestudy1.html) and I know you can easily incorporate conditions, inject utils, structure things in an easy to understand way and do some additional code blocks where needed (e.g. to sort tables and such). Can't say I have any experience with jsp beyond plain pages, but at the very least velocity can do it and I never had a reason to think about jsp.