Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml')
-rw-r--r--docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml26
1 files changed, 18 insertions, 8 deletions
diff --git a/docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml b/docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml
index 1967944ae..373458803 100644
--- a/docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml
+++ b/docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml
@@ -13,20 +13,24 @@
<contexts>
<!-- Page 1, Create an Enterprise Bean -->
-<context id="antejb0000">
-<description>Use this page to select the enterprise bean type: session bean or message-driven bean.
+<context id="antejb0000" title="Create an Enterprise Bean">
+<description>Use this page to select the enterprise bean type: session bean, message-driven bean, or container managed entity bean.
-You must install and enable XDoclet before creating a session or message-driven bean. Follow these steps:
-1 - First, download and install XDoclet from http://xdoclet.sourceforge.net/xdoclet/install.html
-2 - Next, click the <b>preferences</b> link to configure the XDoclet Runtime Preferences. Another way to get to the XDoclet Runtime Preferences page is from <b>Window > Preferences > J2EE Annotations > XDoclet</b>.
+You must install and enable XDoclet before creating an entity bean. Complete the following steps:
+1 - Download and install XDoclet from http://xdoclet.sourceforge.net/xdoclet/install.html
+2 - Click the <b>preferences</b> link in the wizard to configure the XDoclet Runtime Preferences. Another way to get to the XDoclet Runtime Preferences page is from <b>Window > Preferences > XDoclet</b>.
3 - Check the <b>Enable XDoclet Builder</b> check box.
-4 - Select the Version of XDoclet that you have installed.
+4 - Select the version of XDoclet that you have installed.
5 - Use the Browse button to locate the installation directory for XDoclet (<b>XDoclet Home</b>).
6 - Click <b>OK</b> to save the preferences.
After installing and configuring XDoclet, select the bean type you want to create and click <b>Next</b>.
</description>
<topic label="Creating enterprise beans" href="../org.eclipse.jst.ejb.doc.user/topics/tecrte.html"/>
+<topic label="Creating session beans" href="../org.eclipse.jst.ejb.doc.user/topics/tesessb.html"/>
+<topic label="Creating container-managed entity beans" href="../org.eclipse.jst.ejb.doc.user/topics/teentityb.html"/>
+<topic label="Creating message-driven beans" href="../org.eclipse.jst.ejb.doc.user/topics/temessb.html"/>
+<topic label="Configuring XDoclet annotation support" href="../org.eclipse.jst.ejb.doc.user/topics/txdocletconf.html"/>
<topic label="EJB architecture" href="../org.eclipse.jst.ejb.doc.user/topics/cearch.html"/>
<!-- link to org.eclipse.jst.annotation.user.doc annotation tagging -->
</context>
@@ -38,10 +42,13 @@ After installing and configuring XDoclet, select the bean type you want to creat
Enter the <b>Java package</b> and <b>Class name</b> for the new enterprise bean.
Change the <b>Superclass</b> if your class will override a class other than java.lang.Object.
-Select the <b>Generate an annotated bean class</b> check box to add J2EE annotations to the source file.
+<!-- Select the <b>Generate an annotated bean class</b> check box to add J2EE annotations to the source file. -->
</description>
<topic label="Creating enterprise beans" href="../org.eclipse.jst.ejb.doc.user/topics/tecrte.html"/>
<topic label="Creating an EJB project" href="../org.eclipse.jst.ejb.doc.user/topics/tecrtpro.html"/>
+<topic label="Creating session beans" href="../org.eclipse.jst.ejb.doc.user/topics/tesessb.html"/>
+<topic label="Creating container-managed entity beans" href="../org.eclipse.jst.ejb.doc.user/topics/teentityb.html"/>
+<topic label="Creating message-driven beans" href="../org.eclipse.jst.ejb.doc.user/topics/temessb.html"/>
<!-- link to org.eclipse.jst.annotation.user.doc annotation tagging -->
</context>
@@ -62,6 +69,9 @@ Select the <b>Transaction Type</b> (container or bean) for the enterprise bean.
</description>
<topic label="Creating enterprise beans" href="../org.eclipse.jst.ejb.doc.user/topics/tecrte.html"/>
<topic label="Creating an EJB project" href="../org.eclipse.jst.ejb.doc.user/topics/tecrtpro.html"/>
+<topic label="Creating session beans" href="../org.eclipse.jst.ejb.doc.user/topics/tesessb.html"/>
+<topic label="Creating container-managed entity beans" href="../org.eclipse.jst.ejb.doc.user/topics/teentityb.html"/>
+<topic label="Creating message-driven beans" href="../org.eclipse.jst.ejb.doc.user/topics/temessb.html"/>
</context>
<!-- Page 4, Enterprise Bean modifiers, interfaces and method stubs -->
@@ -70,7 +80,7 @@ Select the <b>Transaction Type</b> (container or bean) for the enterprise bean.
Select the <b>Interfaces</b> that your bean class will implement. Use the <b>Add</b> and <b>Remove</b> buttons to create the list of interfaces.
-Select which method stubs that you want created in the bean class.<b></b>
+Select which method stubs you want created in the bean class.
</description>
<topic label="Creating enterprise beans" href="../org.eclipse.jst.ejb.doc.user/topics/tecrte.html"/>
<topic label="Creating an EJB project" href="../org.eclipse.jst.ejb.doc.user/topics/tecrtpro.html"/>

Back to the top