Skip to content

omnifaces/omniservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniServices Build Status

Utility library that provides EJB3-like features for CDI beans

This project will attempt to implement CDI and Interceptor based versions of various EJB features and services. Currently the following features are implemented:

  • @Asynchronous - @Asynchronous
  • @Stateless - @Pooled
  • @Stateless - @Service (stereotype combining @Pooled with @Transactional)

The following features are being considered for future versions:

  • @Lock
  • @Schedule

About

Playground for CDI / Interceptor versions of EJB features

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages