Adopt-a-JSR / jcache-javaee

JCache JSR-107 Integration for Java EE 8
Apache License 2.0
7 stars 1 forks source link

Define injectable objects and their default JNDI names #5

Open OndroMih opened 8 years ago

OndroMih commented 8 years ago

Define which interfaces can be injected using @Inject and @Resource, and also their default JNDI names.

For CacheManager, the default JNDI could be java:comp/DefaultCacheManager. For CachingProvider, the default JNDI could be java:comp/DefaultCachingProvider.