Applied Computer Systems (May 2018)

Performance Comparison of Java EE and ASP.NET Core Technologies for Web API Development

  • Kronis Kristiāns,
  • Uhanova Marina

DOI
https://doi.org/10.2478/acss-2018-0005
Journal volume & issue
Vol. 23, no. 1
pp. 37 – 44

Abstract

Read online

The paper describes the implementation of organic benchmarks for Java EE and ASP.NET Core, which are used to compare the performance characteristics of the language runtimes. The benchmarks are created as REST services, which process data in the JSON format. The ASP.NET Core implementation utilises the Kestrel web server, while the Java EE implementation uses Apache TomEE, which is based on Apache Tomcat. A separate service is created for invoking the benchmarks and collecting their results. It uses Express with ES6 (for its async features), Redis and MySQL. A web-based interface for utilising this service and displaying the results is also created, using Angular 5.

Keywords