Skip to content

Commit

Permalink
Cleanup ref guide
Browse files Browse the repository at this point in the history
* Remove extensions and refguide
* Update docbook plugin (some error otherwise)
* Add trailer for WeldX and Seam
  • Loading branch information
pmuir committed Aug 28, 2010
1 parent 7af4c0f commit b3730de
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 546 deletions.
1 change: 1 addition & 0 deletions docs/reference/pom.xml
Expand Up @@ -34,6 +34,7 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<version>2.3.3</version>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
Expand Down
142 changes: 0 additions & 142 deletions docs/reference/src/main/docbook/en-US/dependencies.xml

This file was deleted.

63 changes: 0 additions & 63 deletions docs/reference/src/main/docbook/en-US/extensions.xml

This file was deleted.

8 changes: 0 additions & 8 deletions docs/reference/src/main/docbook/en-US/master.xml
Expand Up @@ -89,15 +89,7 @@
<xi:include href="part5.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

<xi:include href="environments.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="extensions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!--
<xi:include href="xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-->
<xi:include href="viewlayers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="ri-spi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!--
<xi:include href="dependencies.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-->

</part>

Expand Down
9 changes: 5 additions & 4 deletions docs/reference/src/main/docbook/en-US/part5.xml
Expand Up @@ -6,13 +6,14 @@
Weld is the reference implementation of JSR-299, and is used by JBoss AS and Glassfish to provide CDI services for
Java Enterprise Edition (Java EE) applications. Weld also goes beyond the environments and APIs defined by the
JSR-299 specification by providing support for a number of other environments (such as a servlet container such as
Tomcat, or Java SE) and additional APIs and modules (such as logging and bean utilities).
Tomcat, or Java SE).
</para>

<para>
Some of the extensions in Weld are portable across JSR-299 implementations (like the logging and bean utilities)
and some are specific to Weld (such as the servlet container support). Weld also provides an SPI on which to build
extensions, so there are several layers involved.
You might also want to check out the Weld Extensions project which provides portable extensions to CDI (such as log
injection and additional annotations for creating beans), and Seam, which provides integrations with other view layers
(such as GWT and Wicket), other frameworks (such as Drools) as well as extensions to the ecosystem (such as support
for security).
</para>

<para>
Expand Down
122 changes: 0 additions & 122 deletions docs/reference/src/main/docbook/en-US/viewlayers.xml

This file was deleted.

0 comments on commit b3730de

Please sign in to comment.