Programming with ServiceLoader API in Java - Venkat Subramaniam

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • For the most part, ServiceLoader was a well-kept secret in Java. Introduced in earlier versions of Java, it got a new life in Java 9 with modules. In this presentation, we will talk about how ServiceLoader helps to discover implementations dynamically and look at both imperative and functional ways to use them.
    For more on-demand content, visit: saltmarch.com/...

КОМЕНТАРІ • 4

  • @cryptoGoBrrrrrr
    @cryptoGoBrrrrrr Рік тому +6

    I can't believe this knowledge is free to consume
    After a long time I'm starting to get excited by programming
    Keep doing what you're doing,
    ❤ from India.

  • @k7esav
    @k7esav 11 місяців тому +3

    Thanks for this session.

  • @paulcalinovici8808
    @paulcalinovici8808 2 місяці тому

    I don't get it. He talks about the plugin architecture, but it seems to me that everytime a new implementation is added, he rebuilds the client. Isn't supposed for plugin architecture, that the implementations can be attached and detached without a rebuild of the client?

  • @user-xg5oq2ks6z
    @user-xg5oq2ks6z 3 місяці тому

    23:05