You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by miro <mi...@yahoo.com> on 2008/11/02 20:45:26 UTC

example application for spring wicket hibernate

are there any  examples for spring, wicket and hibernate ?
-- 
View this message in context: http://www.nabble.com/example-application-for-spring-wicket-hibernate-tp20293119p20293119.html
Sent from the Wicket - User 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: example application for spring wicket hibernate

Posted by Sébastien Piller <pi...@hmcrecord.ch>.
you may look at wicket iolite too, it's very usefull

miro wrote:
> are there any  examples for spring, wicket and hibernate ?
>   


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


Re: example application for spring wicket hibernate

Posted by Gwyn Evans <gw...@gmail.com>.
See at http://cwiki.apache.org/WICKET/documentation-index.html#DocumentationIndex-Codeasdocumentation

On Sun, Nov 2, 2008 at 7:45 PM, miro <mi...@yahoo.com> wrote:
>
> are there any  examples for spring, wicket and hibernate ?
> --
> View this message in context: http://www.nabble.com/example-application-for-spring-wicket-hibernate-tp20293119p20293119.html
> Sent from the Wicket - User 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
>
>

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


Re: example application for spring wicket hibernate

Posted by cmoulliard <cm...@gmail.com>.
Another very interesting example is described here in the java world
publication :

http://www.javaworld.com/javaworld/jw-09-2008/jw-09-wicket3.html

This is (from my point of view) the best spring/hibernate implementation see
with Wicket (have a look to the code of the example : scramble-spring)

Compare to the phonebook that I know, spring service dependency is injected
in the web page through @SpringBean which is not the case in phone-book
example

Regards,

Charles

yowzator wrote:
> 
> It's in /trunk/wicketstuff-core/phonebook
> 
> Tauren
> 
> On Thu, Jan 22, 2009 at 12:21 PM, Dane Laverty
> <da...@chemeketa.edu> wrote:
>> I'd like to check out the phonebook app as well, but I can't find it.
>> The link at
>> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook
>> says the SVN repository is at
>> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wick
>> et-phonebook/ . That doesn't work, but if I replace the https with http,
>> then I get to a directory tree. However, I don't see any phonebook app
>> under trunk in there. Am I missing something obvious?
>>
>> ---------------------------------------------------------------------
>> 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
> 
> 
> 


-----
Charles Moulliard
SOA Architect

My Blog :  http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/  
-- 
View this message in context: http://www.nabble.com/example-application-for-spring-wicket-hibernate-tp20293119p21874186.html
Sent from the Wicket - User 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: example application for spring wicket hibernate

Posted by yowzator <yo...@gmail.com>.
It's in /trunk/wicketstuff-core/phonebook

Tauren

On Thu, Jan 22, 2009 at 12:21 PM, Dane Laverty
<da...@chemeketa.edu> wrote:
> I'd like to check out the phonebook app as well, but I can't find it.
> The link at
> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook
> says the SVN repository is at
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wick
> et-phonebook/ . That doesn't work, but if I replace the https with http,
> then I get to a directory tree. However, I don't see any phonebook app
> under trunk in there. Am I missing something obvious?
>
> ---------------------------------------------------------------------
> 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


RE: example application for spring wicket hibernate

Posted by Dane Laverty <da...@chemeketa.edu>.
I'd like to check out the phonebook app as well, but I can't find it.
The link at
http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook
says the SVN repository is at
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wick
et-phonebook/ . That doesn't work, but if I replace the https with http,
then I get to a directory tree. However, I don't see any phonebook app
under trunk in there. Am I missing something obvious?

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


Re: example application for spring wicket hibernate

Posted by Kent Larsson <ke...@gmail.com>.
Hi Yann,

I will check out the phonebook, but another example is very welcome and if
you feel like showing it to me as well then that would be great news. In
case you do drop me a mail. :-)

I'm planning to use Wicket + Spring (via annotations) + Hibernate (via
annotations) and I have the Wicket + Spring (via annotations) part working
already (except for configuring logging for them which I need to do).

Kent

On Mon, Nov 3, 2008 at 6:04 PM, Yann PETIT <ya...@gmail.com> wrote:

> Hi Miro,
>
> Did you receive my Wicket+Spring(via annotations) sample  application ? Any
> feedback welcome :)
>
> I can also provide a sample application with Wicket+Spring(via
> annotations)+Hibernate(via annotations) that does nothing except showing a
> way to configure the three to work together.
> ( I only have a big application using the three that I can't distribute,
> but I planned to built this week a very light sample to reuse for other
> projects ... ).
> Just ask If you're interested.
>
> Anyway the phonebook is a good way to start ;)
>
> Yann.
>
>
> 2008/11/3 Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>
> >
>
> > no need for that unless you want to commit
> >
> > miro wrote:
> >
> >> whats the username password for svn repositorty  ?
> >>
> >> Tomasz Dziurko wrote:
> >>
> >>
> >>> Phonebook:
> >>> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook .
> >>>
> >>> If you need NetBeans project for it just tell me, I have it somewhere
> >>> on the disc
> >>>
> >>> Regards
> >>> --
> >>> Tomasz Dziurko
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org<ht...@wicket.apache.org>
> >>> For additional commands, e-mail: users-help@wicket.apache.org<ht...@wicket.apache.org>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >>
> >
> > --
> > -Wicket for love
> >
> > Nino Martinez Wael
> > Java Specialist @ Jayway DK
> > http://www.jayway.dk
> > +45 2936 7684
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org<ht...@wicket.apache.org>
> > For additional commands, e-mail: users-help@wicket.apache.org<ht...@wicket.apache.org>
> >
> >
>

Re: example application for spring wicket hibernate

Posted by Yann PETIT <ya...@gmail.com>.
Hi Miro,

Did you receive my Wicket+Spring(via annotations) sample  application ? Any
feedback welcome :)

I can also provide a sample application with Wicket+Spring(via
annotations)+Hibernate(via annotations) that does nothing except showing a
way to configure the three to work together.
( I only have a big application using the three that I can't distribute,
but I planned to built this week a very light sample to reuse for other
projects ... ).
Just ask If you're interested.

Anyway the phonebook is a good way to start ;)

Yann.


2008/11/3 Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>

> no need for that unless you want to commit
>
> miro wrote:
>
>> whats the username password for svn repositorty  ?
>>
>> Tomasz Dziurko wrote:
>>
>>
>>> Phonebook:
>>> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook .
>>>
>>> If you need NetBeans project for it just tell me, I have it somewhere
>>> on the disc
>>>
>>> Regards
>>> --
>>> Tomasz Dziurko
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: example application for spring wicket hibernate

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
no need for that unless you want to commit

miro wrote:
> whats the username password for svn repositorty  ?
>
> Tomasz Dziurko wrote:
>   
>> Phonebook:
>> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook .
>>
>> If you need NetBeans project for it just tell me, I have it somewhere
>> on the disc
>>
>> Regards
>> -- 
>> Tomasz Dziurko
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>
>>     
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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


Re: example application for spring wicket hibernate

Posted by miro <mi...@yahoo.com>.
whats the username password for svn repositorty  ?

Tomasz Dziurko wrote:
> 
> Phonebook:
> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook .
> 
> If you need NetBeans project for it just tell me, I have it somewhere
> on the disc
> 
> Regards
> -- 
> Tomasz Dziurko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/example-application-for-spring-wicket-hibernate-tp20293119p20304319.html
Sent from the Wicket - User 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: example application for spring wicket hibernate

Posted by Tomasz Dziurko <td...@gmail.com>.
Phonebook:
http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook .

If you need NetBeans project for it just tell me, I have it somewhere
on the disc

Regards
-- 
Tomasz Dziurko

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