[weld-commits] Weld SVN: r4875 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 12:42:30 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-09 12:42:30 -0500 (Mon, 09 Nov 2009)
New Revision: 4875

Modified:
   doc/trunk/reference/en-US/gettingstarted.xml
Log:
remove stuff thats wrong

Modified: doc/trunk/reference/en-US/gettingstarted.xml
===================================================================
--- doc/trunk/reference/en-US/gettingstarted.xml	2009-11-09 17:41:53 UTC (rev 4874)
+++ doc/trunk/reference/en-US/gettingstarted.xml	2009-11-09 17:42:30 UTC (rev 4875)
@@ -1881,21 +1881,7 @@
    @Remove public void remove() {}
 
 }]]></programlisting>
-   
-      <para>
-         Since this is a stateful session bean, you can include an optional <literal>@Remove</literal> method, which the
-         container will call for you when the bean is destroyed; in this case at the end of the request. (Keep in mind
-         that since this bean is not dependent-scoped, the application is forbidden to invoke the remove method). Since
-         CDI is integrated into the container, it does not need this method to operate correctly. If the method's empty,
-         just get rid of it.
-      </para>
 
-      <para>
-         You'll notice in this example the smooth integration between the existing <literal>@EJB</literal> resource
-         injection annotation and the new <literal>@Inject</literal> annotation for injecting any managed or session
-         bean. The tight integration with Java EE is a key value proposition of CDI (not to mention a requirement).
-      </para>
-
    </section>
    
    <para>
@@ -1903,11 +1889,6 @@
       development, please visit <ulink
       url="http://www.seamframework.org/Weld/Development">http://www.seamframework.org/Weld/Development</ulink>.
    </para>
-   
-   <para>
-      We need help in all areas - bug fixing, writing new features, writing examples and translating this reference
-      guide.
-   </para>
 
 <!--
 vim:et:ts=3:sw=3:tw=120



More information about the weld-commits mailing list