Hi,

Am Freitag, den 28.09.2007, 08:11 -0500 schrieb Mike Seavers:
> Hello,
> 
> I want to create a ResourceBundle extension backed by a JackRabbit
> repository for my OSGI application.  The design would allow for an OSGI
> bundle to be injected with another Resource Service bundle to get it's
> respective ResourceBundle.  This will also be backed by a cache (like
> ehCache) to minimize trips to the JCR.

I would be very interested to see such work.

Re Caching: I would probably not use ehCache here, as it is somewhat
overkill. I would just use an LRUMap, which allows for limitation, LRU
cleanup and that's what is needed here. Just my €.02.

Regards
Felix



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to