Re: example application for spring wicket hibernate

2009-02-06 Thread cmoulliard

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


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



Re: example application for spring wicket hibernate

2009-01-22 Thread Kent Larsson
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 yann.pe...@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 
 nino.marti...@jayway.dkhttps://mail.google.com/mail?view=cmtf=0to=nino.marti...@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-unsubscr...@wicket.apache.orghttps://mail.google.com/mail?view=cmtf=0to=users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: 
  users-h...@wicket.apache.orghttps://mail.google.com/mail?view=cmtf=0to=users-h...@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-unsubscr...@wicket.apache.orghttps://mail.google.com/mail?view=cmtf=0to=users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: 
  users-h...@wicket.apache.orghttps://mail.google.com/mail?view=cmtf=0to=users-h...@wicket.apache.org
 
 



RE: example application for spring wicket hibernate

2009-01-22 Thread Dane Laverty
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: example application for spring wicket hibernate

2009-01-22 Thread yowzator
It's in /trunk/wicketstuff-core/phonebook

Tauren

On Thu, Jan 22, 2009 at 12:21 PM, Dane Laverty
danelave...@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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



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



Re: example application for spring wicket hibernate

2008-11-03 Thread Gwyn Evans
See at 
http://cwiki.apache.org/WICKET/documentation-index.html#DocumentationIndex-Codeasdocumentation

On Sun, Nov 2, 2008 at 7:45 PM, miro [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: example application for spring wicket hibernate

2008-11-03 Thread miro

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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: example application for spring wicket hibernate

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






  


--
-Wicket for love

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: example application for spring wicket hibernate

2008-11-03 Thread Yann PETIT
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 [EMAIL PROTECTED]

 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]









 --
 -Wicket for love

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



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: example application for spring wicket hibernate

2008-11-02 Thread Tomasz Dziurko
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: example application for spring wicket hibernate

2008-11-02 Thread Sébastien Piller

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]