Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.dita')
-rw-r--r--docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.dita39
1 files changed, 0 insertions, 39 deletions
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.dita
deleted file mode 100644
index e83a0540f..000000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.dita
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cjsr109" xml:lang="en-us">
-<title>JSR 109 - Implementing Enterprise Web services</title>
-<shortdesc>JSR 109 (Implementing Enterprise Web Services) defines the programming
-model and run-time architecture to deploy and look up Web services in the
-Java EE environment; more specifically, in the Web, EJB, and Client Application
-containers. One of its main goals is to ensure vendors' implementations interoperate.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>JSR 109 Java specification</indexterm><indexterm>JSR
-921 Java specification</indexterm><indexterm>Web services<indexterm>Java specification
-requests</indexterm></indexterm></keywords>
-</metadata></prolog>
-<conbody>
-<p>JSR 109 builds on top of JAX-RPC to cover the use of JAX-RPC in a Java
-EE environment, as well as the implementation and deployment of Web services
-to a Java EE application server. JSR 109 defines a set of XML-based deployment
-descriptors to standardize Web services and Web service client deployments
-in the Java EE environment. JSR 921 was a maintenance revision of JSR 109,
-and has since been replaced by the updated version of JSR 109.</p>
-<p>For more information, refer to: <xref format="html" href="http://www.jcp.org/en/jsr/detail?id=109"
-scope="external">JSR 109, "Implementing Enterprise Web Services</xref> and <xref
-href="http://www.jcp.org/en/jsr/detail?id=921" scope="external">JSR 921: Implementing
-Enterprise Web Services 1.1</xref>.</p>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"></link>
-<link href="cwsinwsa.dita"></link>
-<link href="cjaxrpc.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="peer"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>

Back to the top