| PostGIS + Eclipselink [message #649085] |
Mon, 17 January 2011 10:01  |
Tamas J Messages: 4 Registered: January 2011 |
Junior Member |
|
|
Hello!
We are planning a project with PostgreSQL/PostGIS database (with geometry datas) and Eclipselink. I'm intereseted the opinion of those people, who have used or tried to use PosGIS and Eclipselink together. Is it possible to use together these, if it is, are there any description or tutorial on the web?
Thanks,
Tamas
[Updated on: Mon, 17 January 2011 10:03] Report message to a moderator
|
|
|
| Re: PostGIS + Eclipselink [message #649763 is a reply to message #649085] |
Thu, 20 January 2011 09:45   |
James Sutherland Messages: 1834 Registered: July 2009 |
Senior Member |
|
|
It should be possible. EclipseLink does not provide direct support for PostGIS data, but does have support for spatial data (on Oracle).
You may need to create your own PostGISPlatform extensions to add support for the spatial data.
Feel free to log an enhancement request, or if you develop your own platform submit it as a patch to the enhancement.
James : Wiki : Book : Blog
|
|
|
|
|
|
| Re: PostGIS + Eclipselink [message #986476 is a reply to message #983182] |
Tue, 20 November 2012 10:29  |
James Sutherland Messages: 1834 Registered: July 2009 |
Senior Member |
|
|
I would start by logging the bug.
You will add your extensions to the PostgreSQLPlatform and may need to add a subpackage postgres for any additional classes.
Once you have it working you can attached a patch to the bug.
You may also wish to add some tests. Any JUnit tests would be sufficient.
Once you have everything added to the bug, someone will review and commit the patch if it is sufficient.
We also have a Incubator concept for major changes, but a patch is probably sufficient.
http://wiki.eclipse.org/EclipseLink/Development/Incubator
James : Wiki : Book : Blog
|
|
|
Powered by
FUDForum. Page generated in 0.03139 seconds