~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/enterprise/general/ent_app_creating.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>Creating an Enterprise Application Project</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
 
 
13
<h2>Creating an Enterprise Application Project</h2>
 
14
<p> <small><a href="#seealso">See Also</a>&nbsp; </small>
 
15
<ol>
 
16
  <li>Choose File &gt; New Project (Ctrl-Shift-N). 
 
17
    <ul class="note">
 
18
      <li>Before you can create an enterprise application project, you must <a href="../../server/server_register.html">register</a> 
 
19
        an application server.</li>
 
20
    </ul>
 
21
  </li>
 
22
  <li>From the Enterprise category, select one of the following project templates: 
 
23
    <ul>
 
24
      <li><a href="../csh/NewEarProjectWizardIterator.html">Enterprise Application</a>. 
 
25
        Creates an empty enterprise application in a <object classid="java:com.sun.java.help.impl.JHSecondaryViewer">
 
26
          <param name="content" value="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/project/csh/glossary_standard.html">
 
27
          <param name="viewerActivator" value="javax.help.LinkLabel">
 
28
          <param name="viewerStyle" value="javax.help.Popup">
 
29
          <param name="viewerSize" value="400,220">
 
30
          <param name="text" value="standard project">
 
31
          <param name="textFontSize" value="medium">
 
32
          <param name="textFontFamily" value="SansSerif">
 
33
          <param name="textFontStyle" value="italic">
 
34
          <param name="textFontWeight" value="bold">
 
35
          <param name="textColor" value="blue">
 
36
        </object>.</li>
 
37
      <li><a href="../csh/ImportBlueprintEarWizardIterator.html">Enterprise Application 
 
38
        with Existing Sources</a>. Imports an existing enterprise application 
 
39
        into a standard project. The project's folder structure must adhere to 
 
40
        the <object classid="java:com.sun.java.help.impl.JHSecondaryViewer">
 
41
          <param name="content" value="nbdocs://org.netbeans.modules.visualweb.ravehelp.rave_nbpack/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/glossary/blueprints.html">
 
42
          <param name="viewerActivator" value="javax.help.LinkLabel">
 
43
          <param name="viewerStyle" value="javax.help.Popup">
 
44
          <param name="viewerSize" value="450,680">
 
45
          <param name="text" value="J2EE Blueprints conventions for application structure">
 
46
          <param name="textFontSize" value="medium">
 
47
          <param name="textColor" value="blue">
 
48
        </object>. For more information, see: 
 
49
        <p><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
 
50
            <param name="content" value="http://java.sun.com/blueprints/code/projectconventions.html">
 
51
            <param name="text" value="<html><u>http://java.sun.com/blueprints/code/projectconventions.html</u></html>">
 
52
            <param name="textFontSize" value="medium">
 
53
            <param name="textColor" value="blue">
 
54
          </object> 
 
55
      </li>
 
56
    </ul>
 
57
  </li>
 
58
  <li>Follow the steps in the rest of the wizard.</li>
 
59
</ol>
 
60
<dl>
 
61
    <dt><a name="seealso">See Also</a></dt>
 
62
    <dd><a href="about_ent_apps.html">About Enterprise Applications</a></dd>
 
63
    <dd><a href="add_modules_to_ent_app.html">Adding a Module to an Enterprise Application</a></dd>
 
64
    <dd><a href="add_resources_to_ent_app.html">Adding an External Resource to an Enterprise Application</a></dd>
 
65
    <dd><a href="ent_app_configure.html">Editing an Enterprise Application's Deployment Descriptors</a></dd>
 
66
</dl>
 
67
 
 
68
 
 
69
<hr><small><a href="../../credits.html">Legal Notices</a></small>
 
70
 
 
71
<table border="0" cellpadding="50">
 
72
<tr><td>&nbsp;</td></tr>
 
73
</table></body>
 
74
</html>