Java web framework test

To compare with django, I would like to find tests on the main Java web frameworks (struts, faces, etc.) I searched on google, but I could not find a benchmark showing how many jq frameworks req / s can process .

Do you know some guidelines for the Java web infrastructure?

+3
source share
4 answers

Techempower Performance Test:

http://www.techempower.com/benchmarks

They compare many frameworks and take a new framework for comparison. The interface is very intuitive. In my opinion, now this is the best result.

Worldwide expectation - 1 hour of speech

http://www.parleys.com/#id=2942&st=5

Django is not here, it is just a guideline for JVM frameworks. But still, it is quite natural, worth it.

+4

, , . , . , -, .

, ? Struts Faces , , , ?

- ? Struts Faces , , , ?

Hello World, ? ?

In my experience, the biggest bottleneck in most web applications is NOT structure. This is a network and / or database. The only way to get reliable numbers for this is to make a reasonable proof of the concept of your application and measure it.

+1
source

Most relevant (launched July 20, 2019) TechEmpower Web Framework test filtered by

  • Java *
  • Python django
  • Full stack
  • Full ORM

https://www.techempower.com/benchmarks/#section=test&runid=66ee924e-3bc2-4bd8-aaf0-2cd8443f65db&hw=ph&test=fortune&l=zijzb3-f&c=6&o=e&f=0-0-4fti4g-0-4fti4g-0-4ft-0 -b8jk-0-0-0

0
source

All Articles