- Java EE 8 High Performance
- Romain Manni Bucau
- 77字
- 2021-06-30 19:14:25
Application summary
When working on the performance, it is always important to keep two things in mind:
- The application business (what the application does)
- The application technical stack (how the application was designed)
Even if the information you have about these two points is very high-level, ensure that you know them before working on the performance.
Let's do this exercise with our application and ensure that we know how to answer both the questions.