Java Performance Training Course
This course is designed for Java developers aiming to build highly efficient applications. Based on client requirements, the curriculum can be adapted for specific tools, targeting professionals such as testers and administrators who need to identify performance issues; in this scenario, Java programming skills are not mandatory.
Throughout the training, participants will explore methodologies and modern tools for developing efficient Java software. Key areas include common performance pitfalls, benchmarking, profiling, tuning, memory analysis, and optimization techniques involving collections and I/O. These concepts and tools are universally applicable across various project technologies, as the focus remains on language-level performance, available utilities, and embedded libraries. The tuning section also covers JVM parameters supplied by Oracle.
This course is available as onsite live training in Czech Republic or online live training.Course Outline
Introduction
Java Virtual Machine Performance Overview
- Java memory model
- Just In Time Compiler
- Performance methodology
Java Garbage Collection
- GC Basics
- Garbage Collecting Algorithms
- Types of GC Collectors
JVM Monitoring
- Command line monitoring
- Java Flight Recorder and Mission Control
- Profiling tools
Microbenchmarking
- JMH microbenchmark framework
- Creating and configuring a benchmark
- Execution and result interpretation
JVM Tuning
- Memory tuning
- Choosing GC type
Summary and Next Steps
Requirements
- Programming in Java
Audience
- Java programmers
Open Training Courses require 5+ participants.
Java Performance Training Course - Booking
Java Performance Training Course - Enquiry
Java Performance - Consultancy Enquiry
Testimonials (2)
Trainer was good at talking through topics in details and making it easy to understand
Lewis Nangle - AquaQ Analytics
Course - Java Performance
-code examples really helped with understanding -Fulvio came across as very knowledgeable and explained everything thoroughly
Paul Doherty - AquaQ Analytics
Course - Java Performance
Upcoming Courses
Related Courses
Java Advanced
28 HoursParticipants will gain a clear understanding of the specific applications of selected topics, the common challenges associated with their usage, and the role played by the application model. The training also covers fundamental knowledge of standard library functions. Attendees are expected to have prior experience with Java development environments (such as Eclipse or NetBeans). Please note that user interface design is not included in this course.
Advanced Spring Boot
14 HoursThis instructor-led, live training in Czech Republic (online or onsite) is designed for experienced Spring Boot developers who want to leverage Spring Boot's advanced features to further enhance, secure, and test complex Spring Boot applications.
By the end of this training, participants will be able to:
- Customize the Spring WebMVC framework to improve the decoupling of web applications.
- Serialize and de-serialize objects using Jackson Serialization Views.
- Store and secure user data in a database.
- Use Spring Sessions to manage user session information in a distributed manner.
- Automate the testing of Spring WebMVC applications.
- Monitor and measure application performance.
Angular and Spring Boot
14 HoursThis instructor-led live training Czech Republic (online or onsite) is designed for web developers who wish to use Angular and Spring Boot to build full-stack applications.
By the end of this training, participants will be able to:
- Develop a full-stack application with Angular and Spring Boot.
- Build a backend application with Spring Boot.
- Create frontend applications with Angular.
- Use Spring Security to configure authentication for a full-stack application.
Groovy Programming
21 HoursApache Groovy is a dynamic programming language for the JVM (Java Virtual Machine). Among its key features are scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming, and functional programming. It is commonly used as a complement to Java.
In this instructor-led live training, participants will learn Groovy programming by building a sample application step by step.
Audience
- Developers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
Groovy Programming for Beginners
14 HoursThis instructor-led live training in Czech Republic (online or onsite) is aimed at beginner-level developers who wish to learn the basics of Groovy Programming.
By the end of this training, participants will be able to:
- Understand the basic programming concepts.
- Write simple Groovy scripts and utilize Groovy core features.
- Understand and apply basic principles of object-oriented programming using Groovy.
- Learn basic error-handling techniques to manage common programming errors and exceptions in Groovy.
Java Microservices
21 HoursThis instructor-led, live training in Czech Republic (online or onsite) is designed for intermediate-level Java developers aiming to design, develop, deploy, and maintain microservices-based applications utilizing Java frameworks such as Spring Boot and Spring Cloud.
Upon completion of this training, participants will be capable of:
- Grasping the core principles and advantages of microservices architecture.
- Constructing and deploying microservices using Java and Spring Boot.
- Implementing service discovery, configuration management, and API gateways.
- Effectively securing, monitoring, and scaling microservices.
- Deploying microservices using Docker and Kubernetes.
Building Microservices with Spring Boot, Docker, and Kubernetes
21 HoursThis instructor-led, live training in Czech Republic (available online or onsite) is designed for intermediate to advanced developers who want to master microservice development using Spring Boot, Docker, and Kubernetes.
By the end of this training, participants will be able to:
- Grasp the core principles of microservices architecture.
- Develop production-ready microservices using Spring Boot.
- Understand the essential role of Docker in containerizing microservices.
- Configure Kubernetes clusters to deploy and orchestrate microservices.
Quarkus for Developers
14 HoursThis instructor-led, live training in Czech Republic (online or onsite) is aimed at developers who wish to use Quarkus to build, test, and deploy applications, fully-powered with Java, but with less resource utilization.
By the end of this training, participants will be able to:
- Set up the necessary development environment to start developing applications with Quarkus.
- Build, compile, and run applications in native mode using GraalVM.
- Utilize Quarkus tooling and extensions for building native applications using Maven.
- Containerize, execute, and deploy applications with Docker.
Quarkus for Java Native and Microservice Development
40 HoursThis instructor-led, live training in Czech Republic (online or onsite) is aimed at intermediate-level to advanced-level developers and architects who wish to develop Java native applications and microservices using Quarkus with optimized memory usage and startup time.
By the end of this training, participants will be able to:
- Develop high-performance, lightweight Java native applications using Quarkus.
- Build and deploy RESTful services and microservices architectures.
- Use GraalVM for native compilation and optimize startup and memory efficiency.
- Package and containerize applications for Kubernetes and OpenShift environments.
RabbitMQ with Java and Spring
14 HoursThis instructor-led, live training in Czech Republic (online or onsite) targets software architects and web developers who wish to use RabbitMQ as messaging middleware and program in Java using Spring to build applications.
By the end of this training, participants will be able to:
- Use Java and Spring with RabbitMQ to build applications.
- Design asynchronous message-driven systems using RabbitMQ.
- Create and apply queues, topics, exchanges, and bindings in RabbitMQ.
Spring Boot, React, and Redux
14 HoursThis instructor-led live training in Czech Republic (online or onsite) is designed for web developers who wish to build functional front-end and back-end web applications using Spring Boot, React, and Redux.
By the end of this training, participants will be able to:
- Build a front-end application with React and Redux.
- Create RESTful APIs with Spring Boot.
- Secure web services with Spring Security and JWT web tokens.
Spring 5
21 HoursThis instructor-led, live training in Czech Republic (online or onsite) is designed for Java developers who wish to use the Spring 5 framework to develop and deploy enterprise web applications.
By the end of this training, participants will be able to:
- Install and configure Spring 5.
- Understand and implement Spring 5's latest features.
- Access databases with Spring Application.
- Use the new reactive web framework, WebFlow, to make an application reactive.
- Integrate a Spring application with legacy Java EE applications.
- Test and deploy an enterprise-grade Spring application.
Spring Basics with Spring Boot 3.5.5 and Java 21
14 HoursSpring serves as a robust Java framework designed to streamline enterprise application development through features like powerful dependency injection, a modular architecture, and simplified configuration options.
This instructor-led live training, available either online or onsite, targets beginner Java developers eager to construct modern, production-ready web applications utilizing the latest Spring Framework and Spring Boot 3.5.5 alongside Java 21.
Upon completing this training, participants will be equipped to:
- Grasp Spring’s core principles, including Inversion of Control (IoC), Dependency Injection (DI), and Aspect-Oriented Programming (AOP).
- Configure Spring applications through XML, annotations, and JavaConfig.
- Construct RESTful services leveraging Spring Boot and JPA.
- Execute CRUD operations, manage transactions, and oversee data persistence.
- Utilize advanced Spring capabilities such as profiles, exception handling, and data serialization.
Course Format
- A concise theoretical overview followed by extensive practical exercises.
- Practical implementation using real-world examples.
- Interactive discussions and guided troubleshooting sessions.
Customization Options
- To arrange a customized training version of this course, please contact us.
Spring WebFlux: Reactive Programming for Scalable Web Applications
35 HoursSpring WebFlux is a reactive programming module within the Spring Framework, specifically designed for constructing non-blocking, event-driven web applications.
This instructor-led live training, available either online or onsite, is targeted at beginner to intermediate Java developers who aim to create scalable and highly responsive applications using Spring WebFlux.
Upon completing this training, participants will be equipped to:
- Grasp the core concepts of reactive programming through Project Reactor.
- Develop and test non-blocking RESTful APIs leveraging Spring WebFlux.
- Seamlessly integrate WebFlux with databases and external services.
- Apply reactive design patterns to practical, real-world application scenarios.
Course Format
- Engaging lectures and group discussions.
- Extensive exercises and practical practice sessions.
- Hands-on implementation within a live-lab environment.
Course Customization Options
- To arrange a tailored training session for this course, please get in touch with us.
Spring Webflux
14 HoursThis instructor-led, live training in Czech Republic (online or onsite) is aimed at developers who wish to use WebFlux to develop and deploy reactive applications.
By the end of this training, participants will be able to:
- Install and configure Spring 5 and the WebFlux framework.
- Develop reactive applications and services.