Thanks again, that works, really amazed about its agility I have another question about Spring IoC. I have tried to scratch the spring with wicket (looks promising), but when trying out something wnd up with the same problem of maven dependencies as before. Although I could see them at http://wicketstuff.org/maven/repository/org/wicketstuff/wicket-syringe-spring/. And the way i am declaring it is:
<dependency> <groupId>org.wicketstuff</groupId> <artifactId>wicket-syringe-spring</artifactId> <version>1.4-SNAPSHOT</version> </dependency> May be I am doing something wrong in there. Regards, Shiraz On Tue, Apr 14, 2009 at 5:57 PM, Jeremy Thomerson <[email protected] > wrote: > Okay - the rc2 release is now on wicketstuff.org repo as well, so you can > use the following dependency: > > <dependency> > <groupId>org.wicketstuff</groupId> > <artifactId>gmap2</artifactId> > <version>1.4-rc2</version> > </dependency> > > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Tue, Apr 14, 2009 at 9:58 AM, Jeremy Thomerson < > [email protected] > > 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 <[email protected] > >wrote: > > > >> 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> > >>> <id>wicket-snaps</id> > >>> <url>http://wicketstuff.org/maven/repository</url> > >>> <snapshots> > >>> <enabled>true</enabled> > >>> </snapshots> > >>> <releases> > >>> <enabled>true</enabled> > >>> </releases> > >>> </repository> > >>> </repositories> > >>> > >>> and the declaring dependency as follows: > >>> > >>> <dependency> > >>> <groupId>org.wicketstuff</groupId> > >>> <artifactId>wicketstuff-core</artifactId> > >>> <version>1.4-SNAPSHOT</version> > >>> </dependency> > >>> > >>> Best regards, > >>> > >>> Shiraz > >>> > >>> > >>> > >>> > >>> On Tue, Apr 14, 2009 at 2:31 PM, Martin Funk < > [email protected] > >>> >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 <[email protected]> > >>>> > >>>> 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: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > >
