[hibernate-commits] Hibernate SVN: r12883 - trunk/HibernateExt/search/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Aug 2 11:49:05 EDT 2007


Author: hardy.ferentschik
Date: 2007-08-02 11:49:05 -0400 (Thu, 02 Aug 2007)
New Revision: 12883

Added:
   trunk/HibernateExt/search/doc/reference/en/modules/getting-started.xml
Log:
Added the 'getting started' module - work in progress.

Added: trunk/HibernateExt/search/doc/reference/en/modules/getting-started.xml
===================================================================
--- trunk/HibernateExt/search/doc/reference/en/modules/getting-started.xml	                        (rev 0)
+++ trunk/HibernateExt/search/doc/reference/en/modules/getting-started.xml	2007-08-02 15:49:05 UTC (rev 12883)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  $Id$ -->
+<chapter id="getting-started">
+	<title>Getting started</title>
+
+	<important>Under construction</important>
+
+	<para>
+		The following chapter will guide you through the minimal steps
+		required to integrate Hibernate Search into an existing
+		application.
+	</para>
+
+	<section>
+		<title>System Requirements</title>
+		<table>
+			<title>System requirements</title>
+
+			<tgroup cols="2">
+				<tbody>
+					<row>
+						<entry>Java Runtime</entry>
+						<entry>
+							A JDK or JRE version <emphasis>1.5</emphasis>
+							or greater. You can download a Java Runtime for Windows/Linux/Solaris
+							<ulink url="http://java.sun.com/javase/downloads/"> here </ulink>.
+						</entry>
+					</row>
+					<row>
+						<entry>Hibernate Core</entry>
+						<entry>
+							Version >= 3.2.2
+						</entry>
+					</row>
+					<row>
+						<entry>Hibernate Annotations</entry>
+						<entry>
+							Version 3.3x
+						</entry>
+					</row>					
+				</tbody>
+			</tgroup>
+		</table>
+		
+		You can download the dependencies from the Hibernate 
+		<ulink url="http://www.hibernate.org/6.html">download site</ulink>. The required dependency versions
+		can also be found in the <ulink url="http://www.hibernate.org/6.html#A3">Compatibility Matrix</ulink>.
+	</section>
+
+	<section>
+		<title>Hibernate Configuration</title>
+	</section>
+
+	<section>
+		<title>First search</title>
+	</section>
+
+</chapter>
\ No newline at end of file


Property changes on: trunk/HibernateExt/search/doc/reference/en/modules/getting-started.xml
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native




More information about the hibernate-commits mailing list