You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "raju.ch" <ra...@gmail.com> on 2011/12/07 07:36:50 UTC

Integrating Google maps with wicket web application

Hi folks,
Is there any plugin or component directly in wicket for Integrating Google
maps?

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167839.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by JasonKilgrow <jk...@gmail.com>.
Just search for it on the central maven repository:
search.maven.org

or

http://search.maven.org/#search%7Cga%7C1%7Cgmap





--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4653531.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by "raju.ch" <ra...@gmail.com>.
where can i find this JAR or Can you share me the url?

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167880.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by "raju.ch" <ra...@gmail.com>.
Thank you for your Martin,I'm able to integrate with the Google Maps from the
application..

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4168418.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by Martin Grigorov <mg...@apache.org>.
https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/gmap2-parent

On Wed, Dec 7, 2011 at 10:01 AM, raju.ch <ra...@gmail.com> wrote:
> Thank you Martin Grigorov-4,
> that has worked well (I mean no exception is coming but Map is not getting
> displayed) and Can I get a sample documentation on it? i.e how to start with
> GMAP and all?or Can I get examples? the war i've downloaded from her
> http://wicketstuff.org/maven/repository/org/wicketstuff/gmap2-examples/1.4-SNAPSHOT/
> is not getting deployed. so, please anyone share the info.
>
> Thanks in advance
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4168216.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by "raju.ch" <ra...@gmail.com>.
Thank you Martin Grigorov-4,
that has worked well (I mean no exception is coming but Map is not getting
displayed) and Can I get a sample documentation on it? i.e how to start with
GMAP and all?or Can I get examples? the war i've downloaded from her
http://wicketstuff.org/maven/repository/org/wicketstuff/gmap2-examples/1.4-SNAPSHOT/
is not getting deployed. so, please anyone share the info.

Thanks in advance

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4168216.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by Martin Grigorov <mg...@apache.org>.
Use Wicket 1.4.19

On Wed, Dec 7, 2011 at 9:37 AM, raju.ch <ra...@gmail.com> wrote:
> I'm using wicket 1.4-rc1 and I've downloaded gmap2-1.4-SNAPSHOT.jar but the
> still got the below exception..I know this the problem with unsupported
> gmap2 but how to get the corresponding JAR?please help me.
>
>
>
> java.lang.NoSuchMethodError:
> org.apache.wicket.markup.html.IHeaderResponse.renderOnEventJavascript(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
>        at
> wicket.contrib.gmap.GMapHeaderContributor$1.renderHead(GMapHeaderContributor.java:46)
>        at
> org.apache.wicket.behavior.AbstractHeaderContributor.renderHead(AbstractHeaderContributor.java:67)
>        at org.apache.wicket.Component.renderHead(Component.java:2612)
>        at org.apache.wicket.markup.html.panel.Panel.renderHead(Panel.java:138)
>        at
> org.apache.wicket.markup.html.internal.HtmlHeaderContainer$1.component(HtmlHeaderContainer.java:223)
>        at
> org.apache.wicket.MarkupContainer.visitChildren(MarkupContainer.java:859)
>        at
> org.apache.wicket.MarkupContainer.visitChildren(MarkupContainer.java:899)
>        at
> org.apache.wicket.markup.html.internal.HtmlHeaderContainer.renderHeaderSections(HtmlHeaderContainer.java:214)
>        at
> org.apache.wicket.markup.html.internal.HtmlHeaderContainer.onComponentTagBody(HtmlHeaderContainer.java:138)
>        at org.apache.wicket.Component.renderComponent(Component.java:2525)
>        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1504)
>        at org.apache.wicket.Component.render(Component.java:2361)
>        at org.apache.wicket.MarkupContainer.autoAdd(MarkupContainer.java:232)
>        at
> org.apache.wicket.markup.resolver.HtmlHeaderResolver.resolve(HtmlHeaderResolver.java:78)
>        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1414)
>        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1520)
>        at org.apache.wicket.Page.onRender(Page.java:1502)
>        at org.apache.wicket.Component.render(Component.java:2361)
>        at org.apache.wicket.Page.renderPage(Page.java:906)
>        at
> org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:249)
>        at
> org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
>        at
> org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1194)
>        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1265)
>        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1366)
>        at org.apache.wicket.RequestCycle.request(RequestCycle.java:498)
>        at
> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:444)
>        at
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
>        at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>        at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>        at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>        at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>        at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>        at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>        at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>        at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
>        at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
>        at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
>        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
>        at java.lang.Thread.run(Thread.java:662)
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4168155.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by "raju.ch" <ra...@gmail.com>.
I'm using wicket 1.4-rc1 and I've downloaded gmap2-1.4-SNAPSHOT.jar but the
still got the below exception..I know this the problem with unsupported
gmap2 but how to get the corresponding JAR?please help me.



java.lang.NoSuchMethodError:
org.apache.wicket.markup.html.IHeaderResponse.renderOnEventJavascript(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
	at
wicket.contrib.gmap.GMapHeaderContributor$1.renderHead(GMapHeaderContributor.java:46)
	at
org.apache.wicket.behavior.AbstractHeaderContributor.renderHead(AbstractHeaderContributor.java:67)
	at org.apache.wicket.Component.renderHead(Component.java:2612)
	at org.apache.wicket.markup.html.panel.Panel.renderHead(Panel.java:138)
	at
org.apache.wicket.markup.html.internal.HtmlHeaderContainer$1.component(HtmlHeaderContainer.java:223)
	at
org.apache.wicket.MarkupContainer.visitChildren(MarkupContainer.java:859)
	at
org.apache.wicket.MarkupContainer.visitChildren(MarkupContainer.java:899)
	at
org.apache.wicket.markup.html.internal.HtmlHeaderContainer.renderHeaderSections(HtmlHeaderContainer.java:214)
	at
org.apache.wicket.markup.html.internal.HtmlHeaderContainer.onComponentTagBody(HtmlHeaderContainer.java:138)
	at org.apache.wicket.Component.renderComponent(Component.java:2525)
	at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1504)
	at org.apache.wicket.Component.render(Component.java:2361)
	at org.apache.wicket.MarkupContainer.autoAdd(MarkupContainer.java:232)
	at
org.apache.wicket.markup.resolver.HtmlHeaderResolver.resolve(HtmlHeaderResolver.java:78)
	at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1414)
	at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1520)
	at org.apache.wicket.Page.onRender(Page.java:1502)
	at org.apache.wicket.Component.render(Component.java:2361)
	at org.apache.wicket.Page.renderPage(Page.java:906)
	at
org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:249)
	at
org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
	at
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1194)
	at org.apache.wicket.RequestCycle.step(RequestCycle.java:1265)
	at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1366)
	at org.apache.wicket.RequestCycle.request(RequestCycle.java:498)
	at
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:444)
	at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
	at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
	at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
	at java.lang.Thread.run(Thread.java:662)


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4168155.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by Josh Kamau <jo...@gmail.com>.
Thanks Martin.

On Wed, Dec 7, 2011 at 10:13 AM, Martin Grigorov <mg...@apache.org>wrote:

> http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-gmap2/1.5.3/
>
> This is the latest version
>
> On Wed, Dec 7, 2011 at 8:12 AM, raju.ch <ra...@gmail.com>
> wrote:
> > Thank you very much josh
> >
> > --
> > View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167944.html
> > Sent from the Users forum mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Integrating Google maps with wicket web application

Posted by Martin Grigorov <mg...@apache.org>.
http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-gmap2/1.5.3/

This is the latest version

On Wed, Dec 7, 2011 at 8:12 AM, raju.ch <ra...@gmail.com> wrote:
> Thank you very much josh
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167944.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by "raju.ch" <ra...@gmail.com>.
Thank you very much josh

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167944.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by Josh Kamau <jo...@gmail.com>.
If you use maven , use

        <dependency>
            <groupId>org.wicketstuff</groupId>
            <artifactId>gmap2</artifactId>
            <version>1.5-RC5.1</version>
        </dependency>

else , Attached find the jar i have just downloaded with my maven

Regards.
Josh.

On Wed, Dec 7, 2011 at 9:50 AM, raju.ch <ra...@gmail.com> wrote:

> The URL
>
> https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-core/gmap2-parent
> is not working it seems
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167883.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Integrating Google maps with wicket web application

Posted by "raju.ch" <ra...@gmail.com>.
The URL
https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-core/gmap2-parent
is not working it seems

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167883.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Integrating Google maps with wicket web application

Posted by Josh Kamau <jo...@gmail.com>.
Yes .

Google for Wicket gmap2 component. I think its in wicketstuff project.

regards.
Josh.

On Wed, Dec 7, 2011 at 9:36 AM, raju.ch <ra...@gmail.com> wrote:

> Hi folks,
> Is there any plugin or component directly in wicket for Integrating Google
> maps?
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167839.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>