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:
authorsyeshin2005-10-27 15:44:00 +0000
committersyeshin2005-10-27 15:44:00 +0000
commitcbc9f2bebdee670ef70ae00b7d5c466b62522b91 (patch)
treee20df7da3865f19e380fa4be4a5bcdca450005ae /docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html
parentd8a19b4e6bbb9b5ad885501a0d8d11c340083785 (diff)
downloadwebtools.javaee-cbc9f2bebdee670ef70ae00b7d5c466b62522b91.tar.gz
webtools.javaee-cbc9f2bebdee670ef70ae00b7d5c466b62522b91.tar.xz
webtools.javaee-cbc9f2bebdee670ef70ae00b7d5c466b62522b91.zip
new j2ee docs
Diffstat (limited to 'docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html')
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html
index 7e466ba74..d1c1276b8 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html
@@ -4,6 +4,9 @@
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+
+
<!-- /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
@@ -14,7 +17,8 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/ -->
-<link rel="stylesheet" type="text/css" href="../org.eclipse.wst.doc.user/common.css" />
+<link rel="stylesheet" type="text/css" href="../../org.eclipse.wtp.doc.user/common.css" />
+
<title>Importing and exporting projects and files</title>
</head>
<body id="ph-importexport"><a name="ph-importexport"><!-- --></a>
@@ -30,6 +34,9 @@ You can export an application client project as a JAR file.</li>
Enterprise applications are deployed in the form of an EAR file.
Use the Export wizard to export an enterprise application project into an
EAR file for deployment.</li>
+<li class="ulchildlink"><strong><a href="../topics/tjexprar.html">Exporting connector projects to RAR files</a></strong><br />
+You can export a connector project to a RAR file in preparation
+for deploying it to a server.</li>
<li class="ulchildlink"><strong><a href="../topics/tjimpear.html">Importing an enterprise application EAR file</a></strong><br />
Enterprise application projects are deployed into EAR files. You
can import an enterprise application project by importing it from a deployed
@@ -38,6 +45,11 @@ EAR file.</li>
Application client projects are deployed as JAR files. You can
import an application client project that has been deployed into a JAR file
by using the Import wizard.</li>
+<li class="ulchildlink"><strong><a href="../topics/tjimprar.html">Importing a connector project RAR file</a></strong><br />
+Connector projects are deployed into RAR files. You can import
+a connector project by importing a deployed RAR file.</li>
+<li class="ulchildlink"><strong><a href="../topics/cjcircle.html">Cyclical dependencies between J2EE modules</a></strong><br />
+</li>
<li class="ulchildlink"><strong><a href="../topics/tjcircleb.html">Correcting cyclical dependencies after an EAR is imported</a></strong><br />
You can resolve cyclical dependencies after an EAR is imported.</li>
</ul>

Back to the top