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

Advanced Java Programming Training Course

Expand your knowledge of Java development practices, advanced techniques and latest language features

About the course

This intensive Advanced Java Programming Training Course is meticulously crafted for experienced Java developers seeking to harness the full power of the modern Java ecosystem. Delve deep into the intricacies of Java 8 and beyond to the latest Java Long-Term Support (LTS) release, mastering functional programming paradigms, the robust concurrency utilities, and efficient data handling techniques.

Through hands-on exercises and real-world scenarios, you'll gain practical skills in building scalable, performant, and well-tested applications. Learn to navigate the complexities of modern Java development, from leveraging reactive programming to optimizing performance and ensuring application security.

By the end of this course, you'll be equipped with the advanced knowledge and practical abilities to confidently tackle challenging Java projects and contribute to sophisticated software solutions.

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.

    • Java Streams API
    • Functional Programming in Java
    • Concurrency and Parallelism in Modern Java
    • Data Handling and Persistence
    • Building Robust and Scalable Applications
    • Performance and Monitoring
  • Java developers looking to increase their understanding and abilities with the more advanced Java APIs and capabilities.

  • You should be comfortable with the topics in our Intro Java Programming training course or have similar experience, with at least 6 months' solid Java coding experience.

  • This advanced Java 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.

  • Modern Java Features and Best Practices

    • Review of Core Java Fundamentals:

      • Object-Oriented Programming (OOP) principles: Encapsulation, Inheritance, Polymorphism, Abstraction.

      • Key language features: Collections, Streams (brief introduction if not covered in detail previously), Lambdas, Functional Interfaces.

    • Java 8 and Beyond:

      • Streams API Deep Dive: Intermediate and terminal operations, lazy evaluation, parallel streams, performance considerations.

      • Functional Programming in Java: Advanced lambda expressions, method references, higher-order functions, immutability.

      • Optional Class: Effective use for handling nulls.

      • Date and Time API (java.time): Best practices and advanced usage.

    • Java 9 and Later Enhancements:

      • Modules (Project Jigsaw): Understanding modularity, creating and using modules, benefits for large projects.

      • Private Interface Methods: Use cases and benefits.

      • Factory Methods for Collections: Convenience and immutability.

      • Reactive Streams and Flow API (java.util.concurrent.Flow): Introduction to reactive programming concepts.

    • Code Style and Best Practices:

      • Effective use of annotations.

      • Writing clean, maintainable, and readable code.

      • Common design patterns in advanced Java.

    Concurrency and Parallelism in Modern Java

    • Advanced Thread Management:

      • Thread pools: ExecutorService, ForkJoinPool, best practices for different scenarios.

      • Callable and Future: Asynchronous task execution.

      • Synchronization primitives: Locks (ReentrantLock, ReadWriteLock), Semaphores, CountDownLatch, CyclicBarrier, Phaser.

      • Understanding and avoiding common concurrency issues (deadlock, livelock, race conditions).

    • Concurrent Collections:

      • Thread-safe collections from java.util.concurrent.

      • Choosing the right concurrent collection for specific use cases.

    • Reactive Programming with Project Reactor (or RxJava - Instructor Choice):

      • Introduction to reactive programming principles.

      • Working with Flux and Mono.

      • Operators for transforming, filtering, combining reactive streams.

      • Error handling and backpressure.

    • Performance Optimization for Concurrent Applications:

      • Profiling and identifying bottlenecks.

      • Strategies for improving concurrency performance.

    Data Handling and Persistence

    • Advanced JDBC:

      • Connection pooling and data source management.

      • Transactions and isolation levels.

      • Batch processing.

      • Working with stored procedures.

    • Object-Relational Mapping (ORM) with Hibernate (or JPA for specific / custom implementation):

      • Advanced mappings: Collections, inheritance, associations.

      • Querying strategies: HQL/JPQL, Criteria API.

      • Caching mechanisms (first-level, second-level).

      • Transaction management with ORM.

      • Performance optimization with ORM.

    • NoSQL Databases and Java Integration (Introduction):

      • Overview of different NoSQL database types (e.g., document, key-value, graph).

      • Basic integration with a popular NoSQL database (e.g., MongoDB with the Java driver, Redis with Jedis/Lettuce). This can be tailored based on industry relevance and course length.

    Building Robust and Scalable Applications

    • Error Handling and Exception Management:

      • Best practices for designing exception hierarchies.

      • Effective logging strategies using modern logging frameworks (e.g., Logback, SLF4j).

      • Implementing robust error handling mechanisms.

    • Testing Advanced Java Applications:

      • Advanced JUnit features (e.g., parameterized tests, theories, extensions).

      • Integration testing strategies.

      • Mocking frameworks (e.g., Mockito) for unit testing complex dependencies.

      • Contract testing (brief introduction).

    • Security in Java Applications:

      • Common security vulnerabilities in Java web applications.

      • Basic authentication and authorization using Spring Security (or Java EE Security API).

      • Secure data handling practices.

    Performance and Monitoring

    • JVM Internals and Performance Tuning:

      • Garbage Collection (GC) algorithms and tuning strategies.

      • Memory management and heap analysis.

      • JVM monitoring tools (e.g., JVisualVM, JProfiler).

    • Profiling Java Applications:

      • Using profiling tools to identify performance bottlenecks.

      • Techniques for optimizing CPU and memory usage.

    • Monitoring and Observability:

      • Introduction to monitoring tools (e.g., Prometheus, Grafana).

      • Implementing application metrics and logging for observability.

    • Performance Testing Strategies:

      • Introduction to load testing tools (e.g., JMeter).

Trusted by

AMEC company logo OVO Energy company logo University of Glasgow logo/crest

Public Courses Dates and Rates

Please get in touch for pricing and availability.

Related courses