Re: [JPP-Devel] Oracle Spatial DataStore plugin

2015-02-05 Thread Nicolas Ribot
A. Yes. I had the idea of the multiselection when i stumbled upon this
component on the Net.
AFAIK, implementing such a feature in Swing is not easy.

B. ok

Nico

On 5 February 2015 at 15:00,  wrote:

> ok.. some more questions
>
> A. is JTreeTable needed for the revamped postgis multiselection?
> B. please add the org-netbeans-swing-outline.jar at the appropriate
> location in etc/Readme.txt (add license etc.)
>
> wrt. dependency of oracle support, let me have a look and come back to you.
>
> ..ede
>
>
> On 05.02.2015 14:54, Nicolas Ribot wrote:
> > Hi,
> >
> > :)
> >
> > 1. corrected
> > 2. this is the standalone jar providing the JTreeTable component based on
> > Swing. Wrong place: moved.
> > 3. Are you sure ? I don't see them:
> >
> https://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/src/com/vividsolutions/jump/datastore/
> >
> > Yes sounds good to keep it in OJ Core. But the project won't compile
> > anymore if we do not include oracle and geotools jars, or am I missing
> > something ?
> > To make the Oracle support conditional, I tested the presence of
> > oracle.jdbc.driver. Is it enough ?
> >
> > The Oracle Spatial Support needs:
> >   • The ojdbc.jar to get from Oracle.com
> >   • The gt2-oracle-spatial.jar provided by the PLUS distro (DB query
> plugin)
> >
> > Nicolas
> >
> > On 3 February 2015 at 16:04,  wrote:
> >
> >> On 03.02.2015 15:41, Nicolas Ribot wrote:
> >>> Yes it will be fine.
> >>>
> >>> I externalized it because with all the mess I did in svn these days,
> >>
> >> don't worry. i'll be your friendly watchdog :)). it's totally normal run
> >> into a few bumps when starting something new.
> >>
> >>> I didn't want to touch to lib/lib nor plug_ins/ ;)
> >>
> >> speaking of which.
> >>
> >> 1. you missed the repo entry for ojdbc6.jar in pom.xml
> >> 2. there is org-netbeans-swing-outline.jar under lib/plus. what needs it
> >> and why is it only included in PLUS?
> >> 3. i still see the oracle classes
> >> 'com.vividsolutions.jump.datastore.oracle' in OJ core tree, so you want
> to
> >> keep the plugin in OJ core?
> >>
> >>
> >>> If it is hosted in plug-ins/, I should create a maven project, no ?
> >>>
> >>
> >> up to you. it's just helpful to have sources there, so in case you
> decide
> >> not to maintain it anymore somebody interested can take over.
> >>
> >> however, i'd suggest (as hinted before) to keep it in OJ core and just
> >> make it's installation conditional on the missing jars. after that tell
> >> what it needs (where to download) and i'll document it in
> etc/readme.txt .
> >>
> >> ..ede
> >>
> >>
> >>
> --
> >> Dive into the World of Parallel Programming. The Go Parallel Website,
> >> sponsored by Intel and developed in partnership with Slashdot Media, is
> >> your
> >> hub for all things parallel software development, from weekly thought
> >> leadership blogs to news, videos, case studies, tutorials and more.
> Take a
> >> look and join the conversation now. http://goparallel.sourceforge.net/
> >> ___
> >> Jump-pilot-devel mailing list
> >> Jump-pilot-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >>
> >
> >
> >
> >
> --
> > Dive into the World of Parallel Programming. The Go Parallel Website,
> > sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> > hub for all things parallel software development, from weekly thought
> > leadership blogs to news, videos, case studies, tutorials and more. Take
> a
> > look and join the conversation now. http://goparallel.sourceforge.net/
> >
> >
> >
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
> --
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and 

Re: [JPP-Devel] Oracle Spatial DataStore plugin

2015-02-05 Thread edgar . soldin
ok.. some more questions

A. is JTreeTable needed for the revamped postgis multiselection?
B. please add the org-netbeans-swing-outline.jar at the appropriate location in 
etc/Readme.txt (add license etc.)

wrt. dependency of oracle support, let me have a look and come back to you.

..ede


On 05.02.2015 14:54, Nicolas Ribot wrote:
> Hi,
> 
> :)
> 
> 1. corrected
> 2. this is the standalone jar providing the JTreeTable component based on
> Swing. Wrong place: moved.
> 3. Are you sure ? I don't see them:
> https://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/src/com/vividsolutions/jump/datastore/
> 
> Yes sounds good to keep it in OJ Core. But the project won't compile
> anymore if we do not include oracle and geotools jars, or am I missing
> something ?
> To make the Oracle support conditional, I tested the presence of
> oracle.jdbc.driver. Is it enough ?
> 
> The Oracle Spatial Support needs:
>   • The ojdbc.jar to get from Oracle.com
>   • The gt2-oracle-spatial.jar provided by the PLUS distro (DB query plugin)
> 
> Nicolas
> 
> On 3 February 2015 at 16:04,  wrote:
> 
>> On 03.02.2015 15:41, Nicolas Ribot wrote:
>>> Yes it will be fine.
>>>
>>> I externalized it because with all the mess I did in svn these days,
>>
>> don't worry. i'll be your friendly watchdog :)). it's totally normal run
>> into a few bumps when starting something new.
>>
>>> I didn't want to touch to lib/lib nor plug_ins/ ;)
>>
>> speaking of which.
>>
>> 1. you missed the repo entry for ojdbc6.jar in pom.xml
>> 2. there is org-netbeans-swing-outline.jar under lib/plus. what needs it
>> and why is it only included in PLUS?
>> 3. i still see the oracle classes
>> 'com.vividsolutions.jump.datastore.oracle' in OJ core tree, so you want to
>> keep the plugin in OJ core?
>>
>>
>>> If it is hosted in plug-ins/, I should create a maven project, no ?
>>>
>>
>> up to you. it's just helpful to have sources there, so in case you decide
>> not to maintain it anymore somebody interested can take over.
>>
>> however, i'd suggest (as hinted before) to keep it in OJ core and just
>> make it's installation conditional on the missing jars. after that tell
>> what it needs (where to download) and i'll document it in etc/readme.txt .
>>
>> ..ede
>>
>>
>> --
>> Dive into the World of Parallel Programming. The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is
>> your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take a
>> look and join the conversation now. http://goparallel.sourceforge.net/
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> 
> 
> 
> --
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> 
> 
> 
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Oracle Spatial DataStore plugin

2015-02-05 Thread Nicolas Ribot
Hi,

:)

1. corrected
2. this is the standalone jar providing the JTreeTable component based on
Swing. Wrong place: moved.
3. Are you sure ? I don't see them:
https://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/src/com/vividsolutions/jump/datastore/

Yes sounds good to keep it in OJ Core. But the project won't compile
anymore if we do not include oracle and geotools jars, or am I missing
something ?
To make the Oracle support conditional, I tested the presence of
oracle.jdbc.driver. Is it enough ?

The Oracle Spatial Support needs:
  • The ojdbc.jar to get from Oracle.com
  • The gt2-oracle-spatial.jar provided by the PLUS distro (DB query plugin)

Nicolas

On 3 February 2015 at 16:04,  wrote:

> On 03.02.2015 15:41, Nicolas Ribot wrote:
> > Yes it will be fine.
> >
> > I externalized it because with all the mess I did in svn these days,
>
> don't worry. i'll be your friendly watchdog :)). it's totally normal run
> into a few bumps when starting something new.
>
> >I didn't want to touch to lib/lib nor plug_ins/ ;)
>
> speaking of which.
>
> 1. you missed the repo entry for ojdbc6.jar in pom.xml
> 2. there is org-netbeans-swing-outline.jar under lib/plus. what needs it
> and why is it only included in PLUS?
> 3. i still see the oracle classes
> 'com.vividsolutions.jump.datastore.oracle' in OJ core tree, so you want to
> keep the plugin in OJ core?
>
>
> > If it is hosted in plug-ins/, I should create a maven project, no ?
> >
>
> up to you. it's just helpful to have sources there, so in case you decide
> not to maintain it anymore somebody interested can take over.
>
> however, i'd suggest (as hinted before) to keep it in OJ core and just
> make it's installation conditional on the missing jars. after that tell
> what it needs (where to download) and i'll document it in etc/readme.txt .
>
> ..ede
>
>
> --
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Oracle Spatial DataStore plugin

2015-02-03 Thread edgar . soldin
On 03.02.2015 15:41, Nicolas Ribot wrote:
> Yes it will be fine.
> 
> I externalized it because with all the mess I did in svn these days, 

don't worry. i'll be your friendly watchdog :)). it's totally normal run into a 
few bumps when starting something new.

>I didn't want to touch to lib/lib nor plug_ins/ ;)

speaking of which.

1. you missed the repo entry for ojdbc6.jar in pom.xml
2. there is org-netbeans-swing-outline.jar under lib/plus. what needs it and 
why is it only included in PLUS?
3. i still see the oracle classes 'com.vividsolutions.jump.datastore.oracle' in 
OJ core tree, so you want to keep the plugin in OJ core?


> If it is hosted in plug-ins/, I should create a maven project, no ?
> 

up to you. it's just helpful to have sources there, so in case you decide not 
to maintain it anymore somebody interested can take over.

however, i'd suggest (as hinted before) to keep it in OJ core and just make 
it's installation conditional on the missing jars. after that tell what it 
needs (where to download) and i'll document it in etc/readme.txt .

..ede

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Oracle Spatial DataStore plugin

2015-02-03 Thread Stefan Steiniger


I externalized it because with all the mess I did in svn these days, I 
didn't want to touch to lib/lib nor plug_ins/ ;)



I would just call it a learning process :)
Don't worry too much. Perhaps except Ede, we all had our share of 
messing-up and cleaning the OJ svn .



If it is hosted in plug-ins/, I should create a maven project, no ?

not necessarily. you can just put ready jars in there, I suppose

Btw @all who are subscribed to the svn-notify list. Nicos commit info 
emails are on wait, because I am not able to  figure out the admin 
passwd to approve him as poster. Weird, especially, as I approved a few 
days earlier Alberto's info emails.


stefan



Nico

On 3 February 2015 at 15:34, > wrote:


how about adding it to PLUS? add
- jar to lib/plus
- entry in readme.txt

also it'd make sense host the source in OJ's svn.

but why exactly did you externalize it? you can very well add
plugins to OJ core that only activate in PLUS if certain libs are
avalable. that makes maintenance easier and sense if it is as
small as these 50k.

..ede

On 03.02.2015 15:08, Nicolas Ribot wrote:
> ("it needs", not "I needs")...
>
> On 3 February 2015 at 15:07, Nicolas Ribot
mailto:nicolas.ri...@gmail.com>> wrote:
>
>> Hi,
>>
>> I packaged the Oracle Spatial Support in Data Store layer
wizard into a
>> plugin.
>> I needs a OJ Plus version and uses the existing gt2-oracle-spatial
>> provided by the DB Query plugin.
>>
>> If the ojdbc.jar Oracle JDBC driver is added in the ext
directory (after
>> downloading from Oracle site), the plugin will register a new
>> OracleDataStoreDriver to OJ. If not, the plugin does nothing.
>>
>> Tested on Mac and Windows with the latest snapshot and does not
produce
>> the SAXParser error anymore.
>>
>> The plugin is hosted here: https://github.com/Nicolasribot/docs, in
>> code/java/OracleDataStorePlugin/OracleDataStorePlugin-0.1.jar
time to find
>> a more convenient place.
>>
>> Nicolas
>>
>
>
>
>

--
> Dive into the World of Parallel Programming. The Go Parallel
Website,
> sponsored by Intel and developed in partnership with Slashdot
Media, is your
> hub for all things parallel software development, from weekly
thought
> leadership blogs to news, videos, case studies, tutorials and
more. Take a
> look and join the conversation now.
http://goparallel.sourceforge.net/
>
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net

> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot
Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and
more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Oracle Spatial DataStore plugin

2015-02-03 Thread Nicolas Ribot
Yes it will be fine.

I externalized it because with all the mess I did in svn these days, I
didn't want to touch to lib/lib nor plug_ins/ ;)

If it is hosted in plug-ins/, I should create a maven project, no ?

Nico

On 3 February 2015 at 15:34,  wrote:

> how about adding it to PLUS? add
> - jar to lib/plus
> - entry in readme.txt
>
> also it'd make sense host the source in OJ's svn.
>
> but why exactly did you externalize it? you can very well add plugins to
> OJ core that only activate in PLUS if certain libs are avalable. that makes
> maintenance easier and sense if it is as small as these 50k.
>
> ..ede
>
> On 03.02.2015 15:08, Nicolas Ribot wrote:
> > ("it needs", not "I needs")...
> >
> > On 3 February 2015 at 15:07, Nicolas Ribot 
> wrote:
> >
> >> Hi,
> >>
> >> I packaged the Oracle Spatial Support in Data Store layer wizard into a
> >> plugin.
> >> I needs a OJ Plus version and uses the existing gt2-oracle-spatial
> >> provided by the DB Query plugin.
> >>
> >> If the ojdbc.jar Oracle JDBC driver is added in the ext directory (after
> >> downloading from Oracle site), the plugin will register a new
> >> OracleDataStoreDriver to OJ. If not, the plugin does nothing.
> >>
> >> Tested on Mac and Windows with the latest snapshot and does not produce
> >> the SAXParser error anymore.
> >>
> >> The plugin is hosted here: https://github.com/Nicolasribot/docs, in
> >> code/java/OracleDataStorePlugin/OracleDataStorePlugin-0.1.jar time to
> find
> >> a more convenient place.
> >>
> >> Nicolas
> >>
> >
> >
> >
> >
> --
> > Dive into the World of Parallel Programming. The Go Parallel Website,
> > sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> > hub for all things parallel software development, from weekly thought
> > leadership blogs to news, videos, case studies, tutorials and more. Take
> a
> > look and join the conversation now. http://goparallel.sourceforge.net/
> >
> >
> >
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
> --
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Oracle Spatial DataStore plugin

2015-02-03 Thread edgar . soldin
how about adding it to PLUS? add
- jar to lib/plus
- entry in readme.txt

also it'd make sense host the source in OJ's svn.

but why exactly did you externalize it? you can very well add plugins to OJ 
core that only activate in PLUS if certain libs are avalable. that makes 
maintenance easier and sense if it is as small as these 50k.

..ede

On 03.02.2015 15:08, Nicolas Ribot wrote:
> ("it needs", not "I needs")...
> 
> On 3 February 2015 at 15:07, Nicolas Ribot  wrote:
> 
>> Hi,
>>
>> I packaged the Oracle Spatial Support in Data Store layer wizard into a
>> plugin.
>> I needs a OJ Plus version and uses the existing gt2-oracle-spatial
>> provided by the DB Query plugin.
>>
>> If the ojdbc.jar Oracle JDBC driver is added in the ext directory (after
>> downloading from Oracle site), the plugin will register a new
>> OracleDataStoreDriver to OJ. If not, the plugin does nothing.
>>
>> Tested on Mac and Windows with the latest snapshot and does not produce
>> the SAXParser error anymore.
>>
>> The plugin is hosted here: https://github.com/Nicolasribot/docs, in
>> code/java/OracleDataStorePlugin/OracleDataStorePlugin-0.1.jar time to find
>> a more convenient place.
>>
>> Nicolas
>>
> 
> 
> 
> --
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> 
> 
> 
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Oracle Spatial DataStore plugin

2015-02-03 Thread Nicolas Ribot
("it needs", not "I needs")...

On 3 February 2015 at 15:07, Nicolas Ribot  wrote:

> Hi,
>
> I packaged the Oracle Spatial Support in Data Store layer wizard into a
> plugin.
> I needs a OJ Plus version and uses the existing gt2-oracle-spatial
> provided by the DB Query plugin.
>
> If the ojdbc.jar Oracle JDBC driver is added in the ext directory (after
> downloading from Oracle site), the plugin will register a new
> OracleDataStoreDriver to OJ. If not, the plugin does nothing.
>
> Tested on Mac and Windows with the latest snapshot and does not produce
> the SAXParser error anymore.
>
> The plugin is hosted here: https://github.com/Nicolasribot/docs, in
> code/java/OracleDataStorePlugin/OracleDataStorePlugin-0.1.jar time to find
> a more convenient place.
>
> Nicolas
>
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Oracle Spatial DataStore plugin

2015-02-03 Thread Nicolas Ribot
Hi,

I packaged the Oracle Spatial Support in Data Store layer wizard into a
plugin.
I needs a OJ Plus version and uses the existing gt2-oracle-spatial provided
by the DB Query plugin.

If the ojdbc.jar Oracle JDBC driver is added in the ext directory (after
downloading from Oracle site), the plugin will register a new
OracleDataStoreDriver to OJ. If not, the plugin does nothing.

Tested on Mac and Windows with the latest snapshot and does not produce the
SAXParser error anymore.

The plugin is hosted here: https://github.com/Nicolasribot/docs, in
code/java/OracleDataStorePlugin/OracleDataStorePlugin-0.1.jar time to find
a more convenient place.

Nicolas
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel