Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

Modern Enterprise Java with Jakarta EE

Learn to build modern Enterprise Java solutions with Jakarta EE

About the course

Enterprise Java remains vital for building robust, scalable business applications. To excel in this domain today, developers need a firm grasp of the latest standards and contemporary development practices. This course is designed to provide a comprehensive and practical guide to developing current enterprise applications using the powerful Jakarta EE platform.

You will explore the essential Jakarta EE specifications that are fundamental to modern application development. Learn how to effectively manage components and dependencies with Jakarta CDI, build standards-based RESTful APIs using Jakarta REST (JAX-RS), and handle data persistence efficiently with Jakarta JPA. The course also covers critical areas such as transaction management using Jakarta Transactions and securing your applications with Jakarta Security.

Moving beyond older Java EE approaches, you will understand how to apply Jakarta EE principles to build modern application components, develop backend services, and align your development with current enterprise standards suitable for various architectures, including those leading towards microservices.

Whether you are transitioning from older Java EE versions or acquiring skills in enterprise Java development for the first time with the latest platform, this course will equip you with the necessary knowledge and practical experience to build professional, standards-based enterprise Java applications with confidence.

Instructor-led online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

    • Apply Jakarta CDI principles for effective component design and dependency injection.
    • Design and build robust, standards-based RESTful APIs using Jakarta REST (JAX-RS).
    • Implement data persistence solutions efficiently with Jakarta JPA.
    • Manage application transactions correctly using Jakarta Transactions.
    • Secure your enterprise applications using the Jakarta Security API.
    • Develop maintainable enterprise Java applications following Jakarta EE standards.
    • Understand how Jakarta EE fits into modern architectural patterns like microservices.
    • Test and prepare Jakarta EE components for modern deployment environments.
  • This course is designed for Java Developers who want to acquire the skills needed to build modern, standards-based enterprise applications using the Jakarta EE platform. It is particularly relevant for:

    • Developers currently working with older Java EE versions who need to update their expertise to Jakarta EE.

    • Java developers new to enterprise application development looking to learn the current standard platform.

    • Developers interested in building robust RESTful APIs and backend services with Jakarta EE.

    • Teams adopting or considering Jakarta EE for new enterprise projects.

  • Participants should have attended our Java Programming training or have an equivalent solid working knowledge of Java SE. This includes:

    • Proficiency in Java language syntax and core APIs.

    • A good understanding of Object-Oriented Programming (OOP) principles.

    • Experience with building, compiling, and running Java applications.

    • Basic familiarity with web concepts such as HTTP requests and responses would be helpful.

    No prior experience with Java EE or Jakarta EE is required, but a good foundation in Java fundamentals is essential to benefit fully from the course.

  • This Jakarta EE course is available for private / custom delivery for your team - as an in-house face-to-face workshop at your location of choice, or as online instructor-led training via MS Teams (or your own preferred platform).

  • Introduction to Jakarta EE & Modern Enterprise Java

    • Evolution from Java EE to Jakarta EE

    • Understanding the Jakarta EE platform and profiles (Web Profile, Core Profile, Platform)

    • Overview of modern enterprise application architecture (e.g., microservices, APIs)

    • Setting up a Jakarta EE development environment and choosing a runtime (e.g., GlassFish, Payara, Open Liberty, WildFly)

    • The Jakarta Namespace (jakarta.*)

    Jakarta CDI: The Modern Component Model

    • Introduction to Contexts and Dependency Injection

    • Injecting Dependencies (@Inject)

    • Scopes (@RequestScoped, @ApplicationScoped, @Dependent, etc.)

    • Qualifiers

    • Alternatives and Producers

    • Events

    • Interceptors and Decorators

    Jakarta REST (JAX-RS): Building APIs

    • Designing RESTful Web Services

    • Resources and Endpoints (@Path, @GET, @POST, etc.)

    • Request and Response Handling

    • Consuming and Producing Media Types (@Consumes, @Produces)

    • Path and Query Parameters

    • Building REST Clients

    • Introduction to Jakarta JSON Processing (JSON-P) and Jakarta JSON Binding (JSON-B)

    Jakarta Persistence (JPA): Data Access

    • Overview of Object-Relational Mapping (ORM)

    • Defining Entities (@Entity)

    • Entity Relationships (@OneToOne, @OneToMany, @ManyToOne, @ManyToMany)

    • The Persistence Context and EntityManager

    • JPQL (Jakarta Persistence Query Language)

    • Using the Criteria API

    • Entity Lifecycle and Callbacks

    • Mapping Inheritance and Embeddables

    • Basic Caching

    Transaction Management (Jakarta Transactions)

    • Understanding Transactions in Enterprise Applications

    • Declarative Transaction Management (@Transactional)

    • Transaction Attributes and Isolation Levels

    • Programmatic Transactions

    Jakarta Security

    • Introduction to the Jakarta Security API

    • Authentication Mechanisms

    • Authorisation (@RolesAllowed, @PermitAll, etc.)

    • Integrating with Identity Stores

    Messaging with Jakarta Messaging (JMS 2.0+) (Optional Module/Topic)

    • Messaging Concepts (Queues, Topics)

    • Sending and Receiving Messages

    • Message-Driven Beans (MDBs) revisited in a modern context (or alternative CDI-based messaging)

    MicroProfile: Cloud-Native Jakarta EE (Optional Module/Topic)

    • Introduction to MicroProfile goals and specifications

    • Configuration (MicroProfile Config)

    • Health Checks (MicroProfile Health)

    • Metrics (MicroProfile Metrics)

    • Fault Tolerance (MicroProfile Fault Tolerance)

    • OpenAPI (for API documentation)

    • JWT Authentication (MicroProfile JWT Auth)

    Testing Enterprise Applications

    • Strategies for testing Jakarta EE components

    • Unit testing with testing frameworks

    • Integration testing approaches

    Modern Deployment & Operations

    • Packaging Jakarta EE applications (WAR, JAR)

    • Containerisation concepts with Docker

    • Deploying to Jakarta EE compatible runtimes (traditional and microservices-focused)

    • Basic monitoring and observability considerations

Trusted by

University of Oxford logo / crest CERN organisation logo University of Glasgow logo/crest

Public Courses Dates and Rates

Please get in touch for pricing and availability.

Related courses