Author: gavin.king(a)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://w...;.
</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