Performance Comparison of Java EE and ASP.NET Core Technologies for Web API Development
e
30 mag 2018
INFORMAZIONI SU QUESTO ARTICOLO
Pubblicato online: 30 mag 2018
Pagine: 37 - 44
DOI: https://doi.org/10.2478/acss-2018-0005
Parole chiave
© 2018 Kristiāns Kronis et al., published by Sciendo
This work is licensed under the Creative Commons Attribution 4.0 Public License.
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.