* incremental progress on getting docbkx working - downgraded docbook 4.5 -> 4.4 because of "URI is not file" errors (`find src/docbkx/*.xml | xargs grep -l '4\.5' | xargs perl -p -i -e 's/4\.5/4.4/g'`) - eliminated spring-integration-reference in favor of idiomatic src/docbkx under project root - using xsl from spring-ws to get things working. need to figure out how to integrate previous xsl, however (it's still there), because the L&F is quite different now - upgraded version of docbkx plugin to 2.0.9
17 lines
796 B
XML
17 lines
796 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
|
<appendix id="resources">
|
|
<title>Additional Resources</title>
|
|
|
|
<section id="resources-home">
|
|
<title>Spring Integration Home</title>
|
|
<para>
|
|
The definitive source of information about Spring Integration is the
|
|
<ulink url="http://www.springsource.org/spring-integration">Spring Integration Home</ulink> at
|
|
<ulink url="http://www.springsource.org">http://www.springsource.org</ulink>. That site serves as a hub of
|
|
information and is the best place to find up-to-date announcements about the project as well as links to
|
|
articles, blogs, and new sample applications.
|
|
</para>
|
|
</section>
|
|
|
|
</appendix> |