Some information regarding JIRA Front end and backend, Is it correct?

DH20275693 December 7, 2022

Component

Assignment

Technology

Programming language(s)

Degree of individualization

Frontend

User interaction

Web Application

 

 

Backend

Tomcat server, 

and Database

JDK, Oracle client, tomcat server

Java

 

What is the progarmming language used?

 

2 answers

1 vote
Rilwan Ahmed
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 7, 2022

Hi @DH20275693 ,

Jira is a web application written in Java. It is deployed as a standard Java WAR file into a java Servlet Container such as Tomcat.

Jira uses JSP for the View layer. So most of HTML that is served to the user as the response to their web request is generated by a JSP. Therefore, to generate a response the WebWork action uses a JSP.

To know about the architecture, please read it in https://developer.atlassian.com/server/jira/platform/architecture-overview/#:~:text=find%20more%20information.-,Technical%20introduction,Servlet%20Container%20such%20as%20Tomcat%20

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 8, 2022

I am not sure that your question is going to be answered in the way you want.

Jira (and most other web-applications) are far more complicated structurally than you can accurately describe bits of them as "front end" and "back end".  Where do you draw the line between front and back?

Most Jira users use it in a browser, and the rest use client applications that are built to understand Jira without a browser (that even goes down to the simple REST calls you can make - curl is still a client).  The rest of Jira runs on a server.  So does "back end" include the database (one of five that work off the shelf?  Are you interested in the others that might work?)  The application server?  The application loaded into the application server?  The operating system supporting the read/write of all the files that the system will create, edit and destroy?

On the code level - which "languages" are you looking for?  The bits of Jira written in Java, HTML, Velocity, JSP, Javascript, Groovy, Scala, and and and?

I am not saying you have asked a "bad" question.  Only that the question is probably too simple and hence cannot really be answered in a way that would be useful to you.  

Could we ask for what you're really trying to get at?  Why are you asking this question?

(But have a look at the docs Rilwan pointed you to first - they might answer your real question directly!)

Suggest an answer

Log in or Sign up to answer