~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to j2ee/platform/javahelp/org/netbeans/modules/j2ee/platform/docs/ejb/csh/graphic_editor/dd_multiview_beanDetails.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
Import upstream version 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--       
 
3
*     Copyright � 2007 Sun Microsystems, Inc. All rights reserved.
 
4
*     Use is subject to license terms.
 
5
-->
 
6
<html>
 
7
<head>
 
8
<title>ejb-jar.xml Visual Editor: Bean Details</title>
 
9
<link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
10
</head>
 
11
<body>
 
12
<h2><tt>ejb-jar.xml</tt> Visual Editor: Bean Details</h2>
 
13
<p> <small><a href="#seealso">See Also</a>&nbsp; </small> 
 
14
<p>The <tt>ejb-jar.xml</tt> visual editor lets you edit the general <object classid="java:com.sun.java.help.impl.JHSecondaryViewer">
 
15
    <param name="content" value="../../glossary/deploymentdesc.html">
 
16
    <param name="viewerActivator" value="javax.help.LinkLabel">
 
17
    <param name="viewerStyle" value="javax.help.Popup">
 
18
    <param name="viewerSize" value="400,220">
 
19
    <param name="text" value="deployment descriptor">
 
20
    <param name="textFontSize" value="medium">
 
21
    <param name="textFontFamily" value="SansSerif">
 
22
    <param name="textFontStyle" value="italic">
 
23
    <param name="textFontWeight" value="bold">
 
24
    <param name="textColor" value="blue">
 
25
  </object> for an EJB module. You open the editor by expanding the project's 
 
26
  Configuration Files node in the Projects window and double-clicking <tt>ejb-jar.xml</tt>. 
 
27
  The Enterprise Beans section of the General tab contains a section for each 
 
28
  of your EJB module's enterprise beans. </p>
 
29
<p>The section for each enterprise bean has a Bean Details section where you can 
 
30
  specify the following general information for your bean:</p>
 
31
<ul>
 
32
  <li> <b>Display Name.</b> The name that is displayed by tools. This name does 
 
33
    not need to be unique. </li>
 
34
  <li><b>Description.</b> A short description of the bean.</li>
 
35
  <li><b>Small Icon/Large Icon.</b> Icons that are displayed for the bean by tools. 
 
36
    The icons must be located in the EJB module project. Specify a relative path 
 
37
    to the image in the EJB JAR file or click Browse to select the image. The 
 
38
    image must be either in the JPEG or GIF format. The small icon element should 
 
39
    be 16 x 16 pixels and the large icon should be 32 x 32 pixels.</li>
 
40
</ul>
 
41
<p>All enterprise beans also have the following sections in the <tt>ejb-jar.xml</tt> 
 
42
  visual editor:</p>
 
43
<ul>
 
44
  <li><a href="dd_multiview_beanImp.html">Enterprise Bean Implementation and Interfaces</a></li>
 
45
  <li><a href="dd_multiview_beanEnviornment.html">Bean Environment</a></li>
 
46
  <li><a href="dd_multiview_beanSecurity.html">Security</a></li>
 
47
</ul>
 
48
<dl>
 
49
    <dt><a name="seealso">See Also</a></dt>
 
50
    <dd><a href="../../configuring/config_ejb_about.html">About Configuring EJB Modules</a> </dd>
 
51
        <dd><a href="../../../enterprise/general/ent_app_verify.html">Verifying an Enterprise Application</a></dd>
 
52
        <dd><tt>ejb-jar.xml</tt> Visual Editor:</dd>
 
53
        <dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="dd_multiview_moduleDetails.html">Module Details</a> </dd>
 
54
        <dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="dd_multiview_securityRoles.html">Security Roles</a> </dd>
 
55
        <dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="dd_multiview_Entity.html">Enterprise Beans: Entity Bean</a></dd>
 
56
        <dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="dd_multiview_Session.html">Enterprise Beans: Session Bean</a></dd>
 
57
        <dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="dd_multiview_MDB.html">Enterprise Beans: Message-Driven Beans</a></dd>
 
58
        <dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="dd_multiview_Relationship.html">CMP Relationships</a></dd>
 
59
</dl>
 
60
 
 
61
<hr>
 
62
<small><a href="../../../credits.html">Legal Notices</a></small> 
 
63
<table border="0" cellpadding="50">
 
64
  <tr><td>&nbsp;</td></tr>
 
65
</table>
 
66
</body>
 
67
</html>
 
68