Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkprice2008-01-30 21:16:47 +0000
committerkprice2008-01-30 21:16:47 +0000
commit50192854da7f9daa43b022687ea79d122941e6e8 (patch)
treee01105087d3332a6435ede4db601e3340d9a1f9d /docs/org.eclipse.jst.j2ee.doc.user/topics/cjappcliproj.html
parent245dbf90f1558be0c821e751e6e3e2f9839be1fa (diff)
downloadwebtools.javaee-50192854da7f9daa43b022687ea79d122941e6e8.tar.gz
webtools.javaee-50192854da7f9daa43b022687ea79d122941e6e8.tar.xz
webtools.javaee-50192854da7f9daa43b022687ea79d122941e6e8.zip
[216965] updates to J2EE docs for WTP 3.0. Plugin ver# increased.
Diffstat (limited to 'docs/org.eclipse.jst.j2ee.doc.user/topics/cjappcliproj.html')
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/cjappcliproj.html48
1 files changed, 26 insertions, 22 deletions
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/cjappcliproj.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/cjappcliproj.html
index e8614c5fb..7192424fa 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/cjappcliproj.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/cjappcliproj.html
@@ -2,17 +2,17 @@
<html lang="en-us" xml:lang="en-us">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2006" />
+<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
+<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
<meta content="public" name="security" />
<meta content="index,follow" name="Robots" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta content="concept" name="DC.Type" />
<meta name="DC.Title" content="Application client projects" />
-<meta name="abstract" content="" />
-<meta name="description" content="" />
-<meta content="projects, application client, application client projects, overview, J2EE modules" name="DC.subject" />
-<meta content="projects, application client, application client projects, overview, J2EE modules" name="keywords" />
+<meta name="abstract" content="Application client projects contain programs that run on networked client systems so the project can benefit from a server's tools." />
+<meta name="description" content="Application client projects contain programs that run on networked client systems so the project can benefit from a server's tools." />
+<meta content="application client projects, overview, J2EE" name="DC.subject" />
+<meta content="application client projects, overview, J2EE" name="keywords" />
<meta scheme="URI" name="DC.Relation" content="../topics/cjarch.html" />
<meta scheme="URI" name="DC.Relation" content="../topics/tjappproj.html" />
<meta scheme="URI" name="DC.Relation" content="../topics/tjexpapp.html" />
@@ -26,22 +26,26 @@
<body id="cjappcliproj"><a name="cjappcliproj"><!-- --></a>
-<h1 class="topictitle1" id="title">Application client projects</h1>
+<h1 class="id_title">Application client projects</h1>
-<div id="conbody"><div id="shortdesc"></div>
+<div class="id_conbody"><p class="id_shortdesc">Application client projects contain
+programs that run on networked client systems so the project can benefit from
+a server's tools.</p>
-<anchor id="topictop"></anchor><p> Application client projects contain the
-resources needed for application client modules. An application client module
-is used to contain a full-function client Java™ application (non Web-based) that connects
-to and uses the J2EE resources defined in your server. When you place the
-client code in an application client module instead of a simple JAR file,
-the application client benefits from the server's resources (it does not need
-to re-specify the class path to J2EE and server JAR files) as well as from
-easier JNDI lookup (the client container fills in the initial context and
-other parameters). The application client project allows you to work as if
-you are creating a standalone Java application in a Java project.</p>
+<p class="anchor_topictop" />
+
+<p> Application client projects contain the resources needed for application
+client modules. An application client module is used to contain a full-function
+client Java™ application (non Web-based) that connects to and
+uses the J2EE resources defined in your server. When you place the client
+code in an application client module instead of a simple JAR file, the application
+client benefits from the server's resources (it does not need to re-specify
+the class path to J2EE and server JAR files) as well as from easier JNDI lookup
+(the client container fills in the initial context and other parameters).
+The application client project allows you to work as if you are creating a
+standalone Java application in a Java project.</p>
<p>An application client project enables you to do the following things:</p>
@@ -57,8 +61,8 @@ you are creating a standalone Java application in a Java project.</p>
<p>Like Java projects, application client projects contain the
resources needed for application clients, including Java class
files. When you create a new application client project, the environment is
-set up for Java development. A Java <em>builder</em> is associated with the
-project so the Java source can be incrementally compiled as it is updated.
+set up for Java development. A Java builder is associated with the project
+so the Java source can be incrementally compiled as it is updated.
The application client project contains information about the type hierarchy
and Java elements.
This information is kept current as changes are made, and the Java builder
@@ -92,12 +96,12 @@ formats).</p>
which contains both Java source code and compiled <samp class="codeph">.class</samp> files,
along with all the meta-data files in the <span class="uicontrol">META-INF</span> subfolder.</p>
-<anchor id="topicbottom"></anchor>
+<p class="anchor_topicbottom" />
</div>
<div><div class="relconcepts"><strong>Related concepts</strong><br />
-<div><a href="../topics/cjarch.html" title="The Java 2 Platform, Enterprise Edition (J2EE) provides a standard for developing multitier, enterprise services.">J2EE architecture</a></div>
+<div><a href="../topics/cjarch.html" title="The Java 2 Platform, Enterprise Edition (J2EE) provides a standard for developing multitier, enterprise applications.">J2EE architecture</a></div>
</div>
<div class="reltasks"><strong>Related tasks</strong><br />
<div><a href="../topics/tjappproj.html" title="You can use a wizard to create a new application client project and add it to a new or existing enterprise application project.">Creating an application client project</a></div>

Back to the top