Re: Best Wicket Books or Tutorials

2008-05-30 Thread Martijn Dashorst
Having experienced first hand how much time and effort goes into book
writing, I can tell you it is no picknick. Respect the time and effort
of your authors (AND publishers!) and buy the book.

Note that the authors only get a small share of each copy sold, and
that both Eelco and I don't expect to be able to retire from the
proceedings of our book (though given the amount of time put into it,
we could certainly use a year or two).

Martijn

On Fri, May 30, 2008 at 4:01 PM, gumnaam23 [EMAIL PROTECTED] wrote:

 Have they obtained the authors' consent before making them available for free
 ?
 If not, then this is clearly illegal, and more importantly unethical.

 Just my 2c.



 Samit wrote:

 Knowfree.net is having 2 best books of WICKET..

 1. Pro Wicket
 2. _Programming__Java__Wicket__Enjoying_Web_Development_with_Wicket

 Download is free...Just search for the book on the site and download
 it.

 Bye
 Samit


 --
 View this message in context: 
 http://www.nabble.com/Best-Wicket-Books-or-Tutorials-tp16392413p17559626.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]





-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.3

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



Re: Best Wicket Books or Tutorials

2008-05-30 Thread TheMayor

I read both Wicket in Action (in its MEAP form) and Enjoying Web Development
with Wicket. And I think Wicket in Action is by far a much better book. On
certain points it goes a lot deeper than EWDWW. 

Part of the beauty (and could be an issue for some) of Wicket is that it
gives you great freedom on how to implement your webapplication. If you are
looking to pick up some good patterns, I would recommend WIA.

you can grab it before it ships to the press at
http://www.manning.com/dashorst/

-hc


Gareth Segree wrote:
 
 Is Enjoying Web Development with Wicket any good?
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Best-Wicket-Books-or-Tutorials-tp16392413p17567846.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: Best Wicket Books or Tutorials

2008-05-30 Thread XINGXING NA
Hi

Can someone help me this? I have a string containing normal html code. I
wanna make them display on my web as normal web rather than a string. Can
wicket do this?

Because I'm trying to retreive weather cast information from yahoo and I
just can get a string from the response. If anyone knows how to do this,
please show me the way.  thanks a lot.


Re: Best Wicket Books or Tutorials

2008-05-30 Thread Igor Vaynberg
add(new label(string, string).setescapemodelstrings(false));

-igor

On Fri, May 30, 2008 at 4:15 PM, XINGXING NA [EMAIL PROTECTED] wrote:
 Hi

 Can someone help me this? I have a string containing normal html code. I
 wanna make them display on my web as normal web rather than a string. Can
 wicket do this?

 Because I'm trying to retreive weather cast information from yahoo and I
 just can get a string from the response. If anyone knows how to do this,
 please show me the way.  thanks a lot.


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



Re: Best Wicket Books or Tutorials

2008-05-30 Thread XINGXING NA
Igor, Thanks a lot. it's working now.

On Sat, May 31, 2008 at 9:19 AM, Igor Vaynberg [EMAIL PROTECTED]
wrote:

 add(new label(string, string).setescapemodelstrings(false));

 -igor

 On Fri, May 30, 2008 at 4:15 PM, XINGXING NA [EMAIL PROTECTED] wrote:
  Hi
 
  Can someone help me this? I have a string containing normal html code. I
  wanna make them display on my web as normal web rather than a string. Can
  wicket do this?
 
  Because I'm trying to retreive weather cast information from yahoo and I
  just can get a string from the response. If anyone knows how to do this,
  please show me the way.  thanks a lot.
 

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




Re: Best Wicket Books or Tutorials

2008-05-29 Thread Samit

Knowfree.net is having 2 best books of WICKET..

1. Pro Wicket
2. _Programming__Java__Wicket__Enjoying_Web_Development_with_Wicket

Download is free...Just search for the book on the site and download
it.

Bye
Samit

-
Samit :confused:
-- 
View this message in context: 
http://www.nabble.com/Best-Wicket-Books-or-Tutorials-tp16392413p17551921.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: Best Wicket Books or Tutorials

2008-03-31 Thread Gabor Szokoli
Hi,

On 3/31/08, Gareth Segree [EMAIL PROTECTED] wrote:

  If Wicket then
  I'm looking for good tutorials on wicket or books.

Make sure you understand Models before everything else,
and CompoundPropertyModel right after Hello World.

That's what I've learned from introducing wicket to my team.

We also had a good understanding of the basics before meddling with
Ajax. It probably would have confused us a lot otherwise.


Gabor Szokoli

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



RE: Best Wicket Books or Tutorials

2008-03-31 Thread Fatih Mehmet UÇAR
Chapter 15 Deploying a Wicket Application.397
What's in this
chapter?..398
Development
mode...398
Distributing your
application...400
Summary.
..401
References..
..403
Alphabetical
Index.40
4



-Original Message-
From: Gareth Segree [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 31, 2008 5:45 PM
To: users@wicket.apache.org
Subject: Re: Best Wicket Books or Tutorials

Is Enjoying Web Development with Wicket any good?

-
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: Best Wicket Books or Tutorials

2008-03-31 Thread Eelco Hillenius
On Mon, Mar 31, 2008 at 7:45 AM, Gareth Segree
[EMAIL PROTECTED] wrote:
 Is Enjoying Web Development with Wicket any good?

Easiest way to start reading yourself, as you can download the first
three chapters for free. And the first chapter of both Wicket In
Action and Pro Wicket are freely downloadable as well.

Eelco

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



Re: Best Wicket Books or Tutorials

2008-03-31 Thread Nino Saturnino Martinez Vazquez Wael

Hi Gareth

I'd also suggest that you create a wiki page on books and tutorials you 
find..


I've written one tutorial the blog tutorial(I admit it needs a little 
loving from my side, especially around the documentation and exercises):

   http://cwiki.apache.org/confluence/display/WICKET/Blog+Tutorial




Gareth Segree wrote:

Which framework should I invest in JSF/Struts 2/Spring MVC/Wicket for someone 
moving from jsp?

If Wicket then
I'm looking for good tutorials on wicket or books.
How does Enjoying Web Development with Wicket stackup?
What's the best wicket book available?

The same for the other framework
  


--
-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: Best Wicket Books or Tutorials

2008-03-31 Thread Eyal Golan
Gabor,
do you have sliders of your introduction?
I would like to have some info regarding CompoundPropertyModel ...

On Mon, Mar 31, 2008 at 11:10 AM, Gabor Szokoli [EMAIL PROTECTED] wrote:

 Hi,

 On 3/31/08, Gareth Segree [EMAIL PROTECTED] wrote:
 
   If Wicket then
   I'm looking for good tutorials on wicket or books.

 Make sure you understand Models before everything else,
 and CompoundPropertyModel right after Hello World.

 That's what I've learned from introducing wicket to my team.

 We also had a good understanding of the basics before meddling with
 Ajax. It probably would have confused us a lot otherwise.


 Gabor Szokoli

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




-- 
Eyal Golan
[EMAIL PROTECTED]

Visit: http://jvdrums.sourceforge.net/


Re: Best Wicket Books or Tutorials

2008-03-31 Thread Igor Vaynberg
On Mon, Mar 31, 2008 at 9:07 PM, Eyal Golan [EMAIL PROTECTED] wrote:
  I would like to have some info regarding CompoundPropertyModel ...

http://cwiki.apache.org/WICKET/working-with-wicket-models.html

-igor




  On Mon, Mar 31, 2008 at 11:10 AM, Gabor Szokoli [EMAIL PROTECTED] wrote:

   Hi,
  
   On 3/31/08, Gareth Segree [EMAIL PROTECTED] wrote:
   
 If Wicket then
 I'm looking for good tutorials on wicket or books.
  
   Make sure you understand Models before everything else,
   and CompoundPropertyModel right after Hello World.
  
   That's what I've learned from introducing wicket to my team.
  
   We also had a good understanding of the basics before meddling with
   Ajax. It probably would have confused us a lot otherwise.
  
  
   Gabor Szokoli
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  


  --
  Eyal Golan
  [EMAIL PROTECTED]

  Visit: http://jvdrums.sourceforge.net/


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



Re: Best Wicket Books or Tutorials

2008-03-30 Thread Robby O'Connor
Wicket in action :) you're gonna get a biased answer here ;)...

Gareth Segree wrote:
 Which framework should I invest in JSF/Struts 2/Spring MVC/Wicket for someone 
 moving from jsp?
 
 If Wicket then
 I'm looking for good tutorials on wicket or books.
 How does Enjoying Web Development with Wicket stackup?
 What's the best wicket book available?
 
 The same for the other framework


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