Java Performance Training Course
This course is designed for Java developers seeking to build highly efficient applications. Following consultation with the client, the training can be tailored to specific tool versions for professionals focused primarily on identifying performance issues, such as testers and administrators. For these participants, direct Java programming skills are not a prerequisite.
Throughout the training, participants will gain insight into the processes and modern tools required to develop efficient Java software. Key areas of focus include common performance pitfalls, benchmarking, profiling, tuning, memory analysis, and optimization techniques involving collections and I/O. The topics and tools covered are universally applicable across various project technologies, as the emphasis is placed on language-level performance, utility tools, and embedded libraries. Additionally, the course covers JVM tuning parameters provided by Oracle.
This course is available as onsite live training in South Korea 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 Fundamentals
- Garbage Collection 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
- Selecting the Appropriate GC Type
Summary and Next Steps
Requirements
- Proficiency in Java programming
Audience
- Java developers
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 HoursThis training equips participants with a deep understanding of specific Java features, the common challenges associated with their usage, and their role within application architectures. The curriculum also covers essential knowledge regarding the Java standard library functions. Participants are expected to have prior familiarity with an Integrated Development Environment (IDE) used for building Java applications, such as Eclipse or NetBeans. Please note that this course does not cover user interface development topics.
Advanced Java Security
21 HoursEven seasoned Java developers do not necessarily master every security service provided by Java, nor are they always fully aware of the various vulnerabilities pertinent to Java-based web applications.
In addition to introducing the security components of the Standard Java Edition, this course addresses security issues within Java Enterprise Edition (JEE) and web services. Before diving into specific services, the course covers the foundations of cryptography and secure communication. Through various exercises, participants will explore declarative and programmatic security techniques in JEE, as well as both transport-layer and end-to-end security for web services. Practical exercises allow participants to experiment with the discussed APIs and tools firsthand.
The course also examines and explains the most common and severe programming flaws and web-related vulnerabilities associated with the Java language and platform. Beyond typical bugs made by Java programmers, the security vulnerabilities covered include both language-specific issues and problems arising from the runtime environment. All vulnerabilities and corresponding attacks are demonstrated through accessible exercises, followed by recommended coding guidelines and mitigation strategies.
Participants attending this course will
- Understand the fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and how to avoid them
- Understand the security concepts of web services
- Learn to utilize various security features of the Java development environment
- Gain a practical understanding of cryptography
- Understand the security solutions of Java EE
- Learn about typical coding mistakes and how to avoid them
- Receive information on some recent vulnerabilities in the Java framework
- Acquire practical knowledge in using security testing tools
- Obtain resources and further readings on secure coding practices
Audience
Developers
Design Patterns (GoF) for Java
21 HoursThis instructor-led live training, offered South Korea (online or in person), is tailored for intermediate Java developers aiming to apply design patterns to improve software structure, maintainability, and scalability.
By the end of this training, participants will be able to:
- Comprehend the objectives and advantages of utilizing design patterns.
- Effectively implement Creational, Structural, and Behavioral patterns within Java.
- Enhance the reusability, scalability, and maintainability of code.
- Refactor existing codebases through the application of design patterns.
Groovy Programming
21 HoursApache Groovy is a dynamic programming language for the JVM (Java Virtual Machine). Its key features encompass scripting, Domain-Specific Language (DSL) creation, runtime and compile-time meta-programming, and functional programming. Groovy is frequently utilized alongside Java.
In this instructor-led live training, participants will learn to program in Groovy by building a sample application step by step.
Audience
- Developers
Course Format
- A blend of lectures, discussions, exercises, and extensive hands-on practice
Groovy Programming for Beginners
14 HoursThis instructor-led, live training in South Korea (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 South Korea (online or onsite) is designed for intermediate Java developers aiming to design, develop, deploy, and maintain microservices-based applications using Java frameworks such as Spring Boot and Spring Cloud.
Upon completion of this training, participants will be able to:
- Comprehend the fundamental principles and advantages of microservices architecture.
- Build and deploy microservices using Java and Spring Boot.
- Implement service discovery, configuration management, and API gateways.
- Effectively secure, monitor, and scale microservices.
- Deploy microservices using Docker and Kubernetes.
Building Microservices with Spring Boot, Docker, and Kubernetes
21 HoursThis instructor-led, live training in South Korea (available online or onsite) is specifically designed for intermediate to advanced developers aiming to master the creation of microservices using Spring Boot, Docker, and Kubernetes.
Upon completing this training, participants will be capable of:
- Grasping the core principles of microservices architecture.
- Constructing production-grade microservices using Spring Boot.
- Recognizing the essential role of Docker in containerizing microservices.
- Configuring Kubernetes clusters for the deployment and orchestration of microservices.
Quarkus for Developers
14 HoursThis instructor-led, live training in South Korea (online or on-site) 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 South Korea (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 South Korea (online or on-site) is designed for software architects and web developers who wish to utilize RabbitMQ as messaging middleware and program in Java using Spring to build applications.
Upon completion of this training, participants will be capable of:
- Building applications using Java, Spring, and RabbitMQ.
- Designing asynchronous message-driven systems with RabbitMQ.
- Creating and implementing queues, topics, exchanges, and bindings within RabbitMQ.
Spring Boot, React, and Redux
14 HoursThis instructor-led live training in South Korea (available online or onsite) is aimed at 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 South Korea (available online or onsite) targets Java developers who want to utilize the Spring 5 framework to develop and deploy enterprise web applications.
Upon completing this training, participants will be capable of:
- Installing and configuring Spring 5.
- Comprehending and implementing the newest features of Spring 5.
- Connecting to databases via Spring applications.
- Leveraging the modern reactive web framework, WebFlow, to create reactive applications.
- Integrating Spring applications with existing legacy Java EE systems.
- Testing and deploying enterprise-grade Spring applications.
Spring Basics with Spring Boot 3.5.5 and Java 21
14 HoursSpring is a robust Java framework designed to streamline enterprise application development by offering powerful dependency injection, a modular architecture, and simplified configuration mechanisms.
This instructor-led live training, available online or on-site, is tailored for beginner-level Java developers aiming to create modern, production-ready web applications using the latest Spring Framework and Spring Boot 3.5.5 with Java 21.
Upon completing this training, participants will be able to:
- Grasp Spring’s core principles, including Inversion of Control (IoC), Dependency Injection (DI), and Aspect-Oriented Programming (AOP).
- Configure Spring applications using XML, annotations, and JavaConfig.
- Develop RESTful services utilizing Spring Boot and JPA.
- Implement CRUD operations, manage transactions, and handle data persistence.
- Leverage advanced Spring features such as profiles, exception handling, and data serialization.
Course Format
- A concise theoretical introduction followed by extensive hands-on exercises.
- Practical implementation through real-world examples.
- Interactive discussions and guided troubleshooting sessions.
Course Customization Options
- For personalized training requests, please contact us to arrange a session.
Spring WebFlux: Reactive Programming for Scalable Web Applications
35 HoursSpring WebFlux is a reactive programming module within the Spring Framework, designed to facilitate the development of non-blocking, event-driven web applications.
This instructor-led live training, available both online and onsite, targets beginner to intermediate Java developers aiming to create scalable and responsive applications using Spring WebFlux.
Upon completing this training, participants will be able to:
- Comprehend the core concepts of reactive programming with Project Reactor.
- Develop and test non-blocking RESTful APIs using Spring WebFlux.
- Integrate WebFlux with databases and external services.
- Apply reactive patterns to practical application scenarios.
Course Format
- Interactive lectures and discussions.
- Extensive exercises and hands-on practice.
- Practical implementation in a live-lab environment.
Customization Options
- For customized training options, please contact us to arrange your specific requirements.
Spring Webflux
14 HoursThis instructor-led, live training in South Korea (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 application and services.