Re: [Geotools-devel] GT2 javadoc with integrated UML class diagrams demo

2006-06-07 Thread Jody Garnett
Martin Desruisseaux wrote: > Andrea Aime a écrit : > >> Two interesting suggestion that came up during the gt2 meeting to reduce >> visual clutter: >> - reverse engineer dependencies only from public/protected methods, >> avoid private ones >> That said I love all the arrows, provides g

[Geotools-devel] The cast came back ...

2006-06-07 Thread Jody Garnett
I see that geovista is back online and sending me hate mail? Is this intentional or did a server just get kicked? Any idea what it is running? Maven 1 build or Maven 2 build etc... Jody ___ Geotools-devel mailing list Geotools-devel@lists.sourcefor

Re: [Geotools-devel] GT2 javadoc with integrated UML class diagrams demo

2006-06-07 Thread Andrea Aime
Martin Desruisseaux ha scritto: > Andrea Aime a écrit : >> Two interesting suggestion that came up during the gt2 meeting to >> reduce visual clutter: >> - reverse engineer dependencies only from public/protected methods, >> avoid private ones > > > I suggest to avoid static fields/methods to

[Geotools-devel] JDBC datastore question!!!

2006-06-07 Thread Vitali Diatchkov
There is a problem with DefaultFIDMapperFactory. Seems Oracle datastore uses this default factory while the method DefaultFIDMapperFactory.isAutoIncrement(...) does not use schema parameter in constructing of SQL query.. But in Oracle if the schema exists it must be specified in FROM clause like

Re: [Geotools-devel] JDBC datastore question!!!

2006-06-07 Thread Jody Garnett
Vitali Diatchkov wrote: > There is a problem with DefaultFIDMapperFactory. > > Seems Oracle datastore uses this default factory while the method > DefaultFIDMapperFactory.isAutoIncrement(...) does not use schema parameter > in constructing of SQL query.. But in Oracle if the schema exists it must b

[Geotools-devel] [CC-Trunk] geotools Build Failed

2006-06-07 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_current?log=log20060607142151 ___ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel

Re: [Geotools-devel] Apache code

2006-06-07 Thread Bryce L Nordgren
[EMAIL PROTECTED] wrote on 06/07/2006 12:41:52 AM: > Which needs are we trying to solve? Need #1: Type checking on collections. Need #2: Synchronizing "owning" objects with a backing set. > If the only thing we need is a > listener to be used by our > implementation only, I would prefers to av

Re: [Geotools-devel] Apache code

2006-06-07 Thread Bryce L Nordgren
[EMAIL PROTECTED] wrote on 06/07/2006 12:41:52 AM: > >- Jakarta duplicates many J2SE classes. They have their own > implementation of HashMap, etc. I just checked this out as well. I'm not sure this is true. I mean they do have a HashedMap, which does extend java.util.AbstractMap. They ju

Re: [Geotools-devel] Apache code

2006-06-07 Thread Martin Desruisseaux
Bryce L Nordgren a écrit : > I just checked this out as well. I'm not sure this is true. I mean they > do have a HashedMap, which does extend java.util.AbstractMap. They justify > it as follows: "This implementation improves on the JDK1.4 HashMap by > adding the MapIterator functionality and man

Re: [Geotools-devel] GT2 javadoc with integrated UML class diagrams demo

2006-06-07 Thread Martin Desruisseaux
Andrea Aime a écrit : >> I suggest to avoid static fields/methods too. Static fields are often >> enumerations or pre-defined instances of the same class. It would >> avoid recursive arrows from a box toward the same box just because a >> predefined constant exists. > > Good catch, but I alread

[Geotools-devel] svn down?

2006-06-07 Thread Simone Giannecchini
svn down? -- °° Simone Giannecchini Software Engineer Freelance Consultant http://simboss.wordpress.com/ °° ___ Geotools-devel mailing list Geotools-devel@lists.

Re: [Geotools-devel] GT2 javadoc with integrated UML class diagrams demo

2006-06-07 Thread Andrea Aime
Martin Desruisseaux ha scritto: > Andrea Aime a écrit : >>> I suggest to avoid static fields/methods too. Static fields are often >>> enumerations or pre-defined instances of the same class. It would >>> avoid recursive arrows from a box toward the same box just because a >>> predefined constant