]> granicus.if.org Git - postgis/commitdiff
added EJB2 support POC
authorMarkus Schaber <markus@schabi.de>
Wed, 30 Aug 2006 08:46:32 +0000 (08:46 +0000)
committerMarkus Schaber <markus@schabi.de>
Wed, 30 Aug 2006 08:46:32 +0000 (08:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2466 b70326c6-7e19-0410-871a-916f4a2858ee

17 files changed:
CHANGES
jdbc2/ejb2/CHANGES [new file with mode: 0644]
jdbc2/ejb2/COPYING [new file with mode: 0644]
jdbc2/ejb2/COPYING_LGPL [new file with mode: 0644]
jdbc2/ejb2/README [new file with mode: 0644]
jdbc2/ejb2/build.xml [new file with mode: 0644]
jdbc2/ejb2/prepare-jboss.xml [new file with mode: 0644]
jdbc2/ejb2/resources/application.xml [new file with mode: 0644]
jdbc2/ejb2/resources/build.properties [new file with mode: 0644]
jdbc2/ejb2/resources/jndi/jndi.properties [new file with mode: 0644]
jdbc2/ejb2/resources/postgis-ejb2-ds.xml [new file with mode: 0644]
jdbc2/ejb2/src/com/geodetix/geo/client/Client.java [new file with mode: 0644]
jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java [new file with mode: 0644]
jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java [new file with mode: 0644]
jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java [new file with mode: 0644]
jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java [new file with mode: 0644]
jdbc2/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java [new file with mode: 0644]

diff --git a/CHANGES b/CHANGES
index 1f907f413ee6351bb873d2fc5c7d32f282173910..8a7990cbb2e50179e54734a899f72bd67473c44f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,8 @@ PostGIS 1.1.4CVS
        - Fixed bug in collect() function discarding SRID of
          input
        - Added SRID match check in MakeBox2d and MakeBox3d
+        - Added EJB2 support generously donated by the
+          "Geodetix s.r.l. Company" http://www.geodetix.it/
 
 PostGIS 1.1.3
 2006/06/30
diff --git a/jdbc2/ejb2/CHANGES b/jdbc2/ejb2/CHANGES
new file mode 100644 (file)
index 0000000..226efe3
--- /dev/null
@@ -0,0 +1,6 @@
+PostGIS-EJB2-POC 1.0
+2006/08/29
+
+- Initial release!
+- EJB 2.x support
+- XDoclet code generation
diff --git a/jdbc2/ejb2/COPYING b/jdbc2/ejb2/COPYING
new file mode 100644 (file)
index 0000000..a52b16e
--- /dev/null
@@ -0,0 +1,341 @@
+
+                   GNU GENERAL PUBLIC LICENSE
+                      Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                           Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+\f
+                   GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+\f
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+\f
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+\f
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                           NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                    END OF TERMS AND CONDITIONS
+\f
+           How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) 19yy  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) 19yy name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/jdbc2/ejb2/COPYING_LGPL b/jdbc2/ejb2/COPYING_LGPL
new file mode 100644 (file)
index 0000000..b124cf5
--- /dev/null
@@ -0,0 +1,510 @@
+
+                  GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations
+below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+\f
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it
+becomes a de-facto standard.  To achieve this, non-free programs must
+be allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+\f
+                  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control
+compilation and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+\f
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+\f
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+\f
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at least
+    three years, to give the same user the materials specified in
+    Subsection 6a, above, for a charge no more than the cost of
+    performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+\f
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+\f
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply, and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License
+may add an explicit geographical distribution limitation excluding those
+countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+\f
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+                            NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+\f
+           How to Apply These Terms to Your New Libraries
+
+  If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change.  You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms
+of the ordinary General Public License).
+
+  To apply these terms, attach the following notices to the library.
+It is safest to attach them to the start of each source file to most
+effectively convey the exclusion of warranty; and each file should
+have at least the "copyright" line and a pointer to where the full
+notice is found.
+
+
+    <one line to give the library's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or
+your school, if any, to sign a "copyright disclaimer" for the library,
+if necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  library `Frob' (a library for tweaking knobs) written by James
+  Random Hacker.
+
+  <signature of Ty Coon>, 1 April 1990
+  Ty Coon, President of Vice
+
+That's all there is to it!
+
+
diff --git a/jdbc2/ejb2/README b/jdbc2/ejb2/README
new file mode 100644 (file)
index 0000000..b38dae6
--- /dev/null
@@ -0,0 +1,177 @@
+Using PostGIS Geometry Types with EJB2 -- Proof of Concept\r
+----------------------------------------------------------\r
+Copyright (C) 2006 by the Geodetix s.r.l. Company. See\r
+http://www.geodetix.it/ for further information.\r
+\r
+Version 1.0.0 (2006/08/29)\r
+\r
+Table of Contents\r
+-----------------\r
+\r
+0. Licensing\r
+1. Introduction\r
+2. Directory Contents\r
+3. Software Requirements\r
+4. Installation\r
+5. Running\r
+6. Code Details\r
+\r
+\r
+0. Licensing\r
+------------\r
+The "Using PostGIS Geometry Types with EJB2 -- Proof of Concept" software is\r
+a short collection of examples related to the use of PostGIS Java API with\r
+the EJB 2.x technology.\r
+Copyright (C) 2006 by the Geodetix s.r.l. Company. See\r
+http://www.geodetix.it/ for further information.\r
+\r
+This library is free software; you can redistribute it and/or\r
+modify it under the terms of the GNU Lesser General Public\r
+License as published by the Free Software Foundation; either\r
+version 2.1 of the License, or (at your option) any later version.\r
+\r
+This library is distributed in the hope that it will be useful,\r
+but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
+Lesser General Public License for more details.\r
+\r
+You should have received a copy of the GNU Lesser General Public\r
+License along with this library; if not, write to the Free Software\r
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA\r
+\r
+\r
+1. Introduction\r
+---------------\r
+Our software is a simple proof-of-concept application illustrating how the\r
+PostGIS provided Java geometric types could be integrated with a set of\r
+Enterprise Java Bean 2.x components.\r
+\r
+To achieve such a goal, an attribute of type org.postgis.Geometry has been \r
+added to a BMP (Bean managed Persistence) Entity Bean. Furthermore, by using\r
+the DAO (Data Access Object) Pattern, the persistence code has been clearly \r
+separated from the business logic.\r
+\r
+Not to add further complexity, some proper programming behaviours were omitted.\r
+For example the use of PostGIS geometric types directly inside the Entity Bean \r
+code could be avoided by using a WKT compliant string attribute. Another issue\r
+is about security: table creational methods exposed in the \r
+com.geodetix.geo.ejb.GeometryBean home interface should be protected by\r
+a proper role-base security policy, to avoid normal users deleting database \r
+tables.\r
+\r
+Nevertheless our application, even if quite simple, still holds a lot of \r
+generality and some of the implemented patterns or components are readily \r
+usable in real-world applications.\r
+\r
+\r
+2. Directory Contents\r
+---------------------\r
+\r
+  ./            Build scripts (build.*), README and licensing information\r
+  ./src         Java source packages and files\r
+  ./resources   EJB specific configuration files\r
+  ./lib         JAR libraries needed to compile and run\r
+\r
+\r
+3. Software Requirements\r
+------------------------\r
+We here list all third-party libraries with their versions tested to work\r
+with the application.\r
+\r
+PostGIS JDBC driver version 1.1.3\r
+http://www.postgis.org/\r
+\r
+PostgreSQL JDBC driver version 8.1-404 jdbc3\r
+http://jdbc.postgresql.org/\r
+\r
+XDoclet lib version 1.2.3\r
+http://xdoclet.sourceforge.net\r
+\r
+Apache ANT version 1.6.5\r
+http://ant.apache.org/\r
+\r
+JBOSS Application Server version 4.0.4.GA-Patch1\r
+http://www.jboss.org/\r
+\r
+Note that our tool is application server agnostic and could be easily ported\r
+to any EJB 2.x compliant Container by modifying the provided deployment \r
+ant file which is, in turn, written for the JBoss Application Server.\r
+\r
+\r
+4. Installation\r
+---------------\r
+After downloading (and compiling, if necessary) all of the required software,\r
+follow these steps:\r
+\r
+- copy the PostGIS driver (postgis_1.1.3.jar) into the ./lib/commonlib \r
+directory\r
+\r
+- copy the PostgreSQL driver (postgresql-8.1-404.jdbc3.jar) into the \r
+./lib/compiletimelib directory\r
+\r
+- copy the XDoclet libraries (contained in xdoclet-lib-1.2.3.tgz) into the \r
+./lib/xdocletlib directory\r
+\r
+- install Apache ANT (follow the installation istructions provided \r
+with the tool)\r
+\r
+- install the JBoss Application Server\r
+\r
+- make sure that your JBOSS_HOME environment variable correctly points to\r
+the JBoss installation directory (i.e. /opt/jboss-4.0.4.GA)\r
+\r
+- create a new PostGIS database according to what specified in the\r
+./resources/build.properties with the "database.name", "database.login",\r
+"database.password" properties (eventually change them to fit your needs).\r
+\r
+\r
+5. Running\r
+----------\r
+Start the JBoss application server with the provided scripts \r
+(run.bat or run.sh).\r
+\r
+From the main application directory (./) execute these commands:\r
+\r
+> ant install-JDBC-driver\r
+This command installs the PostgreSQL driver into JBoss\r
+\r
+> ant install-DataSource\r
+This command installs the DataSource Connector into JBoss\r
+\r
+> ant javadoc\r
+This command generates the application API documentation into the ./javadoc\r
+directory (use index.html to start).\r
+\r
+> ant deploy\r
+Installs the application into JBoss\r
+\r
+> ant run-client\r
+Allows to test the installed application\r
+\r
+\r
+6. Code Details\r
+---------------\r
+The main components made available in the application are:\r
+\r
+- GeometryBean.java\r
+It is an entity bean containing a geometrical attribute of org.postgis.Geometry\r
+type which could contain every geometrical type (i.e. POINT, LINESTRING, etc.).\r
+The user can choose wether to create a NON-OpenGIS or an OpenGIS-compliant \r
+bean. The first ones can contain different geometric types in the same table\r
+with undefined SRID (-1), while the second ones can only contain object of the \r
+same type and SRID in one table;\r
+\r
+- PostgisGeometryDaoIml.java\r
+A DAO (Data Access Object) implementing persistence operations for the \r
+GeometryBean EJB in a PostGIS database;\r
+\r
+- GeometryFacadeBean.java\r
+A stateless session bean implementing the interface between the geometric \r
+entity beans and the client applications;\r
+\r
+- Client.java\r
+It is a simple client executing some tests thus illustrating the use of the \r
+provided API.\r
+\r
+Further informations could be gathered from the source code and by reading the\r
+javadoc API documentation.\r
diff --git a/jdbc2/ejb2/build.xml b/jdbc2/ejb2/build.xml
new file mode 100644 (file)
index 0000000..0f09345
--- /dev/null
@@ -0,0 +1,272 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+\r
+<project name="postgis-ejb2-poc" default="clean" basedir=".">\r
+  <description>Using PostGIS Geometry Types with EJB2 - Proof of Concept</description>\r
+\r
+  <!-- ENVIROMENT VARIABLES -->\r
+  <property environment="env"/>\r
+       \r
+  <!-- JBOSS PROPERTIES -->\r
+  <property name="jboss.home" value="${env.JBOSS_HOME}"/>\r
+  <property name="jboss.server.config" value="default"/>\r
+  <property name="jboss.server.lib" value="${jboss.home}/server/default/lib"/>\r
+  <property name="jboss.config.dir" value="${jboss.home}/server/default/conf"/>\r
+  <property name="jboss.deploy.dir" value="${jboss.home}/server/default/deploy"/>\r
+\r
+  <!-- REGULAR DIRECTORIES --> \r
+  <property name="src.dir" value="src"/>\r
+  <property name="build.dir" value="build"/>\r
+  <property name="distro.dir" value="distro"/>\r
+  <property name="resources.dir" value="resources"/>\r
+  <property name="lib.dir" value="lib"/>\r
+  <property name="compiletime.lib.dir" value="${lib.dir}/compiletimelib"/>\r
+  <property name="common.jar.dir" value="common"/>\r
+  <property name="common.lib.dir" value="${lib.dir}/commonlib"/>\r
+  <property name="merge.dir" value="merge"/>\r
+  <property name="ejb.jar.dir" value="ejbjars"/>\r
+  <property name="javadoc.dir" value="javadoc"/>\r
+\r
+  <!-- GENERATED DIRECTORIES -->\r
+  <property name="gen.src.dir" value="gensrc"/>        \r
+  <property name="generated.dir" value="generated"/>\r
+  <property name="ejb.deployment.dir" value="${generated.dir}/ejbdeploy"/>\r
+       \r
+  <!-- WHERE TO DEPLOY THE FINISHED EAR FILE -->\r
+  <property name="deploy.path" value="${jboss.home}/server/${jboss.server.config}/deploy"/>\r
+\r
+  <!-- WHERE XDOCLET JARS ARE -->\r
+  <property name="xdoclet.lib.dir" value="${lib.dir}/xdocletlib"/>\r
+         \r
+  <!-- PATH DEFINITION -->\r
+  <path id="classpath">   \r
+    <fileset dir="${lib.dir}" includes="*.jar"/>\r
+    <fileset dir="${compiletime.lib.dir}" includes="*.jar"/>\r
+    <fileset dir="${common.lib.dir}" includes="*.jar"/>\r
+    <fileset dir="${xdoclet.lib.dir}" includes="*.jar"/>\r
+    <fileset dir="${jboss.server.lib}" includes="*.jar"/>\r
+    <fileset dir="${jboss.home}/client" includes="**/*.jar"/>\r
+    <pathelement location="${resources.dir}/jndi"/>\r
+    <pathelement location="${build.dir}"/>\r
+  </path>\r
+       \r
+  <!-- LOAD USER DEFINED PROPERTIES -->\r
+  <!-- You can add your variables and/or properties in this file -->\r
+  <property file="${resources.dir}/build.properties" /> \r
+\r
+  <!-- DATABASE RELATED PROPERTIES  -->\r
+  <property name="datasource.name" value="postgis-ejb2-ds"/>\r
+  <property name="datasource.file.name" value="postgis-ejb2-ds.xml"/>\r
+  <property name="database.connection.port" value="5432"/>\r
+  <property name="database.driver" value="org.postgresql.Driver"/>\r
+  <property name="database.connection.url" value="jdbc:postgresql://${database.host}:${database.connection.port}/${database.name}"/>\r
+\r
+  <!-- IMPORT RELATED BUILD FILES -->\r
+  <import file="${basedir}/prepare-jboss.xml" />\r
+       \r
+  \r
+  <target name="clean"  description="Delete all temporary directories and files created in the build.">\r
+    <echo message="Delete all temporary directories and files created in the build."/>\r
+\r
+    <delete dir="${gen.src.dir}"/>\r
+    <delete dir="${ejb.deployment.dir}"/>\r
+    <delete dir="${ejb.jar.dir}"/>\r
+    <delete dir="${common.jar.dir}"/>\r
+    <delete dir="${build.dir}"/>\r
+    <delete dir="${distro.dir}"/>\r
+    <delete dir="${generated.dir}"/>\r
+    <delete dir="${javadoc.dir}"/>\r
+\r
+    <delete>\r
+      <fileset dir="${basedir}" includes="**/*.bak"/>\r
+    </delete>          \r
+  </target>\r
+\r
+  \r
+  <target name="deploy" description="Deploy the application into JBOSS." depends="build-ear">\r
+    <echo message="Deploy EAR file."/>\r
+    <copy file="${distro.dir}/${ant.project.name}.ear"  todir="${deploy.path}"/>\r
+  </target>\r
+\r
+  \r
+  <target name="undeploy" description="Undeploy the Application." >\r
+    <echo message="Undeploy EAR file."/>\r
+    <delete file="${deploy.path}/${ant.project.name}.ear" />\r
+  </target>\r
+\r
+  \r
+  <target name="generate-ejb">\r
+    <echo message="Generate files with XDoclet."/>\r
+\r
+    <taskdef  name="ejbdoclet" \r
+              classname="xdoclet.modules.ejb.EjbDocletTask"\r
+              classpathref="classpath"/>\r
+               \r
+    <!-- Generate EJB "stuff" -->\r
+    <ejbdoclet destdir="${gen.src.dir}" mergeDir="${merge.dir}" ejbSpec="2.1">\r
+      <packageSubstitution packages="ejb" substituteWith="interfaces"/>\r
+\r
+      <fileset dir="${src.dir}">\r
+        <include name="**/*Bean.java" />\r
+        <include name="**/*Service.java" />\r
+      </fileset>\r
+\r
+      <!-- Generate a deployment descriptor file, including all beans processed. -->\r
+      <deploymentdescriptor destdir="${ejb.deployment.dir}"/>\r
+\r
+      <!-- Generate JBOSS specific files  -->\r
+      <jboss destdir="${ejb.deployment.dir}" version="4.0" />\r
+\r
+      <!-- Generate all of the home and logical interfaces, unless told otherwise in the meta-information. -->\r
+      <homeinterface/>\r
+      <remoteinterface/>\r
+      <localinterface/>\r
+      <localhomeinterface/>\r
+\r
+      <!-- Generate a value object if the bean  has a @ejb.value-object tag.-->\r
+      <valueobject>\r
+        <packageSubstitution packages="ejb" \r
+                             substituteWith="value"/>\r
+      </valueobject>\r
+\r
+      <!-- Generate a utility object for each EJB. -->\r
+      <utilobject includeGUID="true" \r
+                  cacheHomes="true"\r
+                  kind="physical">\r
+        <packageSubstitution packages="ejb" \r
+                             substituteWith="util"/>\r
+      </utilobject>\r
+\r
+      <!-- Generate complete entity and session classes (including ejbXXX() methods) based on the implementation class. -->\r
+      <entitybmp/>\r
+      <entitycmp/>\r
+      <session/>\r
+\r
+      <entitypk>\r
+        <packageSubstitution packages="ejb" \r
+                             substituteWith="pk"/>\r
+      </entitypk>\r
+\r
+      <dao pattern="{0}Dao">\r
+        <packageSubstitution packages="ejb" \r
+                             substituteWith="dao"/>\r
+      </dao>\r
+\r
+    </ejbdoclet>\r
+  </target>\r
+\r
+\r
+  <target name="build-common-jar" >\r
+    <mkdir dir="${common.jar.dir}"/>\r
+\r
+    <jar destfile="${common.jar.dir}/common.jar">\r
+      <fileset dir="${common.lib.dir}" includes="*.jar"/>\r
+    </jar>\r
+  </target>\r
+\r
+\r
+  <target name="build-ear" \r
+          depends="build-ejb-jar,build-common-jar" \r
+          description="Build .ear file and put it into distro dir.">\r
+    <mkdir dir="${distro.dir}"/>\r
+\r
+    <ear destfile="${distro.dir}/${ant.project.name}.ear" \r
+         appxml="${resources.dir}/application.xml">\r
+      <fileset dir="${ejb.jar.dir}" includes="*.jar"/>\r
+      <fileset dir="${common.jar.dir}" includes="*.jar"/>\r
+    </ear>\r
+  </target>\r
+\r
+\r
+  <target name="build-ejb-jar" depends="compile" >\r
+    <mkdir dir="${ejb.jar.dir}"/>\r
+\r
+    <jar jarfile="${ejb.jar.dir}/ejb.jar">\r
+      <fileset dir="${build.dir}">\r
+        <include name="**/ejb/*.class"/>\r
+        <include name="**/exception/*.class"/>\r
+        <include name="**/util/*.class"/>\r
+        <include name="**/dao/*.class"/>\r
+        <include name="**/value/*.class"/>\r
+        <include name="**/interfaces/*.class"/>\r
+        <exclude name="**/client/*.class"/>\r
+      </fileset>  \r
+\r
+      <metainf dir="${ejb.deployment.dir}">\r
+        <include name="ejb-jar.xml"/>\r
+        <include name="jboss.xml"/>\r
+        <include name="jbosscmp-jdbc.xml"/> \r
+      </metainf>\r
+    </jar>\r
+  </target> \r
+\r
+\r
+  <target name="compile" depends="clean,generate-ejb" description="Compile EJB source code.">\r
+    <echo message="Compile source code."/>\r
+\r
+    <mkdir dir="${build.dir}"/>\r
+\r
+    <javac debug="on"\r
+           deprecation="on"\r
+           optimize="on"\r
+           encoding="iso-8859-1"\r
+           listfiles="no"\r
+           destdir="${build.dir}" \r
+           classpathref="classpath">\r
+      <src path="${gen.src.dir};${src.dir}"/>\r
+      <exclude name="**/client/*.java"/>\r
+    </javac>\r
+  </target>\r
+\r
+\r
+  <target name="compile-client" depends="compile" description="Compile Client source code.">\r
+    <echo message="Compile Client source code."/>\r
+\r
+    <delete>\r
+      <fileset dir="${build.dir}" includes="**/client/*.*"/>\r
+    </delete>          \r
+\r
+    <mkdir dir="${build.dir}"/>\r
+\r
+    <javac debug="on"\r
+           deprecation="on"\r
+           optimize="on"\r
+           encoding="iso-8859-1"\r
+           listfiles="no"\r
+           destdir="${build.dir}" \r
+           classpathref="classpath">\r
+      <src path="${gen.src.dir};${src.dir}"/>\r
+      <include name="**/client/*.java"/>\r
+    </javac>\r
+  </target>\r
+\r
+  \r
+  <target name="run-client"  description="Execute Client." depends="compile-client">\r
+    <java classname="com.geodetix.geo.client.Client" dir="." fork="true" classpathref="classpath" />\r
+  </target>\r
+\r
+\r
+  <target name="javadoc" \r
+          depends="compile"\r
+          description="Create Project API documentation.">\r
+    <delete dir="${javadoc.dir}" />\r
+    <mkdir dir="${javadoc.dir}"/>\r
+    <javadoc destdir="${javadoc.dir}" sourcepath="${gen.src.dir};${src.dir}">\r
+      <classpath refid="classpath"/>\r
+      <packageset dir="${gen.src.dir}" defaultexcludes="yes">\r
+        <include name="**"/>   \r
+        <exclude name="**/ejb/**"/>   \r
+      </packageset>\r
+\r
+      <packageset dir="${src.dir}" defaultexcludes="yes">\r
+        <include name="**/exception/**"/> \r
+        <include name="**/client/**"/> \r
+        <include name="**/dao/**"/>     \r
+        <exclude name="**/ejb/**"/>\r
+      </packageset>\r
+\r
+      <doctitle><![CDATA[<h1>Using PostGIS Geometry Types with EJB2 <br> Proof of Concept</h1>]]></doctitle>\r
+      <bottom><![CDATA[<i>Copyright &#169; 2006 <a href="http://www.geodetix.it" target="_new">Geodetix S.r.l.</a> All Rights Reserved.</i>]]></bottom>\r
+    </javadoc>\r
+  </target>\r
+\r
+</project>\r
diff --git a/jdbc2/ejb2/prepare-jboss.xml b/jdbc2/ejb2/prepare-jboss.xml
new file mode 100644 (file)
index 0000000..07000cd
--- /dev/null
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+\r
+<project basedir=".">\r
+       \r
+  <!-- PROPERTY DEFINITIONS -->\r
+  <property name="tmp.dir" value="tmp"/>\r
+  \r
+  <target name="install-DataSource" description="Copy DataSource definition file into JBOSS deploy dir." >\r
+    <echo message="Copy DataSource definition file into JBOSS deploy dir"/> \r
+\r
+    <copy file="${resources.dir}/${datasource.file.name}"  todir="${tmp.dir}"/>\r
+\r
+    <mkdir dir="${tmp.dir}"/>  \r
+\r
+    <replace  file="${tmp.dir}/${datasource.file.name}">\r
+      <replacefilter token="@datasource.name@" value="${datasource.name}"/>\r
+      <replacefilter token="@database.connection.url@" value="${database.connection.url}"/>\r
+      <replacefilter token="@database.driver@" value="${database.driver}"/>\r
+      <replacefilter token="@database.login@" value="${database.login}"/>\r
+      <replacefilter token="@database.password@" value="${database.password}"/>\r
+    </replace> \r
+\r
+    <copy file="${tmp.dir}/${datasource.file.name}"  todir="${jboss.deploy.dir}"/>     \r
+\r
+    <delete dir="${tmp.dir}" />         \r
+ </target>\r
+  \r
+  \r
+  <target name="install-JDBC-driver" description="Copy Postgresql JDBC Driver into JBOSS deploy dir." >\r
+    <echo message="Postgresql JDBC Driver into JBOSS deploy dir"/> \r
+\r
+    <copy   todir="${jboss.deploy.dir}">\r
+      <fileset dir="${compiletime.lib.dir}"> \r
+        <include name="postgres*.jar"/>\r
+      </fileset>\r
+    </copy>\r
+  </target>  \r
+  \r
+</project>\r
diff --git a/jdbc2/ejb2/resources/application.xml b/jdbc2/ejb2/resources/application.xml
new file mode 100644 (file)
index 0000000..90bb34c
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' \r
+                             'http://java.sun.com/dtd/application_1_3.dtd'>\r
+\r
+<application>\r
+\r
+  <display-name>postgis-ejb2-poc</display-name>\r
+\r
+  <description>Using PostGIS Geometry Types with EJB2 - Proof of Concept</description>\r
+\r
+  <module>\r
+    <ejb>ejb.jar</ejb>\r
+  </module>\r
+\r
+  <module>\r
+    <java>common.jar</java>\r
+  </module>\r
+\r
+</application>\r
diff --git a/jdbc2/ejb2/resources/build.properties b/jdbc2/ejb2/resources/build.properties
new file mode 100644 (file)
index 0000000..95a91dc
--- /dev/null
@@ -0,0 +1,12 @@
+# You can change these properties to fit your environment.\r
+# This should be the only file to modify.\r
+# Note that you should NOT leave spaces after a property value\r
+\r
+# Name of the created database\r
+database.name=ejb2poc\r
+# User owner of the database tables\r
+database.login=CHANGEIT\r
+# Password for the db user\r
+database.password=CHANGEIT\r
+# IP or hostname of the machine running the database server\r
+database.host=127.0.0.1\r
diff --git a/jdbc2/ejb2/resources/jndi/jndi.properties b/jdbc2/ejb2/resources/jndi/jndi.properties
new file mode 100644 (file)
index 0000000..a3face7
--- /dev/null
@@ -0,0 +1,3 @@
+java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory\r
+java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces\r
+java.naming.provider.url=localhost\r
diff --git a/jdbc2/ejb2/resources/postgis-ejb2-ds.xml b/jdbc2/ejb2/resources/postgis-ejb2-ds.xml
new file mode 100644 (file)
index 0000000..19b1eea
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+\r
+<!-- ================================================== -->\r
+<!--  Datasource config for Postgres                    -->\r
+<!--  DO NOT EDIT, it is a template configuration file! -->\r
+<!-- ================================================== -->\r
+\r
+\r
+<datasources>\r
+  <local-tx-datasource>\r
+    <jndi-name>@datasource.name@</jndi-name>\r
+    <connection-url>@database.connection.url@</connection-url>\r
+    <driver-class>@database.driver@</driver-class>\r
+    <user-name>@database.login@</user-name>\r
+    <password>@database.password@</password>\r
+  </local-tx-datasource>\r
+</datasources>
\ No newline at end of file
diff --git a/jdbc2/ejb2/src/com/geodetix/geo/client/Client.java b/jdbc2/ejb2/src/com/geodetix/geo/client/Client.java
new file mode 100644 (file)
index 0000000..a077c2c
--- /dev/null
@@ -0,0 +1,246 @@
+/*
+ * Client.java
+ *
+ * Using PostGIS Geometry Types with EJB2 - Proof of Concept
+ *
+ * Copyright 2006, Geodetix S.r.l. (http://www.geodetix.it)
+ * and individual contributors as indicated by the @authors tag.
+ *
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 2.1 of the License.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
+ * http://www.gnu.org.
+ *
+ */
+package com.geodetix.geo.client;
+
+import com.geodetix.geo.exception.ApplicationGeoLayerException;
+import com.geodetix.geo.interfaces.GeometryFacade;
+import com.geodetix.geo.interfaces.GeometryFacadeHome;
+
+import com.geodetix.geo.util.GeometryFacadeUtil;
+import com.geodetix.geo.value.GeometryValue;
+
+import java.rmi.RemoteException;
+
+import javax.naming.InitialContext;
+import javax.naming.Context;
+import javax.naming.NamingException;
+import javax.rmi.PortableRemoteObject;
+
+import java.util.*;
+import org.postgis.*;
+
+
+/**
+ * A client executing a simple Test Case and illustrating the Geometry Bean Usage.
+ * 
+ * @author  <a href="mailto:antonio.pace@geodetix.it">Antonio Pace</a>
+ */
+public class Client {
+    
+    
+    private GeometryFacade geometryFacade;
+    
+    private Point p1;
+    private Point p2;
+    private LineString fromP1toP2;
+    private Polygon searchPolygon;
+    
+    
+    /**
+     * Initializer method.
+     *
+     * @param geometryFacade the geometry facade object used to interact
+     * with the EJBs
+     */
+    public Client(GeometryFacade geometryFacade) {
+        
+        this.geometryFacade=geometryFacade;
+        
+        this.init();
+    }
+    
+    private void init(){
+        
+        // Create geometry stuff
+        
+        // City Stadium 
+        this.p1= new Point(16.23034006,39.31054320);
+        
+        // City Train Station
+        this.p2= new Point(16.26002601,39.31920668);
+        
+        this.fromP1toP2= new LineString(new Point[] {p1,p2});
+        
+        
+        // Create search polygon
+  
+        Point[] points = new Point[]{
+            
+            new Point(16.16399297, 39.40109388),
+            new Point(16.32368776, 39.39596998),
+            new Point(16.32397242, 39.25335486),
+            new Point(16.16399297, 39.25534748),
+            new Point(16.16399297, 39.40109388),
+        };
+        
+        LinearRing[] linearRings   = { new LinearRing(points) };
+       
+        // City Area Extension
+        this.searchPolygon = new Polygon(linearRings);
+    }
+    
+    
+    
+    private void executeNonOpenGisTest() throws ApplicationGeoLayerException, RemoteException {
+        
+        System.out.println("Execute some Tests on NON-OpenGIS Geometry EJBs");
+        
+        geometryFacade.createGeometryTable();
+        
+        System.out.println("create some geometry stuff...");
+        
+        this.showGeometry(p1);
+        GeometryValue gv1 = geometryFacade.createGeometry(p1,"[ City Stadium ]");
+        
+        this.showGeometry(p2);
+        GeometryValue gv2 = geometryFacade.createGeometry(p2,"[ City Train Station ]");
+        
+        this.showGeometry(fromP1toP2);
+        GeometryValue gv3 = geometryFacade.createGeometry(fromP1toP2,"Line from "
+                                                                     + gv1.getDescription()
+                                                                     + " to " 
+                                                                     + gv2.getDescription());
+        
+        System.out.println("Searching created geometries in City Area Perimeter: ");
+        this.showGeometry(searchPolygon);
+        
+        Collection<GeometryValue>  findResults = (Collection<GeometryValue>) geometryFacade.findByPolygon(searchPolygon);
+        
+        System.out.println("Search Results:");
+        
+        for (GeometryValue geometry  : findResults ) {
+            
+            this.showGeometry(geometry);
+        }
+        
+        geometryFacade.dropGeometryTable();
+    }
+    
+    
+    
+    
+    
+    private void executeOpenGisTest() throws ApplicationGeoLayerException, RemoteException {
+        
+        System.out.println("Execute some Tests on OpenGIS Geometry EJBs");
+        
+        geometryFacade.createGeometryTable("POINT",4326,2);
+        
+        System.out.println("Create some Points ....");
+        
+        // Setting SRID
+        this.p1.setSrid(4326);
+        this.p2.setSrid(4326);
+        this.searchPolygon.setSrid(4326);
+        
+        this.showGeometry(p1);
+        GeometryValue gv1 = geometryFacade.createGeometry(p1,"[ City Stadium ]");
+        
+        this.showGeometry(p2);
+        GeometryValue gv2 = geometryFacade.createGeometry(p2,"[ City Train Station ]");
+        
+        System.out.println();
+        System.out.println("Searching created Points in City Area Perimeter: ");
+        this.showGeometry(searchPolygon);
+        
+        // Note the use of geometricFacade finder method
+        Collection<GeometryValue>  findResults = (Collection<GeometryValue>) geometryFacade.findByPolygon(searchPolygon);
+        
+        System.out.println("Search Results:");
+        
+        for (GeometryValue geometry  : findResults ) {
+            
+            this.showGeometry(geometry);
+        }
+        
+        geometryFacade.dropGeometryTable();
+    }
+    
+    
+    
+    private void showGeometry(Geometry geometry) {
+        
+        System.out.println("Geometry: "+geometry.getTypeString()+geometry.getValue() + " SRID: "+geometry.getSrid());
+    }
+    
+    
+    private void showGeometry(GeometryValue geometryValue) {
+        
+        System.out.println("EJB Id: "+geometryValue.getId());
+        System.out.println("Description: "+geometryValue.getDescription());
+        
+        this.showGeometry(geometryValue.getGeometry());
+    }
+    
+    
+    /**
+     * Main client method.
+     *
+     * @param args arguments from the command line
+     */
+    public static void main(String [] args) {
+        
+        try {
+            
+            GeometryFacadeHome geometryFacadeHome= GeometryFacadeUtil.getHome();
+            
+            GeometryFacade geometryFacade= geometryFacadeHome.create();
+            
+            Client client = new Client(geometryFacade);
+            
+            System.out.println("===============================");
+            System.out.println("== TEST 1 =====================");
+            System.out.println("===============================");
+            client.executeNonOpenGisTest();
+            
+            System.out.println("===============================");
+            System.out.println("== TEST 2 =====================");
+            System.out.println("===============================");
+            client.executeOpenGisTest();
+            
+            System.out.println("===============================");
+            System.out.println("DONE.");
+            
+        } catch (ApplicationGeoLayerException ae) {
+            ae.printStackTrace();
+        } catch (java.rmi.RemoteException re) {
+            re.printStackTrace();
+        } catch (javax.naming.NamingException ne) {
+            ne.printStackTrace();
+        } catch (javax.ejb.CreateException ce) {
+            ce.printStackTrace();
+        }
+        
+    }
+    
+    
+    
+    private static Context getInitialContext()
+    throws javax.naming.NamingException {
+        
+        return new javax.naming.InitialContext();
+    }
+    
+}
diff --git a/jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java b/jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java
new file mode 100644 (file)
index 0000000..5ce836b
--- /dev/null
@@ -0,0 +1,153 @@
+/*
+ * PostGisGeometryDAO.java
+ *
+ * Using PostGIS Geometry Types with EJB2 - Proof of Concept
+ *
+ * Copyright 2006, Geodetix S.r.l. (http://www.geodetix.it)
+ * and individual contributors as indicated by the @authors tag.
+ *
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 2.1 of the License.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
+ * http://www.gnu.org.
+ *
+ */
+package com.geodetix.geo.dao;
+
+
+/**
+ * This is the DAO (Data Access Object) interface customized for
+ * the PostGIS database which extends the XDoclet's auto-generated
+ * GeometryDao interface and contains all of the SQL query statements.
+ *
+ * @author <a href="mailto:antonio.pace@geodetix.it">Antonio Pace</a>
+ *
+ */
+public interface PostGisGeometryDAO extends GeometryDao {
+    
+    /* ========== Constants Definition ============ */
+    
+    /** DataSource Lookup String */
+    public static final String DATASOURCE_NAME = "java:/postgis-ejb2-ds";
+    
+    /* ========== SQL Queries Definition ============ */
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.ejb.GeometryBean#ejbCreate(org.postgis.Geometry, java.lang.String)}
+     * is called.
+     */
+    public static final String EJB_CREATE_STATEMENT = 
+            "INSERT INTO geometries (id,geometry,description) VALUES (?,?,?)";
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#findByPrimaryKey(java.lang.Integer)}
+     * is called.
+     */
+    public static final String FIND_BY_PRIMARY_KEY_STATEMENT = 
+            "SELECT id FROM geometries WHERE id = ?";
+    
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#findByPolygon(org.postgis.Polygon)}
+     * is called.
+     */
+    public static final String FIND_BY_POLYGON_STATEMENT = 
+            "SELECT id FROM geometries WHERE contains(?,geometry)";
+    
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#makeDbTable()}
+     * is called.
+     */
+    public static final String HOME_CREATE_NON_OPENGIS_TABLE_STATEMENT = 
+            "CREATE TABLE geometries (id INT PRIMARY KEY, description TEXT, geometry GEOMETRY)";
+    
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#makeDbTable(java.lang.String, int, int)}
+     * is called for create initial table.
+     */
+    public static final String HOME_CREATE_OPENGIS_TABLE_STATEMENT = 
+            "CREATE TABLE geometries (id INT PRIMARY KEY, description TEXT)";
+    
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#makeDbTable(java.lang.String, int, int)}
+     * is called for adding geometry column.
+     */
+    public static final String ADD_OPEN_GIS_GEOMETRY_COLUMN_STATEMENT = 
+            "SELECT AddGeometryColumn('','geometries','geometry',?,?,?)";
+    
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#dropDbTable()}
+     * is called for adding geometry column.
+     */
+    public static final String DROP_TABLE_STATEMENT = 
+            "DROP TABLE geometries";
+    
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.ejb.GeometryBMP#ejbLoad()}
+     * is called from the container.
+     */
+    public static final String EJB_LOAD_STATEMENT = 
+            "SELECT id,geometry,description FROM geometries WHERE id=?";
+    
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.ejb.GeometryBMP#ejbStore()}
+     * is called from the container.
+     */
+    public static final String EJB_STORE_STATEMENT = 
+            "UPDATE geometries SET geometry=?, description=? WHERE id=?";
+    
+    
+    /**
+     * Query executed from 
+     * {@link com.geodetix.geo.dao.PostGisGeometryDAOImpl}
+     * on PostGIS when the method 
+     * {@link com.geodetix.geo.ejb.GeometryBean#ejbRemove()}
+     * is called from the container.
+     */
+    public static final String EJB_REMOVE_STATEMENT = 
+            "DELETE FROM geometries WHERE id = ?";
+    
+} // end PostGisGeometryDAO
diff --git a/jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java b/jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java
new file mode 100644 (file)
index 0000000..51d96bb
--- /dev/null
@@ -0,0 +1,579 @@
+/*
+ * PostGisGeometryDAOImpl.java
+ *
+ * Using PostGIS Geometry Types with EJB2 - Proof of Concept
+ *
+ * Copyright 2006, Geodetix S.r.l. (http://www.geodetix.it)
+ * and individual contributors as indicated by the @authors tag.
+ *
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 2.1 of the License.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
+ * http://www.gnu.org.
+ *
+ */
+package com.geodetix.geo.dao;
+
+import org.apache.commons.logging.*;
+
+import org.postgis.*;
+
+import java.sql.*;
+
+import java.util.*;
+
+import javax.ejb.*;
+
+import javax.naming.*;
+
+import javax.sql.*;
+
+import java.io.*;
+
+/**
+ *
+ * PostGis DAO Implementation for 
+ * {@link com.geodetix.geo.ejb.GeometryBean} BMP Persistence.
+ *
+ * @author  <a href="mailto:antonio.pace@geodetix.it">antonio.pace</a>
+ *
+ */
+public class PostGisGeometryDAOImpl implements PostGisGeometryDAO {
+    
+    
+    private DataSource  dataSource;
+    private Context     jndiCntx;
+    
+    /**
+     * Creates a new instance of PostGisPointDAO.
+     */
+    public PostGisGeometryDAOImpl() {}
+    
+    
+    
+    /** Initializes the bean. */
+    public void init() {
+        try {
+            
+            jndiCntx   = new InitialContext();
+            dataSource = (DataSource) jndiCntx.lookup(PostGisGeometryDAO.DATASOURCE_NAME);
+            
+        } catch (NamingException ne) {
+            throw new EJBException(ne);
+        }
+    }
+    
+    
+    
+    
+    /* =========== Create Methods ============ */
+    
+    
+    
+    /**
+     * PostGIS implementation of the 
+     * {@link com.geodetix.geo.ejb.GeometryBean#ejbCreate(org.postgis.Geometry, java.lang.String)}
+     * method.
+     * 
+     * @return the primary key of the persisted bean.
+     * @param ejb the bean to persist.
+     * @throws javax.ejb.CreateException launched if an EJB creation error is encountered.
+     * @throws javax.ejb.EJBException launched if a generic EJB error is encountered.
+     */
+    public java.lang.Integer create(com.geodetix.geo.ejb.GeometryBean ejb)
+    throws javax.ejb.CreateException, javax.ejb.EJBException {
+        
+        PreparedStatement  pstm = null;
+        Connection          con = null;
+        
+        
+        try {
+            con = this.dataSource.getConnection();
+            
+            pstm  = con.prepareStatement(PostGisGeometryDAO.EJB_CREATE_STATEMENT);
+            
+            pstm.setInt(1, ejb.getId());
+            pstm.setObject(2, new PGgeometry((Geometry)ejb.getGeometry()));
+            pstm.setString(3,ejb.getDescription());
+            
+            if (pstm.executeUpdate() != 1) {
+                throw new CreateException(
+                        "Failed to add EJB to database");
+            }
+            
+            return ejb.getId();
+            
+        } catch (SQLException se) {
+            throw new EJBException(se);
+            
+        } finally {
+            
+            try {
+                if (pstm != null) {
+                    pstm.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (con != null) {
+                    con.close();
+                }
+                
+            } catch (Exception e) {}
+        }
+    }
+    
+    
+    
+    
+    
+    
+    /* ============ Finder Methods ============== */
+    
+    
+    /**
+     * PostGIS implementation of the 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#findByPrimaryKey(java.lang.Integer)}
+     * method
+     * 
+     * 
+     * @return the found bean's prymary key.
+     * @param primaryKey primary key of searching bean.
+     * @throws javax.ejb.FinderException launched if an error occours during the search operation.
+     */
+    public java.lang.Integer findByPrimaryKey(java.lang.Integer primaryKey)
+    throws javax.ejb.FinderException {
+        
+        PreparedStatement  pstm = null;
+        Connection          con = null;
+        ResultSet        result = null;
+        
+        
+        try {
+            
+            con = this.dataSource.getConnection();
+            
+            pstm  = con.prepareStatement(PostGisGeometryDAO.FIND_BY_PRIMARY_KEY_STATEMENT);
+            
+            pstm.setInt(1, primaryKey.intValue());
+            
+            result = pstm.executeQuery();
+            
+            if (!result.next()) {
+                throw new ObjectNotFoundException(
+                        "Cannot find Geometry Bean with id = " + primaryKey);
+            }
+            
+        } catch (SQLException se) {
+            throw new EJBException(se);
+        } finally {
+            try {
+                if (result != null) {
+                    result.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (pstm != null) {
+                    pstm.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (con != null) {
+                    con.close();
+                }
+            } catch (Exception e) {}
+        }
+        
+        return primaryKey;
+    }
+    
+    
+    
+    
+    /**
+     * PostGIS implementation of the  
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#findByPolygon(org.postgis.Polygon)}
+     * method
+     * 
+     * @return a collection of bean's primary key beeing found.
+     * @param polygon the {@link org.postgis.Polygon} to search in.
+     * @throws javax.ejb.FinderException launched if an error occours during the search operation.
+     */
+    public java.util.Collection findByPolygon(org.postgis.Polygon polygon)
+    throws javax.ejb.FinderException {
+        
+        PreparedStatement  pstm = null;
+        Connection          con = null;
+        ResultSet        result = null;
+        
+        try {
+            
+            con = this.dataSource.getConnection();
+            
+            pstm  = con.prepareStatement(PostGisGeometryDAO.FIND_BY_POLYGON_STATEMENT);
+            
+            pstm.setObject(1, new PGgeometry(polygon));
+            
+            result = pstm.executeQuery();
+            
+            Vector keys = new Vector();
+            
+            while (result.next()) {
+                keys.addElement(result.getObject("id"));
+            }
+            
+            return keys;
+            
+        } catch (SQLException se) {
+            throw new EJBException(se);
+            
+        } finally {
+            try {
+                if (result != null) {
+                    result.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (pstm != null) {
+                    pstm.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (con != null) {
+                    con.close();
+                }
+            } catch (Exception e) {}
+        }
+    }
+    
+    
+    
+    
+    /* =========== Bean's Life Cycle Methods ============= */
+    
+    
+    
+    /**
+     * PostGIS implementation of the entity bean's life cycle method 
+     * <code>ejbLoad()</code>.
+     * 
+     * @param pk the primary key of the bean to load.
+     * @param ejb the ejb whose data must be loaded.
+     * @throws javax.ejb.EJBException launched if a generic EJB error is encountered.
+     */
+    public void load(java.lang.Integer pk, com.geodetix.geo.ejb.GeometryBean ejb)
+    throws javax.ejb.EJBException {
+        
+        PreparedStatement  pstm = null;
+        Connection          con = null;
+        ResultSet        result = null;
+        
+        try {
+            
+            con = this.dataSource.getConnection();
+            
+            pstm  = con.prepareStatement(PostGisGeometryDAO.EJB_LOAD_STATEMENT);
+            
+            pstm.setInt(1, pk.intValue());
+            
+            result = pstm.executeQuery();
+            
+            if (result.next()) {
+                ejb.setId(pk);
+                ejb.setGeometry(((PGgeometry) result.getObject("geometry")).getGeometry());
+                ejb.setDescription((String) result.getString("description"));
+                
+            } else {
+                
+                throw new EJBException("ejbLoad unable to load EJB.");
+            }
+            
+        } catch (SQLException se) {
+            throw new EJBException(se);
+            
+        } finally {
+            try {
+                if (result != null) {
+                    result.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (pstm != null) {
+                    pstm.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (con != null) {
+                    con.close();
+                }
+            } catch (Exception e) {}
+        }
+    }
+    
+    
+    /**
+     * PostGIS implementation of the entity bean's lifecicle method 
+     * <code>ejbStore()</code>.
+     * 
+     * @param ejb the ejb whose data must be stored.
+     * @throws javax.ejb.EJBException launched if a generic EJB error is encountered.
+     */
+    public void store(com.geodetix.geo.ejb.GeometryBean ejb)
+    throws javax.ejb.EJBException {
+        
+        PreparedStatement  pstm = null;
+        Connection          con = null;
+        
+        
+        try {
+            
+            con = this.dataSource.getConnection();
+            
+            pstm  = con.prepareStatement(PostGisGeometryDAO.EJB_STORE_STATEMENT);
+            
+            pstm.setObject(1, new PGgeometry(ejb.getGeometry()));
+            pstm.setString(2,ejb.getDescription());
+            pstm.setInt(3, ejb.getId().intValue());
+            
+            if (pstm.executeUpdate() != 1) {
+                throw new EJBException("ejbStore unable to update EJB.");
+            }
+            
+        } catch (SQLException se) {
+            
+            throw new EJBException(se);
+            
+        } finally {
+            
+            try {
+                if (pstm != null) {
+                    pstm.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (con != null) {
+                    con.close();
+                }
+                
+            } catch (Exception e) {}
+        }
+    }
+    
+    
+    /**
+     * PostGIS implementation of the entity bean's lifecicle method 
+     * <code>ejbRemove()</code>.
+     * 
+     * 
+     * @param pk primary key of the bean that must be removed .
+     * @throws javax.ejb.RemoveException launched if an error during
+     *   EJB remove operation is encountered.
+     * @throws javax.ejb.EJBException launched if a generic EJB error is encountered.
+     */
+    public void remove(java.lang.Integer pk)
+    throws javax.ejb.RemoveException, javax.ejb.EJBException {
+        
+        PreparedStatement  pstm = null;
+        Connection          con = null;
+        
+        
+        try {
+            
+            con = this.dataSource.getConnection();
+            
+            pstm  = con.prepareStatement(PostGisGeometryDAO.EJB_REMOVE_STATEMENT);
+            
+            pstm.setInt(1, pk.intValue());
+            
+            if (pstm.executeUpdate() != 1) {
+                throw new EJBException("ejbRemove unable to remove EJB.");
+            }
+        } catch (SQLException se) {
+            
+            throw new EJBException(se);
+            
+        } finally {
+            try {
+                if (pstm != null) {
+                    pstm.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (con != null) {
+                    con.close();
+                }
+            } catch (Exception e) {}
+        }
+    }
+    
+    
+    
+    
+    
+    /* =========== Home Interface Utility Methods ============ */
+
+    
+    /**
+     * PostGIS implementation of the 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#makeDbTable(java.lang.String, int, int)}
+     * method creating a NON-OpenGis compliant table in the PostGIS database.
+     * The table will contain the geometry EJBs.
+     */
+    public void makeDbTable() {
+        
+        PreparedStatement  pstm = null;
+        Connection          con = null;
+        
+        
+        try {
+            
+            con = this.dataSource.getConnection();
+            
+            System.out.println("Creating non-OpenGIG Bean table... ");
+            
+            pstm = con.prepareStatement(PostGisGeometryDAO.HOME_CREATE_NON_OPENGIS_TABLE_STATEMENT);
+            pstm.execute();
+            
+            System.out.println("...done!");
+            
+        } catch (SQLException e) {
+            throw new EJBException(e);
+            
+        } finally {
+            
+            try {
+                if (pstm != null) {
+                    pstm.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (con != null) {
+                    con.close();
+                }
+                
+            } catch (Exception e) {}
+        }
+    }
+    
+    
+    
+    /**
+     * PostGIS implementation of the 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#makeDbTable(java.lang.String, int, int)}
+     * method creating an OpenGIS compliant table in the PostGIS database.
+     * The table will contain the geometry EJBs.
+     *
+     * @param gemetryType the string that rapresent a valid PostGIS 
+     * geometry type (i.e.: POINT, LINESTRING, POLYGON etc.).
+     * @param srid the SRID of the geometry.
+     * @param geometryDimension the dimension of the geometry.
+     */
+    public void makeDbTable(String gemetryType, int srid, int geometryDimension) {
+        
+        PreparedStatement  pstm = null;
+        Connection          con = null;
+        
+        
+        try {
+            
+            con = this.dataSource.getConnection();
+            
+            System.out.println("Creating OpenGIS Bean table...");
+            
+            pstm = con.prepareStatement(PostGisGeometryDAO.HOME_CREATE_OPENGIS_TABLE_STATEMENT);
+            pstm.execute();
+            
+            pstm = con.prepareStatement(PostGisGeometryDAO.ADD_OPEN_GIS_GEOMETRY_COLUMN_STATEMENT);
+            pstm.setInt(1,srid);
+            pstm.setString(2,gemetryType);
+            pstm.setInt(3,geometryDimension);
+            
+            pstm.execute();
+            
+            System.out.println("...done!");
+            
+        } catch (SQLException e) {
+            throw new EJBException(e);
+            
+        } finally {
+            
+            try {
+                if (pstm != null) {
+                    pstm.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (con != null) {
+                    con.close();
+                }
+                
+            } catch (Exception e) {}
+        }
+    }
+    
+    
+    /**
+     * PostGIS implementation of the 
+     * {@link com.geodetix.geo.interfaces.GeometryLocalHome#dropDbTable()}
+     * method removing the table related to the EJBs.
+     */
+    public void dropDbTable() {
+        
+        PreparedStatement  pstm = null;
+        Connection          con = null;
+        
+        
+        try {
+            
+            con = this.dataSource.getConnection();
+            
+            System.out.println("Dropping Bean Table... ");
+            
+            pstm = con.prepareStatement(PostGisGeometryDAO.DROP_TABLE_STATEMENT);
+            pstm.execute();
+            
+            System.out.println("...done!");
+            
+        } catch (SQLException e) {
+            
+            throw new EJBException(e);
+            
+        } finally {
+            
+            try {
+                if (pstm != null) {
+                    pstm.close();
+                }
+            } catch (Exception e) {}
+            
+            try {
+                if (con != null) {
+                    con.close();
+                }
+                
+            } catch (Exception e) {}
+        }
+    }
+    
+    
+}
\ No newline at end of file
diff --git a/jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java b/jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java
new file mode 100644 (file)
index 0000000..d602c6a
--- /dev/null
@@ -0,0 +1,298 @@
+/*
+ * GeometryBean.java
+ *
+ * Using PostGIS Geometry Types with EJB2 - Proof of Concept
+ *
+ * Copyright 2006, Geodetix S.r.l. (http://www.geodetix.it)
+ * and individual contributors as indicated by the @authors tag.
+ *
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 2.1 of the License.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
+ * http://www.gnu.org.
+ *
+ */
+package com.geodetix.geo.ejb;
+
+
+import javax.ejb.*;
+
+import java.util.*;
+
+import org.postgis.*;
+
+import com.geodetix.geo.value.GeometryValue;
+
+/**
+ * This BMP (Bean Managed Persistence) entity bean stores information
+ * about geometrical description of a choosen entity in some application
+ * domain. It stores geometrical infos in the <code>geometry</code> attribute
+ * of type <code>org.postgis.Geometry</code>. Note that such an attribute could 
+ * even be implemented as a pure text (i.e. Java <code>String</code>) field 
+ * following the WKT format, thus leaving geometric details to the PostGIS 
+ * api classes (see <code>README</code> file for further details).
+ *
+ * @ejb.bean
+ *    name="Geometry"
+ *    jndi-name="geodetix/geo/Geometry"
+ *    local-jndi-name="geodetix/geo/GeometryLocal"
+ *    type="BMP"
+ *    view-type="local"
+ *    primkey-field="id"
+ *
+ * @ejb.dao
+ *     impl-class="com.geodetix.geo.dao.PostGisGeometryDAOImpl"
+ *
+ *
+ * @ejb.transaction
+ *     type="RequiresNew"
+ *
+ *
+ * @ejb.value-object
+ *     name="Geometry"
+ *     match="value"
+ *
+ * @author  <a href="mailto:antonio.pace@geodetix.it">Antonio Pace</a>
+ *
+ */
+public abstract class GeometryBean implements javax.ejb.EntityBean {
+    
+    
+    /* TEMPORARY (NOT FOR REAL WORLD) PRIMARY KEY GENERATOR */
+    private static final int SIMPLE_ID_GENERATOR = (int) System.currentTimeMillis();
+    private static int actualId = SIMPLE_ID_GENERATOR;
+    
+    
+    
+    /* BMP fields */
+    private Integer   id;
+    private String    description;
+    private Geometry  geometry;
+    
+    
+    
+    
+    /* CREATE METHODS */
+    
+    
+    /**
+     * Creates a new Geometry Bean.
+     * 
+     * @ejb.create-method 
+     *
+     * @param geometry the <code>org.postgis.Geometry</code> that has to be 
+     * included in this EJB.
+     * @param description the textual description of this bean.
+     * @throws CreateException lauched if an error occours during the 
+     * EJB creation.
+     * @return the EJB's primary key.
+     */
+    public Integer ejbCreate(org.postgis.Geometry geometry,String description)
+    throws CreateException {
+        
+        this.id    = (new Integer(actualId++));
+        this.geometry = geometry;
+        this.description=description;
+        
+        /* For now return null, this will be overrided in the DAO implementation of this method */
+        return null;
+    }
+    
+    /**
+     * This method is called by the container after the EJB creation.
+     *
+     * @param geometry the <code>org.postgis.Geometry</code> that has to be 
+     * included in this EJB.
+     */
+    public void ejbPostCreate(org.postgis.Geometry geometry) {
+        
+        // Do something with Relationship.
+    }
+    
+    
+    
+    
+    
+    /* ========== Finder Methods =========== */
+    
+    
+    /**
+     * Find a Geometry Bean from his primary key.
+     * 
+     * @param primaryKey the primary key of the bean to found.
+     * @throws FinderException lauched if an error occours during the 
+     * EJB search operation.
+     */
+    public abstract Integer ejbFindByPrimaryKey(Integer primaryKey)
+    throws FinderException;
+    
+    
+    
+    
+    /**
+     * Find all of the geometry beans contained in a <code>Polygon</code>.
+     *
+     * @param polygon the Polygon to search in.
+     */
+    public abstract Collection ejbFindByPolygon(org.postgis.Polygon polygon)
+    throws FinderException;
+    
+    
+    
+    
+    /* ============== BMP Fields Accessor Methods ============ */
+    
+    
+    /**
+     * Returns the EJB's id field.
+     *
+     * @ejb.pk-field
+     * @ejb.interface-method
+     * @ejb.value-object match="value"
+     */
+    public Integer getId() {
+        
+        return this.id;
+    }
+    
+    
+    /**
+     * Modifies the id field.
+     */
+    public void setId(Integer id) {
+        
+        this.id = id;
+        
+        this.makeDirty();
+    }
+    
+    
+    /**
+     * Returns the EJB's textual description.
+     *
+     * @ejb.interface-method
+     * @ejb.value-object match="value"
+     * @return the Geometry Bean description.
+     */
+    public String getDescription() {
+        
+        return this.description;
+    }
+    
+    /**
+     * Modifies the EJB's textual description.
+     *
+     * @ejb.interface-method
+     * @param description the Geometry Bean description.
+     */
+    public void setDescription(String description) {
+        
+        this.description = description;
+        
+        this.makeDirty();
+    }
+    
+    
+    
+    /**
+     * Returns the EJB's geometrical description.
+     *
+     * @ejb.interface-method
+     * @ejb.value-object match="value"
+     * @return the org.postgis.Geometry included in this bean.
+     */
+    public org.postgis.Geometry getGeometry() {
+        
+        return this.geometry;
+    }
+    
+    /**
+     * Modifies the EJB's geometrical description.
+     *
+     * @ejb.interface-method
+     * @param geometry the <code>org.postgis.Geometry</code> that has to 
+     * be included in this EJB.
+     */
+    public void setGeometry(org.postgis.Geometry geometry) {
+        
+        this.geometry = geometry;
+        
+        this.makeDirty();
+    }
+    
+    
+    
+    
+    
+    /* HOME INTERFACE BMP UTILITY METHODS */
+    
+    
+    /**
+     * Create a non-OpenGIS DataBase table, used to persist the Geometry Beans.
+     *
+     * @ejb.home-method
+     *
+     * @dao.call
+     */
+    public abstract void ejbHomeMakeDbTable();
+    
+    
+    
+    /**
+     * Create OpenGIS DataBase table, used to persist the Geometry Beans.
+     *
+     * @ejb.home-method
+     *
+     * @dao.call
+     */
+    public abstract void ejbHomeMakeDbTable(String gemetryType, int srid, int geometryDimension);
+    
+    
+    
+    /**
+     * Remove Bean's Persistence Teable of the DataBase.
+     *
+     * @ejb.home-method
+     *
+     * @dao.call
+     */
+    public abstract void ejbHomeDropDbTable();
+    
+    
+    
+    /* VALUE OBJECTS */
+    
+    /**
+     * This is an abstract method to allow XDoclet to expose
+     * value object functionalities in the local/remote interface.
+     *
+     * @ejb.interface-method
+     *
+     * @return a value object for this GeometryBean.
+     */
+    public abstract GeometryValue getGeometryValue();
+    
+    
+    
+    
+    
+    /* XDOCLET BMP METHODS RELATED STUFF */
+    
+    
+    /**
+     * @see com.geodetix.geo.ejb.GeometryBMP source.
+     */
+    protected abstract void makeDirty();
+    
+}
diff --git a/jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java b/jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java
new file mode 100644 (file)
index 0000000..33ae6b5
--- /dev/null
@@ -0,0 +1,238 @@
+/*
+ * GeometryFacadeBean.java
+ *
+ * Using PostGIS Geometry Types with EJB2 - Proof of Concept
+ *
+ * Copyright 2006, Geodetix S.r.l. (http://www.geodetix.it)
+ * and individual contributors as indicated by the @authors tag.
+ *
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 2.1 of the License.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
+ * http://www.gnu.org.
+ *
+ */
+package com.geodetix.geo.ejb;
+
+
+import com.geodetix.geo.exception.ApplicationGeoLayerException;
+import com.geodetix.geo.interfaces.GeometryLocalHome;
+import com.geodetix.geo.interfaces.GeometryLocal;
+import com.geodetix.geo.util.GeometryUtil;
+import com.geodetix.geo.value.GeometryValue;
+
+import org.apache.commons.logging.*;
+
+import org.postgis.*;
+
+import java.rmi.*;
+
+import java.util.*;
+
+import javax.ejb.*;
+
+import javax.naming.*;
+
+
+/**
+ * A SessionFacade for managing Geometry beans.
+ *
+ * @ejb.bean
+ *     name="GeometryFacade"
+ *     jndi-name="geodetix/geo/GeometryFacade"
+ *     local-jndi-name="geodetix/geo/GeometryFacadeLocal"
+ *     type="Stateless"
+ *     view-type="both"
+ *     transaction-type="Container"
+ *
+ * @ejb.ejb-ref
+ *     ejb-name="Geometry"
+ *     view-type="local"
+ *     ref-name="ejb/GeometryLocal"
+ *
+ * @author  <a href="mailto:antonio.pace@geodetix.it">Antonio Pace</a>
+ */
+public abstract class GeometryFacadeBean implements SessionBean {
+    private SessionContext ctx;
+    
+    
+    /**
+     * EJB Initializer.
+     *
+     * @ejb.create-method
+     */
+    public void ejbCreate() throws CreateException {}
+    
+    /**
+     * Called after the EJB creation.
+     */
+    public void ejbPostCreate() throws CreateException {}
+    
+    /**
+     * Save the EJB session context.
+     */
+    public void setSessionContext(SessionContext ctx)
+    throws EJBException, RemoteException {
+        this.ctx = ctx;
+    }
+    
+    
+    
+  
+    /* ============ Finder Methods ============== */
+    
+    /**
+     * Find all of the geometry beans contained in a <code>Polygon</code>.
+     *
+     * @ejb.interface-method
+     *
+     * @param polygon The Polygon to search in.
+     */
+    public Collection findByPolygon(org.postgis.Polygon polygon)
+    throws ApplicationGeoLayerException {
+        try {
+            GeometryLocalHome geometryHome = GeometryUtil.getLocalHome();
+            Collection       geometries    = geometryHome.findByPolygon(polygon);
+            
+            List result = new ArrayList();
+            
+            for (Iterator iter = geometries.iterator(); iter.hasNext(); ) {
+                GeometryLocal geometry = (GeometryLocal) iter.next();
+                
+                result.add(geometry.getGeometryValue());
+            }
+            
+            return result;
+            
+        } catch (NamingException e) {
+            throw new ApplicationGeoLayerException(e);
+        } catch (FinderException e) {
+            throw new ApplicationGeoLayerException(e);
+        }
+    }
+    
+    
+    
+    
+    
+    /* =============== Business Iinterfaces Methods ============= */
+    
+    
+    /**
+     * Creates a new Geometry Bean.
+     *
+     * @ejb.interface-method
+     *
+     * @param geometry the <code>org.postgis.Geometry</code> that has to be 
+     * included in this EJB.
+     * @param description the textual description of this bean.
+     * @return a value object representing the created EJB.
+     */
+    public GeometryValue createGeometry(org.postgis.Geometry geometry, String description)
+    throws ApplicationGeoLayerException {
+        try {
+            GeometryLocalHome geometryHome  = GeometryUtil.getLocalHome();
+            GeometryLocal     geometryLocal =
+                    geometryHome.create(geometry,description);
+            
+            return geometryLocal.getGeometryValue();
+        } catch (NamingException e) {
+            throw new ApplicationGeoLayerException(e);
+        } catch (CreateException e) {
+            throw new ApplicationGeoLayerException(e);
+        }
+    }
+    
+    
+    
+    
+    
+    /* ================== BMP Utility Methods ================= */
+    
+    
+    
+    /**
+     * Create a non-OpenGIS DataBase table used to persist the Geometry Beans.
+     * <em>Note that in a real-world application this method should be protected
+     * by using a role-based security policy.</em>
+     *
+     * @ejb.interface-method
+     *
+     * @throws ApplicationGeoLayerException thrown if an error occours 
+     * during table creation.
+     */
+    public void createGeometryTable() throws ApplicationGeoLayerException {
+        try {
+            GeometryLocalHome geometryHome = GeometryUtil.getLocalHome();
+            
+            geometryHome.makeDbTable();
+        } catch (NamingException e) {
+            throw new ApplicationGeoLayerException(e);
+        } catch (Exception e) {
+            throw new ApplicationGeoLayerException(e);
+        }
+    }
+    
+    
+    /**
+     * Create an OpenGIS compliant database table used to persist the 
+     * Geometry Beans.
+     * <em>Note that in a real-world application this method should be protected
+     * by using a role-based security policy.</em>
+     *
+     * @ejb.interface-method
+     *
+     * @throws ApplicationGeoLayerException thrown if an error occours 
+     * during table creation.
+     */
+    public void createGeometryTable(String gemetryType, int srid, int geometryDimension )
+    throws ApplicationGeoLayerException {
+        try {
+            GeometryLocalHome geometryHome = GeometryUtil.getLocalHome();
+            
+            geometryHome.makeDbTable(gemetryType, srid,  geometryDimension);
+            
+        } catch (NamingException e) {
+            throw new ApplicationGeoLayerException(e);
+        } catch (Exception e) {
+            throw new ApplicationGeoLayerException(e);
+        }
+    }
+    
+    
+    
+    /**
+     * Remove the EJB's persistence table from the database.
+     * <em>Note that in a real-world application this method should be protected
+     * by using a role-based security policy.</em>
+     *
+     * @ejb.interface-method
+     *
+     * @throws ApplicationGeoLayerException thrown if an error occours 
+     * during table creation.
+     */
+    public void dropGeometryTable() throws ApplicationGeoLayerException {
+        try {
+            GeometryLocalHome geometryHome = GeometryUtil.getLocalHome();
+            
+            geometryHome.dropDbTable();
+        } catch (NamingException e) {
+            throw new ApplicationGeoLayerException(e);
+        } catch (Exception e) {
+            throw new ApplicationGeoLayerException(e);
+        }
+    }
+    
+    
+    
+}
diff --git a/jdbc2/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java b/jdbc2/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java
new file mode 100644 (file)
index 0000000..a36678f
--- /dev/null
@@ -0,0 +1,66 @@
+/*
+ * ApplicationGeoLayerException.java
+ *
+ * Using PostGIS Geometry Types with EJB2 - Proof of Concept
+ *
+ * Copyright 2006, Geodetix S.r.l. (http://www.geodetix.it)
+ * and individual contributors as indicated by the @authors tag.
+ *
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 2.1 of the License.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
+ * http://www.gnu.org.
+ *
+ */
+package com.geodetix.geo.exception;
+
+
+/**
+ * Generic Application Exception.
+ *
+ * @author <a href="mailto:antonio.pace@geodetix.it">Antonio Pace</a>
+ *
+ */
+public class ApplicationGeoLayerException extends Exception {
+    
+    /**
+     * Creates a new ApplicationGeoLayerException object.
+     */
+    public ApplicationGeoLayerException() {
+        super("unknown");
+        
+    } // end ApplicationGeoLayerException()
+    
+    
+    /**
+     * Creates a new ApplicationGeoLayerException object.
+     *
+     * @param e the wrapped Exception.
+     */
+    public ApplicationGeoLayerException(Exception e) {
+        super(e.getMessage());
+        
+    } // end ApplicationGeoLayerException()
+    
+    
+    /**
+     * Creates a new ApplicationGeoLayerException object.
+     *
+     * @param msg the wrapped Message.
+     */
+    public ApplicationGeoLayerException(String msg) {
+        super(msg);
+        
+    } // end ApplicationGeoLayerException()
+    
+} // end ApplicationGeoLayerException