I try to connect geoserver with deegree wms but i can't,
Can you help me?, you have experience in deegree?
William Moreno
----- Original Message -----
From: "Chris Holmes" <cholmes@anonymised.com>
To: "Bladimir Moreno" <bladiyo@anonymised.com>
Cc: "Richard didier" <dgr@anonymised.com>;
<geoserver-devel@lists.sourceforge.net>
Sent: Thursday, October 02, 2003 11:22 AM
Subject: Re: [Geoserver-devel] Re: [Geotools-gt2-users] gt2WMS moving to
GeoServer project
Yes, I do like their design a lot, I think it's quite smart. It might be
a good aim for the future. For now I've had success serving up the same
featureType as an image through the gt2wms code and as gml through wfs
code, on the same servlet. I'll try to get this into cvs soon. Both are
built on top of geotools, so integrating them to just work is actually
quite easily. There are opportunities for more overlap, like exception
reporting and whatnot, which deegree does.
Also we are slowly working to have an integrated feature model with
deegree. The first step is geometries, which have taken the form of the
GeoAPI project, which has been moving along more slowly than we'd all
like. But if and when we do get a common feature model then geoserver
should be able to serve as a wfs for the deegree wms, which would be quite
cool. The next step after that would be to have the gt2wms use the wfs as
a datasource in their style, and then some interfaces allowing us to
easily transfer data between the projects.
So yes, my thought is to have the wms connect to the databases directly
for now, as I've just about finished that, and work later for deegree
style interoperability.
Chris
On Thu, 2 Oct 2003, Bladimir Moreno wrote:
> I know the geoserver developers shold see the deegree project, they are
a
> strongly interoperability wms and wfs samples,
>
> please visit this comunity, your wms application not connect to database
> directly, the wms connect with an wfs server, that wfs is
> connect directly to the database or shapefiles, etc. and the wms extract
the
> information from the wfs in gml format trouhgt wfs request.
>
> William Moreno
>
> The arquitecture of this samples application is one interesting model to
> study for the integration gt2wms and geoserver
> ----- Original Message -----
> From: "Richard didier" <dgr@anonymised.com>
> To: <geoserver-devel@lists.sourceforge.net>
> Sent: Tuesday, September 30, 2003 4:12 PM
> Subject: [Geoserver-devel] Re: [Geotools-gt2-users] gt2WMS moving to
> GeoServer project
>
>
> > Le Mardi 30 Septembre 2003 21:06, Chris Holmes a écrit :
> > > Apologies for the large cross-post, please direct replies to
> > > geoserver-devel@anonymised.com
> > >
> > > The gt2wms server is moving to the GeoServer project. We've been
> wanting
> > > to move the wms server out of GeoTools for awhile, as it doesn't
really
> > > fit with the rest of the modular nature. Over at GeoServer we were
> > > planning on integrating the gt2wms anyways, so it seems to make
sense to
> > > have the code actually live on in the same cvs. This way our
developers
> > > can benefit from one another's approaches, and hopefully combine
common
> > > code. Both are OGC web services on top of Geotools, so there should
be
> a
> > > few places of overlap. I'm planning on spending the rest of this
week
> on
> > > integration, and initial attempts are promising. I've successfully
got
> > > them running in the same war, and can recieve a getCapabilities
document
> > > for both.
> >
> > Great, having a frozen WMS in GeoTools and now having it warming up in
> > GeoServer is good news !
> >
> > >
> > > There are a few questions that I have, for all interested in the
future
> of
> > > gt2wms, and its integration into geoserver.
> > >
> > > 1. How much integration do we want? I think common configuration
would
> be
> > > nice to have, so that both services could use the same configuration
> > > files. GetCapabilities responses and Exception handling also seem
like
> > > they have some overlap, so we might try to combine those classes.
We
> can
> > > talk more specifics on the geoserver devel list.
> >
> > I have successfully (so far) installed and used both of them as
separated
> web
> > apps. I think using or sharing same configuration context would be
nice.
> The
> > geoserver configuration system is simple, straight and easy to follow
!
> >
> > >
> > > 2. Maven on GeoServer? The GeoServer project currently uses ant,
which
> is
> > > nice and fast, and currently easier to get working (though maven 1.0
may
> > > prove that wrong). Getting GeoServer on Maven would allow us to
more
> > > quickly pick up geotools changes - right now I hand roll the
geotools
> jar
> > > and put it on cvs, which is obviously less than ideal. My plan is
to
> > > start tagging geotools with geoserver tags of what is needed, but
using
> > > maven would make that less necessary, as it would just download the
> proper
> > > jars. I'm a bit inclined to stay with ant, but if someone (James?)
is
> > > willing to set it up and no one's against the change I'll go along.
> >
> > As I am doing a cvs check out of GeoTools source once a week and
compile
> it
> > with Maven, using Maven or ant is not the all story ! What would be
cool
> is
> > the ease compilation of GeoServer with GeoTools jars just compiled on
the
> > same machine!
> > GeoTools was using ant before switching to Maven, I strongly believe
that
> > Maven helped a lot in having the whole GeoTools tree compiled.
> >
> > >
> > > 3. Package names for the gt2wms. Do we want to keep the geotools
> package
> > > names, since that's where the code comes from? Or do we want to
make a
> > > org.vfny.geoserver.wms package? Or if we're going for a lot of
> > > integration we could make org.vfny.geoserver.requests.wms and
> > > org.vfny.geoserver.responses.wms, and put all the common config code
in
> > > org.vfny.geoserver.config. And we can obviously start with one and
move
> > > things around if and when we actually acheive integration.
> >
> > Sounds a practical view : starting with gt2wms for the handing-over
and
> ending
> > with org.vfny.geoserver.* when strong integration is reached.
> >
> > >
> > > 4. Distribution and Marketing. These questions are not pressing,
but
> how
> > > do we want to present the wms? Should we make it available as a
> > > stand-alone wms? Keep the downloadable war format? Integrate it
> > > completely into GeoServer? Create seperate installation
instructions?
> > > Many of these questions depend on how much we integrate, but even if
we
> do
> > > integrate a lot we can still have them live as slightly different
> projects
> > > in user's minds, just ones that inter-operate quite well.
> >
> > Having two pieces of webapp (WMS and WFS) is good for webapp
developers
> > willing not to care of both services at the same time. Integration
should
> be
> > avaiblable at the configuration level (especially if you want to build
> maps
> > with WMS and using the same geo-data send GML with WFS). This may
allow
> > strong interoperability between them. Somewhere the key point will be
> having
> > the common jar files (like geotools2) in one or more places.
> >
> > >
> > > Ok, I'm sure there will be more questions about this, but we can
hold
> off
> > > for discussion on geoserver-devel.
> > >
> > >
> > >
> > >
> > > thanks,
> > >
> > >
> > > Chris
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > Geotools-gt2-users mailing list
> > > Geotools-gt2-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
> >
> > didier
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Geoserver-devel mailing list
> > Geoserver-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
> >
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>