Moved project to SpringSource.
This commit is contained in:
@@ -43,9 +43,6 @@
|
||||
</fo:table-row>
|
||||
<fo:table-row>
|
||||
<fo:table-cell text-align="center">
|
||||
<fo:block>
|
||||
<fo:external-graphic src="file:target/doc/images/synyx-logo.tiff" width="70mm" height="auto" content-width="scale-to-fit" content-height="scale-to-fit" />
|
||||
</fo:block>
|
||||
<fo:block font-size="12pt" padding="10mm">
|
||||
<xsl:for-each select="bookinfo/authorgroup/author">
|
||||
<xsl:if test="position() > 1">
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1,13 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE book [
|
||||
<!ENTITY core SYSTEM "../../core/src/doc/core.xml">
|
||||
<!ENTITY metadata SYSTEM "../../metadata/src/doc/metadata.xml">
|
||||
]>
|
||||
<!-- PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" -->
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<book>
|
||||
<bookinfo>
|
||||
<title>Hera</title>
|
||||
<title>Spring Plugin</title>
|
||||
|
||||
<subtitle>The smallest plugin system ever</subtitle>
|
||||
|
||||
@@ -18,25 +14,23 @@
|
||||
<surname>Gierke</surname>
|
||||
|
||||
<affiliation>
|
||||
<jobtitle>Software Architect</jobtitle>
|
||||
<jobtitle>Senior Member Technical Staff</jobtitle>
|
||||
|
||||
<orgname>Synyx GmbH & Co. KG</orgname>
|
||||
<orgname>SpringSource, a division of VMware</orgname>
|
||||
</affiliation>
|
||||
|
||||
<email>gierke@synyx.de</email>
|
||||
|
||||
<address>Karlstraße 68, 76137 Karsruhe, Germany</address>
|
||||
<email>ogierke (at) vmware.com</email>
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<releaseinfo>V0.4</releaseinfo>
|
||||
<releaseinfo>V0.8</releaseinfo>
|
||||
|
||||
<pubdate>23.09.2009</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2009</year>
|
||||
<year>2008-2012</year>
|
||||
|
||||
<holder>Synyx GmbH & Co. KG</holder>
|
||||
<holder>The original authors</holder>
|
||||
</copyright>
|
||||
|
||||
<revhistory>
|
||||
@@ -87,6 +81,18 @@
|
||||
|
||||
<revremark>Added section on plugin ordering</revremark>
|
||||
</revision>
|
||||
|
||||
<revision>
|
||||
<date>21.02.2012</date>
|
||||
|
||||
<author>
|
||||
<firstname>Oliver</firstname>
|
||||
|
||||
<surname>Gierke</surname>
|
||||
</author>
|
||||
|
||||
<revremark>Move project to SpringSource</revremark>
|
||||
</revision>
|
||||
</revhistory>
|
||||
</bookinfo>
|
||||
|
||||
@@ -103,13 +109,14 @@
|
||||
<glossterm><abbrev>OSGi</abbrev></glossterm> introduces a lot of
|
||||
complexity to projects.</para>
|
||||
|
||||
<para>Hera provides a more pragmatic approach to plugin development by
|
||||
providing the core flexibility of having plugin implementations
|
||||
extending a core system's functionality but of course not delivering
|
||||
core <abbrev>OSGi</abbrev> features like dynamic class loading or
|
||||
runtime installation and deployment of plugins. Although Hera thus is
|
||||
not nearly as powerful as <abbrev>OSGi</abbrev>, it servers little man's
|
||||
requirements to build a modular extensible application.</para>
|
||||
<para>Spring Plugin provides a more pragmatic approach to plugin
|
||||
development by providing the core flexibility of having plugin
|
||||
implementations extending a core system's functionality but of course
|
||||
not delivering core <abbrev>OSGi</abbrev> features like dynamic class
|
||||
loading or runtime installation and deployment of plugins. Although
|
||||
Spring Plugin thus is not nearly as powerful as <abbrev>OSGi</abbrev>,
|
||||
it servers poor man's requirements to build a modular extensible
|
||||
application.</para>
|
||||
</section>
|
||||
|
||||
<section id="preface.context">
|
||||
@@ -142,8 +149,8 @@
|
||||
</listitem>
|
||||
</itemizedlist></para>
|
||||
|
||||
<para>The last point actually is not essential although Hera gains a lot
|
||||
of momentum in collaborative use with Spring.</para>
|
||||
<para>The last point actually is not essential although Spring Plugin
|
||||
gains a lot of momentum in collaborative use with Spring.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
@@ -155,16 +162,18 @@
|
||||
<para>Spring is the defacto standard application framework for Java
|
||||
applications. Its consistent programming model, easy configuration and
|
||||
wide support for all kinds of third party libraries makes it the first
|
||||
class citizen of application frameworks. Hera tightly integrates into
|
||||
Spring's component model and extends the core container with some
|
||||
custom functionality.</para>
|
||||
class citizen of application frameworks. Spring Plugin tightly
|
||||
integrates into Spring's component model and extends the core
|
||||
container with some custom functionality.</para>
|
||||
</simplesect>
|
||||
</section>
|
||||
</preface>
|
||||
|
||||
&core;
|
||||
<xi:include href="../../core/src/doc/core.xml"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
&metadata;
|
||||
<xi:include href="../../metadata/src/doc/metadata.xml"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<glossary>
|
||||
<glossdiv>
|
||||
@@ -201,4 +210,4 @@
|
||||
</glossentry>
|
||||
</glossdiv>
|
||||
</glossary>
|
||||
</book>
|
||||
</book>
|
||||
Reference in New Issue
Block a user