blob: 5eb96bf589f885f38c78790f6a8ec29f6269951b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<chapter id="web.module" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The Web Module</title>
<section id="web.module.introduction">
<title>Introduction</title>
<para>
In common with most Enterprise Java applications @greenpages@ uses a web-based interface for user interactions.
The following steps show how the controller for the application is constructed,
using a service from the OSGi Service Registry.
</para>
<para>
It is assumed that the instructions in <xref linkend="installation"/> have been followed already
and that the @greenpages@
zip file has been downloaded and unzipped as described in <xref linkend="installing.greenpages"/>.
<!--
The working solution projects should be installed into @sts.short@,
as described in <xref linkend="installing.greenpages.tools"/>.
-->
</para>
<!--
<para>
The completed application (in directory <literal>$GREENPAGES_HOME/solution</literal>) is examined; the skeleton (in directory <literal>$GREENPAGES_HOME/start</literal>)
can be used to build the application by following the same sequence and supplying the missing pieces.
</para>
-->
</section>
<xi:include href="setting-up.xml"/>
<xi:include href="controller.xml"/>
<xi:include href="deploy-bundle.xml"/>
<xi:include href="par-project.xml"/>
<xi:include href="osgi-reference.xml"/>
<xi:include href="osgi-service.xml"/>
</chapter>