Jump to content

Apache OpenWebBeans

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gurkanerdogdu (talk | contribs) at 19:08, 3 November 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Apache OpenWebBeans
Developer(s)Apache Software Foundation
Stable release
1.6.2
Repository
Written inJava
Operating systemCross-platform
TypeCDI Container
LicenseApache License 2.0
Websitehttp://openwebbeans.apache.org

OpenWebBeans is an open source, embeddable and lightweight CDI Container, released under the Apache 2.0 License. OpenWebBeans is an ASL-licensed implementation of Context and Dependency Injection for Java EE Platform Specification which is defined by JSR-299,[1], JSR-346, [2] and JSR-365,[3]. OpenWebBeans has been integrated with Java EE application servers such as Geronimo,[4] and Apache TomEE[5]

History

OpenWebBeans was founded by Gurkan Erdogdu in October 2008. It is one of implementation of the Context and Dependency Injection specification. The incubator proposal can be found here, <ref>Incubator Proposal. It was graduated in December 2009 to become a top level ASF project.

Major features

  • Supports CDI 1.0, 1.1 , 1.2 and 2.0 CDI versions.
  • It has very modular architecture.
  • Works as standalone Java or in Java EE containers
  • Integrate with Apache Tomcat, TomEE, Geronimo and WebLogic servers.
  • Fast - we agressively use caches internally and deliver great performance
  • Modular - OpenWebBeans Core is purely JavaSE, additional EE functionality gets added via 'Modules'
  • Industry Proven - Many projects use OpenWebBeans in production.
  • Community Oriented - Please visit our mailing list and we will help you moving your project forward.

See also

References