Re: [JPP-Devel] Postgis connection

2007-10-16 Thread Eric Lemesre
Hi Uwe, I just add a where clause to PostGISPlugin in the repository if you want to teste it and made some remark? Thanks. i have to plan to add fonctionnality : Update some fields in table with a given key. Just a question : all properties in DataSourceQuery instance is DataSource responsabilit

Re: [JPP-Devel] Postgis connection

2007-10-14 Thread Uwe Dalluege
Hi Eric, the version number 6.11.6B means that I have changed this PlugIn at 2006.11.6. B means beta. This notation is from me. I think 1.2.0 is from Stefan. Regards Uwe Eric Lemesre schrieb: > Hi Stefan, > > Ok but I think the better way is commit initial code > (the 6.11.6B) and after commit

Re: [JPP-Devel] Postgis connection

2007-10-14 Thread Stefan Steiniger
I have written the message a few days ago.. now it is obsolete :) stefan Stefan Steiniger schrieb: > and postgis... > > renaming does not solve the problem itself (apart from the point that > multi-languages renaming is a bit more difficult). > > as far as we do not a new release we can have bo

Re: [JPP-Devel] Postgis connection

2007-10-14 Thread Stefan Steiniger
and postgis... renaming does not solve the problem itself (apart from the point that multi-languages renaming is a bit more difficult). as far as we do not a new release we can have both in parallel... but we need to find a solution for at least these 2 plugins. stefan Larry Becker schrieb: > A

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Larry Becker
ArcSDE uses Load Dataset. Larry On 10/12/07, Paul Austin <[EMAIL PROTECTED]> wrote: > Stefan, > > Which database plug-ins use the Load Dataset framework? > > When we put it back can we rename it to Load Database Data... for now, > just to encourage people to use Open File.. file files. > > Paul >

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Paul Austin
Stefan, Which database plug-ins use the Load Dataset framework? When we put it back can we rename it to Load Database Data... for now, just to encourage people to use Open File.. file files. Paul Stefan Steiniger wrote: > Hei Paul, > > you are more or less right. But the problem with the datast

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Stefan Steiniger
Hei Paul, you are more or less right. But the problem with the datastore framework is, that we can not yet write back to a datastore. While the postgis plugin can do this when used with LoadDataset. stefan Paul Austin schrieb: > Stefan, > > The OpenFile dialog should be just for File based da

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Paul Austin
Stefan, The OpenFile dialog should be just for File based data. Things like databases should be under the Add Datastore Layer. Another thing I was thinking of is having another Wizard as suggested by Larry a while bacj, this would be the Open wizard. When you first open the wizard it has a bunch

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Eric Lemesre
Hi Stefan, Ok but I think the better way is commit initial code (the 6.11.6B) and after commit modification. the code for OpenFile framework is in package : com.vividsolutions.jump.workbench.datasource ? @Uwe : please can you give me more explanation about version number ? internal version is 6

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Stefan Steiniger
Hei Eric, I have created a new PostGisPlugin Folder on the SVN. Can you commit your modified Postgisplugin code to that folder (trunk/src)? If this is done we can then modify the postgisplugin sources to work with the new OpenFile framework stefan Eric Lemesre schrieb: > Hi Stefan, > > Thank

Re: [JPP-Devel] Postgis connection

2007-10-09 Thread Stefan Steiniger
Hei Eric, ok...If you commit then add it to the "plugins" folder http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/ stefan Eric Lemesre wrote: > Hi Stefan, > > Thank for your intervention with Uwe, > I rebuild directory structure and commit in a new directory this plug in. > > pr

Re: [JPP-Devel] Postgis Connection

2007-10-08 Thread Eric Lemesre
Hi, The better way seem to be LayerManager.addLayer(Catagory, LayerName, FeatureCollection).setDataSourceQuery(DataSourceQuery) If we forget the datasourcequery nothing is saved in project file. @+ Eric 2007/10/8, Stefan Steiniger <[EMAIL PROTECTED]>: > > have you tried to use the layer\add Da

Re: [JPP-Devel] Postgis Connection

2007-10-08 Thread Stefan Steiniger
have you tried to use the layer\add Datastore laye function? It uses the Framework developed lately by Vividsolutions As far as i know there is on the projet sigle website also an SQL Query plugin as i am not familar with Databases, maybe someone else can help stefan Eric Lemesre wrote: > Hi,

Re: [JPP-Devel] Postgis connection

2007-10-08 Thread Stefan Steiniger
Hei Eric, Uwe agrees to put the postgis plugin on the svn. for the rest - because I never used maven - can you simple outline the directory structure on the SVN. So I have a better image what you want to do. stefan Eric Lemesre wrote: > Hi Stefan, > > I am a newbee ;-) , > > I like maven conc

[JPP-Devel] Postgis Connection

2007-10-08 Thread Eric Lemesre
Hi, I build Postgis layers with BeanShell Script. What is the better way to build layer with java code? I try : - build pgSD with common properties (Host, database, user, password) - pgQuery = new PostGISDataSourceQuery(new PostGISDataSource(),query,layerName); - Update pgSD properties (tabl

Re: [JPP-Devel] Postgis connection

2007-10-05 Thread Eric Lemesre
Hi Stefan, I am a newbee ;-) , I like maven concept. We can resolve jar dependencies and provide an easy way to donwload any library, build reporting, run test Etc ... My second contribution is not ready and I commit nothink. But make maven repository like gt2 is probably a good idea. With Ma

Re: [JPP-Devel] Postgis connection

2007-10-04 Thread Stefan Steiniger
Hei Eric, i don't realy understnd what you want to do. a) you want submit improvements? b) you want to make new plugin folders in the repository (for the 4 plugins below)? => this should be possible, but i need to look how and where to store (i.e. adapt the structure) notes: * i am not sure if

Re: [JPP-Devel] Postgis connection

2007-10-03 Thread Eric Lemesre
Hi, No source in repository. I have a working copy and modify directory structure for Maven 2. I have : plugin * chartPlugIn (org.OpenJUMP.Graph from Erwan Bocher) i add a bar chart in JInertnalFrame. and I hope in some time a refresh button. * JumpPostGIS (net.refractions.postgis from Uwe Dal