| <?xml version="1.0" encoding="UTF-8"?> |
| <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
| "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> |
| <book xmlns:xi="http://www.w3.org/2001/XInclude"> |
| <bookinfo> |
| <!-- The book title has any trademark and registered trademark symbols literally inserted, since the normal |
| escape doesn't appear to work on pdf output. This solution works on all output formats, now that |
| the input text is assumed to be Unicode. --> |
| <title>Creating an application with EclipseRT @virgo@ @webserv@</title> |
| <titleabbrev>Creating @greenpages@</titleabbrev> |
| <subtitle>@greenpages@: a demonstration</subtitle> |
| <!-- |
| <title>@virgo@ @webserv@ Getting Started Guide</title> |
| <titleabbrev>@webserv@ Getting Started</titleabbrev> |
| --> |
| <releaseinfo>@bundle.version@</releaseinfo> |
| <productname>@webserv@</productname> |
| <mediaobject> |
| <imageobject role="fo"> |
| <imagedata align="center" valign="bottom" fileref="images/virgo-logo-large.png" format="PNG" width="20em"/> |
| </imageobject> |
| <imageobject role="html"> |
| <imagedata align="right" valign="bottom" fileref="images/virgo-logo-large.png" format="PNG"/> |
| </imageobject> |
| </mediaobject> |
| <authorgroup> |
| <author><firstname>Christopher</firstname> <surname>Frost</surname> </author> |
| <author><firstname>Ben</firstname> <surname>Hale</surname> </author> |
| <author><firstname>Rob</firstname> <surname>Harrop</surname> </author> |
| <author><firstname>Glyn</firstname> <surname>Normington</surname> </author> |
| <author><firstname>Steve</firstname> <surname>Powell</surname> </author> |
| <author><firstname>Andy</firstname> <surname>Wilkinson</surname> </author> |
| </authorgroup> |
| <abstract role="fo"> |
| <para> |
| Spring application programmers are introduced to @virgo@ @webserv@ |
| by installing the @webserv@ and examining a small application called @greenpages@. |
| Despite its simplicity, @greenpages@ is designed to demonstrate many different @webserv@ features and to |
| act as a template from which other modular applications can be built. |
| </para> |
| <para> |
| This version of the guide is based on the following software versions: |
| <simplelist type='horiz' columns='3'> |
| <member></member><member><emphasis>@webserv@</emphasis></member><member>@webserv.version@</member> |
| <member></member><member><emphasis>@greenpages@</emphasis></member><member>@greenpages.version@</member> |
| <member></member><member><emphasis>@sts@</emphasis></member><member>@sts.version@</member> |
| <member></member><member><emphasis>@maven.full@</emphasis></member><member>@maven.version@</member> |
| </simplelist> |
| </para> |
| </abstract> |
| |
| <legalnotice> |
| <para> |
| Copyright © 2009, 2010 VMware Inc. |
| <mediaobject> |
| <imageobject role="fo"> |
| <imagedata fileref="images/virgo-logo-small.png" format="PNG" width="20em"/> |
| </imageobject> |
| <imageobject role="html"> |
| <imagedata fileref="images/virgo-logo-small.png" format="PNG"/> |
| </imageobject> |
| </mediaobject> |
| </para> |
| <para> |
| All rights reserved. This document is made available under the terms of the Eclipse Public License v1.0 |
| which is available at |
| <ulink url="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</ulink>. |
| </para> |
| <para>Java, Sun, and Sun Microsystems |
| are trademarks or registered |
| trademarks of Sun Microsystems, Inc. in the United |
| States and other countries. |
| </para> |
| <para>OSGi is a trademark or a registered trademark of the OSGi Alliance in |
| the United States, other countries, or both. |
| </para> |
| <para>Eclipse is a trademark of Eclipse Foundation, Inc.</para> |
| <para>UNIX is a registered trademark of The Open Group.</para> |
| <para>Windows is a registered trademark of Microsoft Corporation in the |
| United States and other countries.</para> |
| <para>Mac and Mac OS are trademarks of Apple Inc., registered in the U.S. and other countries.</para> |
| </legalnotice> |
| </bookinfo> |
| |
| <toc /> |
| |
| <!-- prefaces --> |
| <!-- <xi:include href="legalese.xml" /> --> |
| <xi:include href="preface.xml" /> |
| |
| <!-- chapters --> |
| <xi:include href="concepts.xml" /> |
| <xi:include href="installing.xml" /> |
| <xi:include href="installing-greenpages.xml" /> |
| <xi:include href="web-module/web-module.xml" /> |
| <xi:include href="middle-tier/middle-tier.xml" /> |
| <xi:include href="testing-greenpages.xml" /> |
| <xi:include href="automated-build.xml" /> |
| |
| <!-- appendices --> |
| <xi:include href="further-resources.xml" /> |
| |
| </book> |