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...

Groovy Programming Training Course

Build powerful, expressive JVM applications from scratch with Groovy.

About the course

Discover the power of Groovy for modern Java development. This course introduces developers to Groovy's dynamic capabilities and its seamless integration with the Java ecosystem.

Groovy underpins a surprising number of platforms and tools, such as Bosch IoT Suite, and is used in production by companies including Netflix, Sony and Google.

On our Groovy course you'll learn how to use its concise syntax to write cleaner, faster code and increase productivity.

With practical, real-world exercises and guidance from an expert Groovy instructor, you'll gain the skills to build robust and maintainable JVM-based systems.

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.

    • Set up a Groovy development environment and understand Groovy's relationship and compatibility with Java.
    • Write effective Groovy scripts and classes, mastering core language fundamentals, data types, control flow, and string manipulation.
    • Apply Object-Oriented Programming (OOP) principles in Groovy, including inheritance, polymorphism, and the use of Traits.
    • Work proficiently with Groovy collections (Lists, Maps, Ranges) and leverage powerful Closure methods for data manipulation.
    • Implement robust testing strategies in Groovy, including unit testing with JUnit and advanced specification testing with Spock.
    • Handle data interchange formats by parsing and generating JSON and XML data using Groovy's built-in capabilities.
    • Connect to and interact with relational databases using Groovy SQL and understand the basics of ORMs like GORM.
    • Automate build processes for Groovy projects using Gradle, managing tasks, dependencies, and multi-project builds.
    • Develop basic web applications using the Grails framework, including controllers, views, services, and RESTful web services.
    • Understand concurrency concepts and apply Groovy's features for asynchronous and parallel programming.
  • This course is ideal for:

    • Java Developers: Looking to enhance their productivity, explore dynamic language features, and leverage Groovy for scripting, testing, or build automation within the Java ecosystem.

    • Backend Developers: Interested in building web applications, microservices, or APIs with frameworks like Grails, or integrating with databases.

    • DevOps Engineers / Automation Specialists: Seeking to write powerful and concise scripts for build automation (Gradle), system administration, or data processing.

    • QA Engineers / Test Automation Developers: Who want to leverage Groovy's capabilities for robust unit, integration, and specification testing with frameworks like Spock.

    • Anyone familiar with programming concepts: Looking to learn a modern, versatile language that seamlessly integrates with the JVM.

  • A working knowledge of Java or Scala is beneficial. We can customise the training to match your team's experience and needs - with more time and coverage of fundamentals for new developers, or a swifter pace for experienced coders.

  • This Groovy 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).

    Get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • Introduction to Groovy

    • What is Groovy?

    • Groovy's relationship with Java

    • Groovy versions and compatibility

    • Setting up a Groovy development environment (SDKMAN!, IntelliJ IDEA, etc.)

    Groovy Language Fundamentals

    • Scripts vs. classes

    • Data types and variables

    • Operators and expressions

    • Control flow

    • Functions and closures

    • Working with collections (lists, maps, ranges)

    • String manipulation

    Object-Oriented Programming in Groovy

    • Classes and objects

    • Methods and properties

    • Constructors

    • Inheritance and polymorphism

    • Traits

    • GroovyBeans

    • Metaprogramming (optional)

    Groovy Collections and Closures

    • Working with Lists

    • Working with Maps

    • Ranges

    • Iterators

    • Closures: syntax, usage, and advanced techniques

    • Collection methods (e.g., each, collect, findAll, grep)

    Testing with Groovy

    • Introduction to testing in Groovy

    • Unit testing with JUnit

    • Integration testing

    • Specification testing with Spock

      • Spock basics: setup, feature methods, blocks

      • Data-driven testing

      • Mocking and stubbing with Spock

    Concurrency in Groovy

    • Concurrency concepts

    • Java concurrency basics

    • Groovy's concurrency features (e.g., GPars)

    • Asynchronous programming with Groovy

    Working with Data

    • Working with JSON and XML

      • Parsing and generating JSON

      • Parsing, creating, and manipulating XML with Groovy

    • Connecting to databases with Groovy

      • Using Groovy SQL

      • Working with Data Sources

      • Using ORMs like GORM

    Build Automation with Gradle

    • Introduction to Gradle

    • Gradle basics: projects, tasks, dependencies

    • Configuring Groovy projects with Gradle

    • Dependency management

    • Multi-project builds

    • Testing with Gradle

    Web Development with Groovy

    • Introduction to web development with Groovy

    • Introduction to Grails

      • Controllers

      • Views (e.g., Groovy Server Pages - GSP)

      • Services

      • Domain Classes

    • RESTful web services with Groovy

    Advanced Groovy (Optional)

    • Metaprogramming

    • Compile-time metaprogramming

    • Groovy DSLs

    • Groovy and Reactive Programming

Trusted by

BBC logo CAPITA company logo

Public Courses Dates and Rates

Please get in touch for pricing and availability.

Related courses