Re: Integrating Google maps with wicket web application

2012-11-01 Thread JasonKilgrow
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Integrating Google maps with wicket web application

2011-12-07 Thread raju.ch
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Integrating Google maps with wicket web application

2011-12-07 Thread Martin Grigorov
Use Wicket 1.4.19

On Wed, Dec 7, 2011 at 9:37 AM, raju.ch raju.challagun...@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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




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

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



Re: Integrating Google maps with wicket web application

2011-12-07 Thread raju.ch
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Integrating Google maps with wicket web application

2011-12-07 Thread Martin Grigorov
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 raju.challagun...@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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




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

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



Re: Integrating Google maps with wicket web application

2011-12-07 Thread raju.ch
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Integrating Google maps with wicket web application

2011-12-06 Thread Josh Kamau
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 raju.challagun...@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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Integrating Google maps with wicket web application

2011-12-06 Thread raju.ch
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Integrating Google maps with wicket web application

2011-12-06 Thread raju.ch
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Integrating Google maps with wicket web application

2011-12-06 Thread raju.ch
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Integrating Google maps with wicket web application

2011-12-06 Thread Martin Grigorov
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 raju.challagun...@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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




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

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



Re: Integrating Google maps with wicket web application

2011-12-06 Thread Josh Kamau
Thanks Martin.

On Wed, Dec 7, 2011 at 10:13 AM, Martin Grigorov mgrigo...@apache.orgwrote:

 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 raju.challagun...@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-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 



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

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




google maps in wicket

2009-04-14 Thread shiraz memon
Hi

I am a newbie to wicket and stumbled upon it via several websites and blogs,
even I managed to run simple examples with in couple of minutes. Also very
amazed about its elegance and simplicity, which really pushes me to use this
framework in my application.

I am using maven for dependency management and implicity got wicket v1.4-rc2
dep's without any problems, but did not see any GoogleMap classes which are
explained in gmap(2)-contrib's. Are they deployed on any maven repos or
downloadable from any website as seperate source/binary bundle?

Thanks for any help in advance,

Shiraz


Re: google maps in wicket

2009-04-14 Thread Martin Funk
Hi Shiraz,

gmap2-contrib has moved

https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/

mf

2009/4/14 shiraz memon shiraz.li...@googlemail.com

 Hi

 I am a newbie to wicket and stumbled upon it via several websites and
 blogs,
 even I managed to run simple examples with in couple of minutes. Also very
 amazed about its elegance and simplicity, which really pushes me to use
 this
 framework in my application.

 I am using maven for dependency management and implicity got wicket
 v1.4-rc2
 dep's without any problems, but did not see any GoogleMap classes which are
 explained in gmap(2)-contrib's. Are they deployed on any maven repos or
 downloadable from any website as seperate source/binary bundle?

 Thanks for any help in advance,

 Shiraz



Re: google maps in wicket

2009-04-14 Thread shiraz memon
Thanks Martin for your quick reply,

I have tried to fetch dependencies using maven, but seems like dependencies
could not be downloaded.

below is the repository if I am adding to my pom

repositories
  repository
  idwicket-snaps/id
  urlhttp://wicketstuff.org/maven/repository/url
  snapshots
  enabledtrue/enabled
  /snapshots
  releases
  enabledtrue/enabled
  /releases
  /repository
 /repositories

and the declaring dependency as follows:

dependency
  groupIdorg.wicketstuff/groupId
  artifactIdwicketstuff-core/artifactId
  version1.4-SNAPSHOT/version
  /dependency

Best regards,

Shiraz




On Tue, Apr 14, 2009 at 2:31 PM, Martin Funk mafulaf...@googlemail.comwrote:

 Hi Shiraz,

 gmap2-contrib has moved


 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/

 mf

 2009/4/14 shiraz memon shiraz.li...@googlemail.com

  Hi
 
  I am a newbie to wicket and stumbled upon it via several websites and
  blogs,
  even I managed to run simple examples with in couple of minutes. Also
 very
  amazed about its elegance and simplicity, which really pushes me to use
  this
  framework in my application.
 
  I am using maven for dependency management and implicity got wicket
  v1.4-rc2
  dep's without any problems, but did not see any GoogleMap classes which
 are
  explained in gmap(2)-contrib's. Are they deployed on any maven repos or
  downloadable from any website as seperate source/binary bundle?
 
  Thanks for any help in advance,
 
  Shiraz
 



Re: google maps in wicket

2009-04-14 Thread Martin Funk

as far as I can tell
there is no wicketstuff-core or gma2 module on maven.

You need to compile it yourself.

svn checkout 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/
cd wicketstuff-core
mvn clean install

should just do that.

mf
Am 14.04.2009 um 15:29 schrieb shiraz memon:


Thanks Martin for your quick reply,

I have tried to fetch dependencies using maven, but seems like  
dependencies

could not be downloaded.

below is the repository if I am adding to my pom

repositories
 repository
 idwicket-snaps/id
 urlhttp://wicketstuff.org/maven/repository/url
 snapshots
 enabledtrue/enabled
 /snapshots
 releases
 enabledtrue/enabled
 /releases
 /repository
/repositories

and the declaring dependency as follows:

dependency
 groupIdorg.wicketstuff/groupId
 artifactIdwicketstuff-core/artifactId
 version1.4-SNAPSHOT/version
 /dependency

Best regards,

Shiraz




On Tue, Apr 14, 2009 at 2:31 PM, Martin Funk mafulaf...@googlemail.com 
wrote:



Hi Shiraz,

gmap2-contrib has moved


https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/

mf

2009/4/14 shiraz memon shiraz.li...@googlemail.com


Hi

I am a newbie to wicket and stumbled upon it via several websites  
and

blogs,
even I managed to run simple examples with in couple of minutes.  
Also

very
amazed about its elegance and simplicity, which really pushes me  
to use

this
framework in my application.

I am using maven for dependency management and implicity got wicket
v1.4-rc2
dep's without any problems, but did not see any GoogleMap classes  
which

are
explained in gmap(2)-contrib's. Are they deployed on any maven  
repos or

downloadable from any website as seperate source/binary bundle?

Thanks for any help in advance,

Shiraz






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



Re: google maps in wicket

2009-04-14 Thread Jeremy Thomerson
There is an RC2 release at my repo [1].  I am actually working on merging
this with the wicketstuff repo that you have in your pom this morning.  I'll
send a note when it's done.

[1] http://www.wickettraining.com/ws-repo/

--
Jeremy Thomerson
http://www.wickettraining.com



On Tue, Apr 14, 2009 at 9:22 AM, Martin Funk mafulaf...@googlemail.comwrote:

 as far as I can tell
 there is no wicketstuff-core or gma2 module on maven.

 You need to compile it yourself.

 svn checkout
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/
 cd wicketstuff-core
 mvn clean install

 should just do that.

 mf
 Am 14.04.2009 um 15:29 schrieb shiraz memon:


  Thanks Martin for your quick reply,

 I have tried to fetch dependencies using maven, but seems like
 dependencies
 could not be downloaded.

 below is the repository if I am adding to my pom

 repositories
  repository
  idwicket-snaps/id
  urlhttp://wicketstuff.org/maven/repository/url
  snapshots
  enabledtrue/enabled
  /snapshots
  releases
  enabledtrue/enabled
  /releases
  /repository
 /repositories

 and the declaring dependency as follows:

 dependency
  groupIdorg.wicketstuff/groupId
  artifactIdwicketstuff-core/artifactId
  version1.4-SNAPSHOT/version
  /dependency

 Best regards,

 Shiraz




 On Tue, Apr 14, 2009 at 2:31 PM, Martin Funk mafulaf...@googlemail.com
 wrote:

  Hi Shiraz,

 gmap2-contrib has moved



 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/

 mf

 2009/4/14 shiraz memon shiraz.li...@googlemail.com

  Hi

 I am a newbie to wicket and stumbled upon it via several websites and
 blogs,
 even I managed to run simple examples with in couple of minutes. Also

 very

 amazed about its elegance and simplicity, which really pushes me to use
 this
 framework in my application.

 I am using maven for dependency management and implicity got wicket
 v1.4-rc2
 dep's without any problems, but did not see any GoogleMap classes which

 are

 explained in gmap(2)-contrib's. Are they deployed on any maven repos or
 downloadable from any website as seperate source/binary bundle?

 Thanks for any help in advance,

 Shiraz




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




Re: google maps in wicket

2009-04-14 Thread Jeremy Thomerson
Okay - the rc2 release is now on wicketstuff.org repo as well, so you can
use the following dependency:

dependency
groupIdorg.wicketstuff/groupId
artifactIdgmap2/artifactId
version1.4-rc2/version
/dependency


--
Jeremy Thomerson
http://www.wickettraining.com



On Tue, Apr 14, 2009 at 9:58 AM, Jeremy Thomerson jer...@wickettraining.com
 wrote:

 There is an RC2 release at my repo [1].  I am actually working on merging
 this with the wicketstuff repo that you have in your pom this morning.  I'll
 send a note when it's done.

 [1] http://www.wickettraining.com/ws-repo/

 --
 Jeremy Thomerson
 http://www.wickettraining.com




 On Tue, Apr 14, 2009 at 9:22 AM, Martin Funk mafulaf...@googlemail.comwrote:

 as far as I can tell
 there is no wicketstuff-core or gma2 module on maven.

 You need to compile it yourself.

 svn checkout
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/
 cd wicketstuff-core
 mvn clean install

 should just do that.

 mf
 Am 14.04.2009 um 15:29 schrieb shiraz memon:


  Thanks Martin for your quick reply,

 I have tried to fetch dependencies using maven, but seems like
 dependencies
 could not be downloaded.

 below is the repository if I am adding to my pom

 repositories
  repository
  idwicket-snaps/id
  urlhttp://wicketstuff.org/maven/repository/url
  snapshots
  enabledtrue/enabled
  /snapshots
  releases
  enabledtrue/enabled
  /releases
  /repository
 /repositories

 and the declaring dependency as follows:

 dependency
  groupIdorg.wicketstuff/groupId
  artifactIdwicketstuff-core/artifactId
  version1.4-SNAPSHOT/version
  /dependency

 Best regards,

 Shiraz




 On Tue, Apr 14, 2009 at 2:31 PM, Martin Funk mafulaf...@googlemail.com
 wrote:

  Hi Shiraz,

 gmap2-contrib has moved



 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/

 mf

 2009/4/14 shiraz memon shiraz.li...@googlemail.com

  Hi

 I am a newbie to wicket and stumbled upon it via several websites and
 blogs,
 even I managed to run simple examples with in couple of minutes. Also

 very

 amazed about its elegance and simplicity, which really pushes me to use
 this
 framework in my application.

 I am using maven for dependency management and implicity got wicket
 v1.4-rc2
 dep's without any problems, but did not see any GoogleMap classes which

 are

 explained in gmap(2)-contrib's. Are they deployed on any maven repos or
 downloadable from any website as seperate source/binary bundle?

 Thanks for any help in advance,

 Shiraz




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