blob: 6426add47c67ca241ae25c1ff6a7fdaba555c1c5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership. The
ASF licenses this file to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
law or agreed to in writing, software distributed under the License is
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License.
-->
<!DOCTYPE abstract PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
<!ENTITY % entities SYSTEM "../entities.ent" >
%entities;
]>
<abstract>
<para>
&productname; is a container for services using the Jini
Service Oriented ArchitectureÏ.
</para>
<para>
Jini is a technology for implementing Service Oriented Architectures
based on the concept of Java proxies to services. The fundamental idea
is that service consumers are implemented in Java. In order to use a service,
the consumer loads a serialized proxy from a lookup service, or Registrar.
</para>
<para>
Since the proxy is loaded using Java dynamic class loading, it can implement
any protocol required by the service implementation. As a result, Jini services
do not depend on any particular protocol, and each service is free to
choose a protocol and implementation options that suit the service.
</para>
</abstract>