Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] Scanning specification

+1

Jandex provides an approximate solution, but needs more lightweight ways to access index data.

Requirements become more complicated if the scope of caching becomes larger than a single JAR.

Things get more complicated also if the cache data is to be consistent with what a class loader sees, vs what can be seen working directly with resources.

Thanks!

Thomas F. Bitonti
WebSphere Application Server


Inactive hide details for arjan tijms ---03/17/2021 11:47:32 AM---Of course +1 from me. HK2 and Jandex are both inspirations toarjan tijms ---03/17/2021 11:47:32 AM---Of course +1 from me. HK2 and Jandex are both inspirations to start from. In HK2, build-time

From: arjan tijms <arjan.tijms@xxxxxxxxx>
To: jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>
Date: 03/17/2021 11:47 AM
Subject: [EXTERNAL] Re: [jakartaee-platform-dev] Scanning specification
Sent by: "jakartaee-platform-dev" <jakartaee-platform-dev-bounces@xxxxxxxxxxx>





Of course +1 from me. HK2 and Jandex are both inspirations to start from. In HK2, build-time scanning has an important role, and the so-called hk2-inhabitant-generator is often used. See this article from Jonathan that shows this: https://blog.payara.fish/hk2-the-hundred-kilobyte-kernel
Of course +1 from me.

HK2 and Jandex are both inspirations to start from. In HK2, build-time scanning has an important role, and the so-called hk2-inhabitant-generator is often used. See this article from Jonathan that shows this: https://blog.payara.fish/hk2-the-hundred-kilobyte-kernel




On Wed, Mar 17, 2021 at 4:01 PM Thiago Henrique Hupner <thihup@xxxxxxxxx> wrote:

Back to the top