hi,
I'm a informatic engineering student from Portugal, and I'm developing a
final project that's include geoserver.
For now i want to deploy geoserver into gatein (like a portlet) and start
the web interface from there. It's possible?
I have already the maven project and the java source of geoserver in
eclipse.
If anyone can help me i appreciate it.
I'm sorry for my English.
Ciao Sam,
have you considered to implement only the openlayer client as a portlet?
Your intention is to implement a portlet frontend to the administration GUI of geoserver?
Cheers,
Carlo
hi,
I’m a informatic engineering student from Portugal, and I’m developing a
final project that’s include geoserver.
For now i want to deploy geoserver into gatein (like a portlet) and start
the web interface from there. It’s possible?
I have already the maven project and the java source of geoserver in
eclipse.
If anyone can help me i appreciate it.
I’m sorry for my English.
hi carlo,
yes, but but my boss didn't like the idea.
I still being a novice using geoserver, but i think that it's his idea.
I had run geoserver from eclipse (using web-app project from geoserver) and
he said: "It's that, but now I want that you can do the same thing using
geoserver as a portlet in gatein portal".
On Fri, Mar 28, 2014 at 1:49 PM, mlg27 <sam_parada@anonymised.com> wrote:
hi carlo,
yes, but but my boss didn't like the idea.
I still being a novice using geoserver, but i think that it's his idea.
I had run geoserver from eclipse (using web-app project from geoserver) and
he said: "It's that, but now I want that you can do the same thing using
geoserver as a portlet in gatein portal".
The GeoServer user interface emits full HTML pages, it's not meant to be
embedded in a larger portal, don't think you can
embed it as a portlet easily.. unless you just stick it into an IFRAME maybe
Cheers
Andrea
--
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime @geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
I have to embed the GeoServer Web Administration Interface within an IFrame myself to support application specific banners at the top and bottom of the page. You have to add an OnLoad event handler to the iframe itself to track when the GeoServer page changes and update all the anchors to match what you want. For example, I have to add a target attribute of “_top” to the logout button and all the external links
hi carlo,
yes, but but my boss didn’t like the idea.
I still being a novice using geoserver, but i think that it’s his idea.
I had run geoserver from eclipse (using web-app project from geoserver) and
he said: “It’s that, but now I want that you can do the same thing using
geoserver as a portlet in gatein portal”.
The GeoServer user interface emits full HTML pages, it’s not meant to be
embedded in a larger portal, don’t think you can
embed it as a portlet easily… unless you just stick it into an IFRAME maybe