Re: Noob question: error on quickstart project with maven 2.1.0 and wicket 1.3.6

2009-06-12 Thread Null kühl
Check this out:
http://ilearnzone.com/wicket.html

On Sat, Jun 13, 2009 at 6:44 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote:

 eclipse issue is easily fixed if you search the archives

 -igor

 On Fri, Jun 12, 2009 at 8:15 PM, Neil Bartlettneil.e.bartl...@gmail.com
 wrote:
  Thx Bruno. I've tried it under pure Maven. I recreated the quickstart
  but did a mvn jetty:run in the project directory and all works fine.
  Seems to be an issue with my Eclipse set-up.
 
 
 
  - Original Message -
  From: Bruno Ledesma led.br...@gmail.com
  To: users@wicket.apache.org
  Date: Fri, Jun 12, 2009 at 10:40 PM
  Subject: Noob question: error on quickstart project with maven 2.1.0
  and wicket 1.3.6
 
  For the first exception that you posted, i would say that you're missing
  HomePage.html. Maybe the filename is a little bit different from the
 class
  name. But in the end you have commented that you already checked this.
 You
  could try a mvn clean install just to make sure the jetty plugin is with
   syncronized files.
  Bruno Ledesma
 
  2009/6/12 Neil Bartlett neil.e.bartl...@gmail.com
  - Show quoted text -
   -
   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
 
 

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




Notifications

2009-05-31 Thread Null kühl
Hi all,

  I was doing a small social application using wicket, and i would like
to provide the user with a list of notifications once he logs in, how ever i
would like to display them to the user in a way that is .. notifying:) more
like that of facebook floating notifications, any ideas .. ?

Also is there some sorta wicket component that would be able to float on a
web page and gets dismissed when the user closes it or so, having the
ability to call a certain method or so when closed.

Regards,
Null Kuhl


Re: Maven setup

2009-05-06 Thread Null kühl
Hi,

Kindly have a look on this webpage, www.ilearnzone.com/wicket.html
It's a video tutorial that explains kicking off with wicket along with maven
+ tomcat/jetty :)
it also explains kicking off without maven.

Regards,
Ahmed M.


On Wed, May 6, 2009 at 4:11 PM, Frank Tegtmeyer 
frank.tegtme...@online-systemhaus.com wrote:

 Eyal Golan egola...@gmail.com wrote:
  Have you checked http://wicket.apache.org/quickstart.html ?

 Yes I saw it some day but forgot about it. Thanks for
 pointing there.

 Thanks also to Linda and Steve. All this was very helpful.

 Regards, Frank


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




Re: iLearn Wicket - Please reply with your feedback

2009-04-13 Thread Null kühl
well , please try again, cause the link is still valid and working ..


On Mon, Apr 13, 2009 at 6:25 PM, Jeremy Thomerson jer...@wickettraining.com
 wrote:

 I'm not so sure that a 404 page will be very informative :)

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



 On Sat, Apr 11, 2009 at 10:58 AM, Null kühl null.k...@gmail.com wrote:

  Dear All,
 
   I have been comparing between many component based frameworks around
  that follows the MVC architecture,
  as i ended up comparing between JSF and Wicket, however i have seen more
  advantages in Wicket rather than JSF, however one of the cons on wicket
  size
  was its educational resources, as JSF exists since some time now there
 are
  quite many tutorials and books for it.
  So i decided to start up an elearning series that aims to get people to
 be
  familiar with wicket, starting at a java programmer level.
  I understand that there are some good tutorials around but i do believe
  that
  video tutorials are quire more explanatory than text tutorials.
 
  I have started doing some scratch videos already that will act later on
 as
  the back bone of the series,(will probably be redesigned and published in
 a
  more professional way) kindly check it out :
 
  http://ilearnzone.com/wicket.html
 
  Please reply with your feedback, so that i know if i should continue on
 it,
  or just throw it away and stop wasting my time.
 
  Also if anyone would like to participate, he is more than welcomed.
 
  Regards,
 



Re: iLearn Wicket - Please reply with your feedback

2009-04-13 Thread Null kühl
well i can add a small part for jetty, i just wanted ur feedback on the
videos it self , read the head of my post :)
but thx for the note anyway

On Mon, Apr 13, 2009 at 7:22 PM, Bjoern Tietjens bjor...@web.de wrote:

 I use tomcat everywhere...

 Bjoern


 Am 13.04.2009 um 18:59 schrieb Ryan Gravener r...@ryangravener.com:


  I use jetty everywhere.

 Ryan Gravener
 http://ryangravener.com/flex | http://twitter.com/ryangravener


 On Mon, Apr 13, 2009 at 12:49 PM, James Carman 
 jcar...@carmanconsulting.com

 wrote:


  On Mon, Apr 13, 2009 at 12:47 PM, Chenini, Mohamed mchen...@geico.com
 wrote:

 Hi,

 I think that Wicket Users tend to use more Jetty than Tomcat as the

 application server.

 I don't know that that is true.  We definitely use jetty for
 development/debugging.  But, I don't know that the production
 application server is jetty more often than not (we use Tomcat for
 production).

 -
 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




iLearn Wicket - Please reply with your feedback

2009-04-11 Thread Null kühl
Dear All,

  I have been comparing between many component based frameworks around
that follows the MVC architecture,
as i ended up comparing between JSF and Wicket, however i have seen more
advantages in Wicket rather than JSF, however one of the cons on wicket size
was its educational resources, as JSF exists since some time now there are
quite many tutorials and books for it.
So i decided to start up an elearning series that aims to get people to be
familiar with wicket, starting at a java programmer level.
I understand that there are some good tutorials around but i do believe that
video tutorials are quire more explanatory than text tutorials.

I have started doing some scratch videos already that will act later on as
the back bone of the series,(will probably be redesigned and published in a
more professional way) kindly check it out :

http://ilearnzone.com/wicket.html

Please reply with your feedback, so that i know if i should continue on it,
or just throw it away and stop wasting my time.

Also if anyone would like to participate, he is more than welcomed.

Regards,