You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by shiraz memon <sh...@googlemail.com> on 2009/04/15 12:28:16 UTC

spring/syringe with wicket

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 <jeremy@wickettraining.com
> 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 <
> jeremy@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 <mafulafunk@googlemail.com
> >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 <
> mafulafunk@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 <sh...@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-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
> >
>

Re: spring/syringe with wicket

Posted by James Carman <jc...@carmanconsulting.com>.
You're trying to use syringe?  Syringe is dependent upon Commons Proxy
1.1, which is currently only available in snapshot form (it hasn't
been released).  I'm working on getting a release out the door in the
near future.  In the meantime, you download it from the following SVN
url and build it:

http://svn.apache.org/repos/asf/commons/proper/proxy/trunk


On Wed, Apr 15, 2009 at 6:28 AM, shiraz memon
<sh...@googlemail.com> wrote:
> 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 <jeremy@wickettraining.com
>> 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 <
>> jeremy@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 <mafulafunk@googlemail.com
>> >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 <
>> mafulafunk@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 <sh...@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-unsubscribe@wicket.apache.org
>> >> For additional commands, e-mail: users-help@wicket.apache.org
>> >>
>> >>
>> >
>>
>

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