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?
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.
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!)
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.