Skip to content

Commit

Permalink
Switch to MarkDown
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Apr 10, 2014
1 parent 5b8606a commit aceccb2
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 62 deletions.
67 changes: 67 additions & 0 deletions dist/README.md
@@ -0,0 +1,67 @@

Weld
====

What is it?
------------

Weld is the reference implementation of CDI: Contexts and Dependency Injection
for the Java EE Platform which is the Java standard for dependency injection and
contextual lifecycle management and one of the most important and popular parts
of the Java EE platform.

Weld is integrated into many Java EE application servers such as WildFly,
JBoss Enterprise Application Platform, GlassFish, Oracle WebLogic and others.
Weld can also be used in a Servlet-only environment (Tomcat, Jetty) or plain
Java SE environment.

See http://weld.cdi-spec.org for more details.

Contents of distribution
------------------------

doc/

API Docs and reference guide. Open doc/en-US/html/index.html in your
browser for instructions on how to get started using Weld and the
facilities offered by CDI.

examples/

The Weld examples. See examples/README.md for more details. In addition,
the examples are described in more detail in the reference guide

artifacts/weld

Weld binary, source and javadoc jars

artifacts/cdi

CDI API binary, source and javadoc jars

Licensing
---------

This distribution, as a whole, is licensed under the terms of the ASL 2.0, Version 2.0 (see LICENSE.txt).

The various components in this JAR are each licensed under an open source
license that permits you to copy, modify, and distribute the code in both
binary and source code form. In some cases those licenses impose
requirements on you when you redistribute the code. Please refer to the
license information contained in the source code of each of the components
for the specific license applicable to that component.

Weld URLs
---------

Home Page: http://weld.cdi-spec.org

Downloads: http://weld.cdi-spec.org/download/

Mailing Lists: https://lists.jboss.org/mailman/listinfo/weld-dev

Forums: https://community.jboss.org/en/weld

Source Code: http://github.com/weld

Issue Tracking: https://jira.jboss.org/jira/browse/WELD (core)
62 changes: 0 additions & 62 deletions dist/readme.txt

This file was deleted.

0 comments on commit aceccb2

Please sign in to comment.