postgis/java/ejb3
Norman Barker 28e617550f Hibernate Spatial Criteria Queries and Dialect
git-svn-id: http://svn.osgeo.org/postgis/trunk@2619 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-06 19:19:14 +00:00
..
.settings added ejb3 tutorial 2006-09-20 09:03:12 +00:00
jboss added ejb3 tutorial 2006-09-20 09:03:12 +00:00
src Hibernate Spatial Criteria Queries and Dialect 2007-06-06 19:19:14 +00:00
.classpath added ejb3 tutorial 2006-09-20 09:03:12 +00:00
.project added ejb3 tutorial 2006-09-20 09:03:12 +00:00
build.xml added EJB3Spatial.odt, fixed Normans contact mail 2006-10-09 17:12:46 +00:00
EJB3Spatial.odt added EJB3Spatial.odt, fixed Normans contact mail 2006-10-09 17:12:46 +00:00
ejb3spatial.pdf added note about odt to README, re-exported pdf 2006-10-11 10:45:28 +00:00
README.txt added note about odt to README, re-exported pdf 2006-10-11 10:45:28 +00:00

$Id$
(This code was contributed by Norman Barker <norman.barker@gmail.com>)

Spatial EJB3


Spatial EJB3 is a quick investigation to see if it is possible to integrate the
Java 5 annotation approach to mark a property of an object as spatial and to
delegate to the EJB3 persistence model to store and retrieve this data. 

The project utilises JBoss and PostGIS, future iterations will look to remove
the dependency on JBoss and Hibernate to incorporate other Application
Services. 

Since it is useful to display screenshots in a tutorial this has been written
as an Openoffice Document. For easy viewing and printing, a PDF version is
also available.


COMPILING:

Run "ant" to compile.

The postgis.jar, pgjdbc.jar and the other needed libs have to 
be put in the lib/ subdirectory.

If your JBOSS is not installed in C:\jboss-4.0.4.GA, fix the
path in the build.xml.