~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/appclient/appclient_process.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.
 
4
 * All rights reserved. 
 
5
 * Use is subject to license terms.
 
6
-->
 
7
<html>
 
8
<head>
 
9
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
10
<title>Working with Java EE Application Clients</title>
 
11
<link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
12
</head>
 
13
<body>
 
14
<h2>Working with Java EE Application Clients</h2>
 
15
 
 
16
<p>The following table shows how to work with Java EE application clients. </p>
 
17
<table border="0" cellpadding="0" cellspacing="0" summary="The left column contains each
 
18
   process step. The right column contains detail information to accomplish that process.">
 
19
  <tr valign="top"> 
 
20
    <td align="center"><img src="../images/circle1.gif" alt="Number one"><br>
 
21
      <b>Create the application client project</b></td>
 
22
    <td> 
 
23
      <ol>
 
24
        <li><a href="../server/server_register.html">Register</a> a Java EE application 
 
25
          server. You cannot deploy enterprise applications to the Tomcat server.</li>
 
26
        <li><a href="appclient_create.html">Create the project</a> for the application 
 
27
          client.</li>
 
28
        <li><a href="../enterprise/general/add_modules_to_ent_app.html">Add the 
 
29
          application client to an enterprise application</a>.</li>
 
30
      </ol>
 
31
    </td>
 
32
  </tr>
 
33
  <tr> 
 
34
    <td colspan="2"> 
 
35
      <hr align="center" width="80%">
 
36
    </td>
 
37
  </tr>
 
38
  <tr valign="top"> 
 
39
    <td align="center"><img src="../images/circle2.gif" alt="Number two"><br>
 
40
      <b>Code the application client</b></td>
 
41
    <td> 
 
42
      <ol>
 
43
        <li>Create classes in your application client that access modules in the enterprise application. </li>
 
44
        <li><a href="../ejb/editing/call_ejb.html">Call enterprise beans</a> from 
 
45
          web application modules and other enterprise beans.</li>
 
46
        <li><a href="../webservice/consume/wsc_create.html">Access web services</a> 
 
47
          in the application client.</li>
 
48
        </ol>
 
49
    </td>
 
50
  </tr>
 
51
  <tr> 
 
52
    <td colspan="2"> 
 
53
      <hr align="center" width="80%">
 
54
    </td>
 
55
  </tr>
 
56
  <tr valign="top"> 
 
57
    <td align="center"><img src="../images/circle3.gif" alt="Number three"><br>
 
58
      <b>Configure the application</b></td>
 
59
    <td> 
 
60
      <ol>
 
61
        <li><a href="appclient_edit_dd.html">Edit the application client's deployment descriptors.</a></li>
 
62
      </ol>
 
63
    </td>
 
64
  </tr>
 
65
  <tr> 
 
66
    <td colspan="2"> 
 
67
      <hr align="center" width="80%">
 
68
    </td>
 
69
  </tr>
 
70
  <tr valign="top"> 
 
71
    <td align="center"> <img src="../images/circle4.gif" alt="Number four"><br>
 
72
      <b>Build the project</b> </td>
 
73
    <td> 
 
74
      <ol>
 
75
        <li>Choose Build &gt; <a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_project.html"> 
 
76
          Build Main Project</a> or right-click the project node in the Projects window and choose Build.</li>
 
77
      </ol>
 
78
    </td>
 
79
  </tr>
 
80
  <tr> 
 
81
    <td colspan="2"> 
 
82
      <hr align="center" width="80%">
 
83
    </td>
 
84
  </tr>
 
85
  <tr valign="top"> 
 
86
    <td align="center"> <img src="../images/circle5.gif" alt="Number five"><br>
 
87
      <b>Deploy the module</b> </td>
 
88
    <td> 
 
89
      <ol>
 
90
        <li>Right-click the enterprise application that contains the application client and choose 
 
91
          <a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/run/run_app.html">Run</a>.</li>
 
92
        </ol>
 
93
    </td>
 
94
  </tr>
 
95
</table>
 
96
 
 
97
<hr>
 
98
<small><a href="../credits.html">Legal Notices</a></small> 
 
99
<table cellpadding="50" border="0">
 
100
  <tr><td>&nbsp;</td></tr>
 
101
</table>
 
102
</body>
 
103
</html>