Re: Is Wicket In Action still relevant?

2023-05-13 Thread Kyrindorx

Hello all,

Is the topic "Wicket in Action" the book meant, this was a 
misunderstanding, sorry!


I myself still work with Apache Wicket 8.x and maintain a product with 
it. We have written our own components and removed the third party 
libraries because they are no longer maintained.


In the past years the number of developers, extensions and examples on 
the internet has decreased a lot.


The framework is good(!) and it allows a very good base for server-side 
rendering without all the JS technologies.


It was noted that many things depend on the scope, requirements, and 
knowledge of the developers. Yes, this is all correct!


However, Apache Wicket is comparatively as complex as the modern JS 
frameworks and I don't see the Java vs Javascript argument as serious 
here.  It's more about innovation, product maintenance, and security in 
the choice of framework. This includes release cycles, bug fixing, 
documentation, and the number of users of a framework. These factors 
demonstrably decreased and for a new development or continuation of a 
project a risk!


Kind regards
Kyrindor

Am 13.05.2023 um 16:41 schrieb Andrea Del Bene:

Hi,

I think you have misread the title of the original mail which is about 
a book, "Wicket in Action", and not about Wicket itself. That said, I 
agree when you say that for Wicket might be difficult to find plugin 
and integration libraries available out of the box. That's because 
Wicket is completely lead on a voluntary base and it's not backed by 
any company. But I completely disagree with your conclusion. Wicket 
remains highly flexible and can be used to implement application of 
any size without embrace the canonical JS development stack (npm, 
node, css compilers, etc...) which I personally find overcomplex and 
overbloated to use. In this regard a powerful tool to use with Wicket 
(and with many other Java web frameworks) is project WebJar, which 
makes css/js libraries integration quite easy: https://www.webjars.org.


Andrea.

On 12/05/23 20:14, Kyrindorx wrote:

Hey all

It is compact, has many functions and does its job well. If you 
compare it with JSF, Vaadin it compares well.


Advantages:
- flexible
- Java + HTML > is ok

Disadvantages:
- modern plugins for Wicket: outdated and quite little.
- CSS Libs like Bootstrap: outdated and strong coupling (plugin)
- use of modern JS techniques + Wicket: difficult

Conclusion:

For medium sized sites working with Apache Wicket basic components 
and using Java, HTML and Wicket JQuery > ok.


The development of modern JS applications Apache Wicket is (my 
opinion) outdated. It very good flexible JS frameworks, more plugins, 
lots of docs and examples. And the number of developers for modern JS 
frameworks is huge!


In the end, I think Apache Wicket is past its prime and we are 
talking about product maintenance here. I wouldn't develop new big 
projects with Apache Wicket anymore. Here it is not the evaluation of 
the framework, but the number of projects and the amount of 
developers that matters.


Greets
Kyrindor
--

Am 11.05.2023 um 14:23 schrieb Andrea Del Bene:
If you are new to Apache Wicket it might be better starting with the 
user
guide which is meant for a full introduction from scratch and is 
updated.


On Thu, 11 May 2023, 10:29 James Selvakumar,  
wrote:



Hi all,

Just wondering whether Wicket in Action is still relevant with all the
recent changes to Wicket? Can it be used to help a new developer 
understand

Wicket?

--
Thanks & regards
James



-
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



Re: Is Wicket In Action still relevant?

2023-05-13 Thread Andrea Del Bene

Hi,

I think you have misread the title of the original mail which is about a 
book, "Wicket in Action", and not about Wicket itself. That said, I 
agree when you say that for Wicket might be difficult to find plugin and 
integration libraries available out of the box. That's because Wicket is 
completely lead on a voluntary base and it's not backed by any company. 
But I completely disagree with your conclusion. Wicket remains highly 
flexible and can be used to implement application of any size without 
embrace the canonical JS development stack (npm, node, css compilers, 
etc...) which I personally find overcomplex and overbloated to use. In 
this regard a powerful tool to use with Wicket (and with many other Java 
web frameworks) is project WebJar, which makes css/js libraries 
integration quite easy: https://www.webjars.org.


Andrea.

On 12/05/23 20:14, Kyrindorx wrote:

Hey all

It is compact, has many functions and does its job well. If you 
compare it with JSF, Vaadin it compares well.


Advantages:
- flexible
- Java + HTML > is ok

Disadvantages:
- modern plugins for Wicket: outdated and quite little.
- CSS Libs like Bootstrap: outdated and strong coupling (plugin)
- use of modern JS techniques + Wicket: difficult

Conclusion:

For medium sized sites working with Apache Wicket basic components and 
using Java, HTML and Wicket JQuery > ok.


The development of modern JS applications Apache Wicket is (my 
opinion) outdated. It very good flexible JS frameworks, more plugins, 
lots of docs and examples. And the number of developers for modern JS 
frameworks is huge!


In the end, I think Apache Wicket is past its prime and we are talking 
about product maintenance here. I wouldn't develop new big projects 
with Apache Wicket anymore. Here it is not the evaluation of the 
framework, but the number of projects and the amount of developers 
that matters.


Greets
Kyrindor
--

Am 11.05.2023 um 14:23 schrieb Andrea Del Bene:
If you are new to Apache Wicket it might be better starting with the 
user
guide which is meant for a full introduction from scratch and is 
updated.


On Thu, 11 May 2023, 10:29 James Selvakumar,  
wrote:



Hi all,

Just wondering whether Wicket in Action is still relevant with all the
recent changes to Wicket? Can it be used to help a new developer 
understand

Wicket?

--
Thanks & regards
James



-
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: Is Wicket In Action still relevant?

2023-05-12 Thread Ernesto Reinaldo Barreiro
Hi,

On Fri, May 12, 2023 at 9:14 PM Kyrindorx  wrote:

> Hey all
>
> It is compact, has many functions and does its job well. If you compare
> it with JSF, Vaadin it compares well.
>
> Advantages:
> - flexible
> - Java + HTML > is ok
>

Huge advantages, only my opinion, you forgot to mention

   1. You can do very complex applications with backend developers (Java
   developers) who know little about JavaScript.  You have a team member that
   knows JavaScript and low level things well and the rest just use
   components and Java. Many times those backend developers can fix and
   implement complex issues without waiting for the javaScript guy coming back
   from holidays. The slogan on NodeJS was JavaScript at all levels. Wicket is
   Java at all levels (if you have a guru on board hiding JavaScript for the
   rest of the team).
   2. You can maintain huge applications with very few developers.
   3. Many applications do not need to scale. Just provide as much
   functionality as possible with as less maintenance cost as possible. Wicket
   excels on that.
   4. Secure.


> Disadvantages:
> - modern plugins for Wicket: outdated and quite little.
>

True. Sadly many companies just want to leach open source and not pay
developers to contribute. And developers just want to do trendy things that
help you land good jobs.

- CSS Libs like Bootstrap: outdated and strong coupling (plugin)
>

Who forces you to use those libraries? I have used wicket and bootstrap
together with minimal use of those libraries.


> - use of modern JS techniques + Wicket: difficult
>

Stated like this, this is just an opinion.

One big disadvantage of wicket (IMHO) is it is difficult to grasp and
understand for developers. Concepts like detaching and the request cycle
are difficult to explain and more difficult to keep pages small after
detach.


> Conclusion:
>
> For medium sized sites working with Apache Wicket basic components and
> using Java, HTML and Wicket JQuery > ok.
>

Again this is just your opinion. I have built/worked on many wicket
applications with very strong use of JavaScript and very dynamic client
side behavior.


>
> The development of modern JS applications Apache Wicket is (my opinion)
> outdated. It very good flexible JS frameworks, more plugins, lots of
> docs and examples. And the number of developers for modern JS frameworks
> is huge!
>

True.


>
> In the end, I think Apache Wicket is past its prime and we are talking
> about product maintenance here. I wouldn't develop new big projects with
> Apache Wicket anymore. Here it is not the evaluation of the framework,
> but the number of projects and the amount of developers that matters.
>

This depends on your goals and the needs these applications have.


> Greets
> Kyrindor
> --
>
> Am 11.05.2023 um 14:23 schrieb Andrea Del Bene:
> > If you are new to Apache Wicket it might be better starting with the user
> > guide which is meant for a full introduction from scratch and is updated.
> >
> > On Thu, 11 May 2023, 10:29 James Selvakumar, 
> wrote:
> >
> >> Hi all,
> >>
> >> Just wondering whether Wicket in Action is still relevant with all the
> >> recent changes to Wicket? Can it be used to help a new developer
> understand
> >> Wicket?
> >>
> >> --
> >> Thanks & regards
> >> James
> >>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-- 
Regards - Ernesto Reinaldo Barreiro


Re: Is Wicket In Action still relevant?

2023-05-12 Thread Kyrindorx

Hey all

It is compact, has many functions and does its job well. If you compare 
it with JSF, Vaadin it compares well.


Advantages:
- flexible
- Java + HTML > is ok

Disadvantages:
- modern plugins for Wicket: outdated and quite little.
- CSS Libs like Bootstrap: outdated and strong coupling (plugin)
- use of modern JS techniques + Wicket: difficult

Conclusion:

For medium sized sites working with Apache Wicket basic components and 
using Java, HTML and Wicket JQuery > ok.


The development of modern JS applications Apache Wicket is (my opinion) 
outdated. It very good flexible JS frameworks, more plugins, lots of 
docs and examples. And the number of developers for modern JS frameworks 
is huge!


In the end, I think Apache Wicket is past its prime and we are talking 
about product maintenance here. I wouldn't develop new big projects with 
Apache Wicket anymore. Here it is not the evaluation of the framework, 
but the number of projects and the amount of developers that matters.


Greets
Kyrindor
--

Am 11.05.2023 um 14:23 schrieb Andrea Del Bene:

If you are new to Apache Wicket it might be better starting with the user
guide which is meant for a full introduction from scratch and is updated.

On Thu, 11 May 2023, 10:29 James Selvakumar,  wrote:


Hi all,

Just wondering whether Wicket in Action is still relevant with all the
recent changes to Wicket? Can it be used to help a new developer understand
Wicket?

--
Thanks & regards
James



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



Re: Is Wicket In Action still relevant?

2023-05-11 Thread James Selvakumar
Hi all,

Thank you very much for all your replies.
Like Stan, I too learned Wicket primarily through Wicket In Action and like
it very much.
Thanks Andrea, for the pointer to Wicket Guide. It's very nice.
I'll use both the book and the guide to train our new resources.


On Thu, May 11, 2023 at 8:43 PM Bergmann Manfred 
wrote:

> Hi.
>
> I think it actually targets Wicket 1.4, without generics.
>
> But yes, the general concepts are still largely intact. Though many
> details have changed.
>
>
>
> Manfred
>
>
> > Am 11.05.2023 um 11:41 schrieb s...@stantastic.nl.invalid
> :
> >
> > Hi,
> >
> > I learned Wicket primarily by using this book. I think it was intended
> to be used with Wicket 6 at the time it was published. But I used it with
> Wicket 8 and it was still a really good resource. I still browse through it
> occasionally.
> >
> > There still are some gotchas when used with Wicket 9, such as CSP and
> the way resources are loaded is slightly different IIRC.
> >
> > But if you want to get someone to grasp the basics of Wicket, it is a
> really good resource. I'm a fan.
> >
> > - Stan
> >
> >
> > James Selvakumar schreef op 2023-05-11 10:29:
> >
> >> Hi all,
> >> Just wondering whether Wicket in Action is still relevant with all the
> >> recent changes to Wicket? Can it be used to help a new developer
> understand
> >> Wicket?
> >
> > -
> > 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
>
>

-- 
Thanks & regards
James


Re: Is Wicket In Action still relevant?

2023-05-11 Thread Bergmann Manfred
Hi.

I think it actually targets Wicket 1.4, without generics.

But yes, the general concepts are still largely intact. Though many details 
have changed.



Manfred


> Am 11.05.2023 um 11:41 schrieb s...@stantastic.nl.invalid 
> :
> 
> Hi,
> 
> I learned Wicket primarily by using this book. I think it was intended to be 
> used with Wicket 6 at the time it was published. But I used it with Wicket 8 
> and it was still a really good resource. I still browse through it 
> occasionally.
> 
> There still are some gotchas when used with Wicket 9, such as CSP and the way 
> resources are loaded is slightly different IIRC.
> 
> But if you want to get someone to grasp the basics of Wicket, it is a really 
> good resource. I'm a fan.
> 
> - Stan
> 
> 
> James Selvakumar schreef op 2023-05-11 10:29:
> 
>> Hi all,
>> Just wondering whether Wicket in Action is still relevant with all the
>> recent changes to Wicket? Can it be used to help a new developer understand
>> Wicket?
> 
> -
> 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: Is Wicket In Action still relevant?

2023-05-11 Thread Andrea Del Bene
If you are new to Apache Wicket it might be better starting with the user
guide which is meant for a full introduction from scratch and is updated.

On Thu, 11 May 2023, 10:29 James Selvakumar,  wrote:

> Hi all,
>
> Just wondering whether Wicket in Action is still relevant with all the
> recent changes to Wicket? Can it be used to help a new developer understand
> Wicket?
>
> --
> Thanks & regards
> James
>


Re: Is Wicket In Action still relevant?

2023-05-11 Thread stan

Hi,

I learned Wicket primarily by using this book. I think it was intended 
to be used with Wicket 6 at the time it was published. But I used it 
with Wicket 8 and it was still a really good resource. I still browse 
through it occasionally.


There still are some gotchas when used with Wicket 9, such as CSP and 
the way resources are loaded is slightly different IIRC.


But if you want to get someone to grasp the basics of Wicket, it is a 
really good resource. I'm a fan.


- Stan


James Selvakumar schreef op 2023-05-11 10:29:


Hi all,

Just wondering whether Wicket in Action is still relevant with all the
recent changes to Wicket? Can it be used to help a new developer 
understand

Wicket?


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



Is Wicket In Action still relevant?

2023-05-11 Thread James Selvakumar
Hi all,

Just wondering whether Wicket in Action is still relevant with all the
recent changes to Wicket? Can it be used to help a new developer understand
Wicket?

-- 
Thanks & regards
James


Re: Wicket in Action outage: back online, better than ever!

2014-04-02 Thread Paul Bors
Hey Martijn,

Is there going to be an updated release of Wicket in Action based on Wicket 6?
Or has that effort been replaced by the Wicket Guide?

~ Thank you,
   Paul Bors

On Mar 30, 2014, at 5:45 PM, Martijn Dashorst martijn.dasho...@gmail.com 
wrote:

 I just wanted to let everybody know that the Wicket in Action blog is
 online again, and should now perform better than ever.
 
 Thank you all for your patience if you wanted to get content from the
 website but found it unavailable.
 
 Here's the rundown of what happened and how I spent my weekend:
 
 http://wicketinaction.com/2014/03/wicket-in-action-makeover/
 
 Martijn
 
 PS. if you want to look at the source:
 https://github.com/dashorst/wicketinaction.com
 
 -- 
 Become a Wicket expert, learn from the best: http://wicketinaction.com


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



Re: Wicket in Action outage: back online, better than ever!

2014-04-02 Thread Martijn Dashorst
Also I was contemplating a 1 april joke about Wicket in Action 2nd edition,
but thought that would be too cruel...

Martijn


On Wed, Apr 2, 2014 at 8:42 PM, Martijn Dashorst martijn.dasho...@gmail.com
 wrote:

 There may some day be an updated Wicket in Action book, but it probably
 won't be written by me.

 As far as I know there is no such work currently under way, nor is there
 any planned for the near future.

 I am planning however to update the source code from the book (the project
 that currently resides at google code) and incorporate that into the github
 project branches and keep it up to date with newer versions (i.e. compiling
 and working).

 Martijn


 On Wed, Apr 2, 2014 at 3:39 PM, Paul Bors p...@bors.ws wrote:

 Hey Martijn,

 Is there going to be an updated release of Wicket in Action based on
 Wicket 6?
 Or has that effort been replaced by the Wicket Guide?

 ~ Thank you,
Paul Bors

 On Mar 30, 2014, at 5:45 PM, Martijn Dashorst martijn.dasho...@gmail.com
 wrote:

  I just wanted to let everybody know that the Wicket in Action blog is
  online again, and should now perform better than ever.
 
  Thank you all for your patience if you wanted to get content from the
  website but found it unavailable.
 
  Here's the rundown of what happened and how I spent my weekend:
 
  http://wicketinaction.com/2014/03/wicket-in-action-makeover/
 
  Martijn
 
  PS. if you want to look at the source:
  https://github.com/dashorst/wicketinaction.com
 
  --
  Become a Wicket expert, learn from the best: http://wicketinaction.com


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




 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com




-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com


Re: Wicket in Action outage: back online, better than ever!

2014-04-02 Thread Martijn Dashorst
There may some day be an updated Wicket in Action book, but it probably
won't be written by me.

As far as I know there is no such work currently under way, nor is there
any planned for the near future.

I am planning however to update the source code from the book (the project
that currently resides at google code) and incorporate that into the github
project branches and keep it up to date with newer versions (i.e. compiling
and working).

Martijn


On Wed, Apr 2, 2014 at 3:39 PM, Paul Bors p...@bors.ws wrote:

 Hey Martijn,

 Is there going to be an updated release of Wicket in Action based on
 Wicket 6?
 Or has that effort been replaced by the Wicket Guide?

 ~ Thank you,
Paul Bors

 On Mar 30, 2014, at 5:45 PM, Martijn Dashorst martijn.dasho...@gmail.com
 wrote:

  I just wanted to let everybody know that the Wicket in Action blog is
  online again, and should now perform better than ever.
 
  Thank you all for your patience if you wanted to get content from the
  website but found it unavailable.
 
  Here's the rundown of what happened and how I spent my weekend:
 
  http://wicketinaction.com/2014/03/wicket-in-action-makeover/
 
  Martijn
 
  PS. if you want to look at the source:
  https://github.com/dashorst/wicketinaction.com
 
  --
  Become a Wicket expert, learn from the best: http://wicketinaction.com


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




-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com


Re: Wicket in Action outage: back online, better than ever!

2014-04-02 Thread Paul Borș
Yes, it would have been cruel ;)

Thanks for the insight.

Have a great day,
Paul Bors

 On Apr 2, 2014, at 2:43 PM, Martijn Dashorst martijn.dasho...@gmail.com 
 wrote:
 
 Also I was contemplating a 1 april joke about Wicket in Action 2nd edition,
 but thought that would be too cruel...
 
 Martijn
 
 
 On Wed, Apr 2, 2014 at 8:42 PM, Martijn Dashorst martijn.dasho...@gmail.com
 wrote:
 
 There may some day be an updated Wicket in Action book, but it probably
 won't be written by me.
 
 As far as I know there is no such work currently under way, nor is there
 any planned for the near future.
 
 I am planning however to update the source code from the book (the project
 that currently resides at google code) and incorporate that into the github
 project branches and keep it up to date with newer versions (i.e. compiling
 and working).
 
 Martijn
 
 
 On Wed, Apr 2, 2014 at 3:39 PM, Paul Bors p...@bors.ws wrote:
 
 Hey Martijn,
 
 Is there going to be an updated release of Wicket in Action based on
 Wicket 6?
 Or has that effort been replaced by the Wicket Guide?
 
 ~ Thank you,
   Paul Bors
 
 On Mar 30, 2014, at 5:45 PM, Martijn Dashorst martijn.dasho...@gmail.com
 wrote:
 
 I just wanted to let everybody know that the Wicket in Action blog is
 online again, and should now perform better than ever.
 
 Thank you all for your patience if you wanted to get content from the
 website but found it unavailable.
 
 Here's the rundown of what happened and how I spent my weekend:
 
 http://wicketinaction.com/2014/03/wicket-in-action-makeover/
 
 Martijn
 
 PS. if you want to look at the source:
 https://github.com/dashorst/wicketinaction.com
 
 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 
 
 
 -- 
 Become a Wicket expert, learn from the best: http://wicketinaction.com

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



Wicket in Action converted to 1.4?

2011-04-13 Thread Will Sargent
Hi all,

I'm working my way through Wicket in Action, but I'm a bit hampered by
having everything be in 1.3 format, and I find that converting it is
confusing.  Is there any documentation that can tell me what the type
system in 1.4 does, and what's notably different between 1.3 and 1.4?

Will.

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



Re: Wicket in Action converted to 1.4?

2011-04-13 Thread Tomasz Dziurko
Probably most information about changes between 1.3 and 1.4 are listed here:

https://cwiki.apache.org/WICKET/migrating-to-wicket-14.html

-- 
Best regards / Pozdrawiam,
Tomasz Dziurko
www.tomaszdziurko.pl
 http://www.programatico.pl/


Re: Wicket in Action: problem with redirection

2011-03-18 Thread Martin Grigorov
On Fri, Mar 18, 2011 at 8:39 PM, Jim Pinkham pinkh...@gmail.com wrote:

 .. and I also attached a fairly ugly patched version of

 RestartResponseAtInterceptPageException

  that seem to work for me, but use at your own risk.

 Did you see Igor's response ?


 Hope this helps,
 -- Jim.


 On Thu, Mar 17, 2011 at 11:12 AM, Jim Pinkham pinkh...@gmail.com wrote:

 OK, I just attached a quickstart (my first) - hope it helps with
 resolution (soon).


 On Wed, Mar 16, 2011 at 5:03 PM, Martin Grigorov mgrigo...@apache.orgwrote:

 Thanks Jim,

 But without a quickstart it is hard to debug it.
 There is a ticket which sounds to be related to what you described:
 https://issues.apache.org/jira/browse/WICKET-3493

 On Wed, Mar 16, 2011 at 9:54 PM, Jim Pinkham pinkh...@gmail.com wrote:

  FYI - rc2 still has this problem.  It works OK on a
  BookmarkablePageLink
  to
  a page that implement IAuthorizationStrategy, but not on the new
  LinkMyLoginPage on a panel on my home page.  After login is complete,
 the
  link is hidden and replaced with a logout link, so the user gets an
  AccessDenied page after login as they try to 'restart the response' to
 the
  (wrong) onClick handler url for the now-invisible login link.
 
  Not sure when I'll get to making quickstart, but I thought I'd give at
  least
  this brief info for now.
  Thanks,
  -- Jim.
 
  On Wed, Mar 16, 2011 at 5:01 AM, Martin Grigorov mgrigo...@apache.org
  wrote:
 
   Try with RC2 and if it still fails please create a ticket with a
  quickstart
  
   On Tue, Mar 15, 2011 at 11:27 PM, Jim Pinkham pinkh...@gmail.com
  wrote:
  
I think I've got the same situation happening.
   
It's a login link on my home page, whose onClick
uses the usual:
   throw new RestartResponseAtInterceptPageException(
   AuctionApplication.get().getSignInPageClass());
   
I've stepped thru this a bit, and I find a problematic point in:
RestartResponseAtInterceptPageException.InterceptData.set() where
 it
captures what I think is supposed to be the home page url, which it
 is
saving as follows:
...
   data.originalUrl = request.getOriginalUrl();
   
However, in my debugger, this is instead the Url of the link:
   
   
  
 
 http://localhost:8080/myapp/wicket/page?0-1.ILinkListener-userPanel-signIn
   
If I manually change it in the debugger to just my home page Url,
 it
   seems
to work fine.
   
This was working last for me in 1.5-M3, and now in 1.5-RC1 it
 appears
  to
have broken.
   
Hope this helps narrow the search...
   
Thanks,
-- Jim.
   
On Thu, Mar 10, 2011 at 1:50 PM, Jeremy Thomerson 
jer...@wickettraining.com
 wrote:
   
 On Thu, Mar 10, 2011 at 12:36 PM, Jim Goodwin 
 sophin...@comcast.net
  
 wrote:

  I'm a Wicket newbie, working my way through /Wicket in Action.
 
  /I don't understand redirection too clearly yet, but there is
  an example in the book which doesn't work right when I
  try it and I'd like to ask if the book example code makes
  sense to more experienced folks.
 
  Page 271 Listing 11.3 line 4: The onSubmit() method calls
  !continueToOriginalDestination().
 

 continueToOriginalDestination() lets the user continue on to the
  place
they
 were going before being interrupted by the security mechanism if
 they
 aren't
 logged in.  i.e:

 user on home page
 user clicks restricted page link
 security strategy says can't go there without being logged in as
 X,
 redirects user to login page
 user logs in, and continueToOriginalDestination() redirects to
restricted
 page (original dest) and returns true.

 another example:
 user clicks bookmarked link in a new tab in their browser to
 login
  page
(or
 goes to unrestricted home page and clicks link for login page)
 user logs in, and continueToOriginalDestination() can't redirect
 them
 anywhere, because there is no original destination that was
   interrupted

 Page 272 Listing 11.4 , new Link(...){ ... method onClick():
  throws new RestartResponseAtInterceptPageException(signInPage)
 

 This is a way to stop processing at ANY point in your application
 and
 redirect the user to a certain page.


  How is this supposed to work?
 
  Suppose the user is on the Home page, and the Home Page
  has a UserPanel, and the user clicks on the Sign In link.
  Then  the link itself sets an intercept to the sign-in page
  (that is how the link arranges to take you there, as far as I
 can
  understand).
 
  But then, when the user enters name/password and submits, and
  the submit method  calls continueToOriginalDestination(), it
 will
  always succceed, and find the original destination to be the
  signIn
  page, regardless of where it really originated (the Home Page

Re: Wicket in Action: problem with redirection

2011-03-18 Thread Jim Pinkham
Martin,

Thanks, no I hadn't seen that... but now I think this is just because I
over-simplified the quickstart - it still doesn't explain why it was working
properly up thru 1.5-M3   (using examples from wicket-auth-roles to have
login link hander throw this restart exception, so if that's not a bug, I
must be missing something else...

So I've got my kludge fix for now, and it works in both the quickstart and
my own app, so it'll get me along for a while..  I'm happy to assist further
but feeling a bit past my level of experience.

Thanks,
-- Jim.

On Fri, Mar 18, 2011 at 3:41 PM, Martin Grigorov mgrigo...@apache.orgwrote:

 On Fri, Mar 18, 2011 at 8:39 PM, Jim Pinkham pinkh...@gmail.com wrote:

  .. and I also attached a fairly ugly patched version of
 
  RestartResponseAtInterceptPageException
 
   that seem to work for me, but use at your own risk.
 
  Did you see Igor's response ?




Re: Wicket in Action: problem with redirection

2011-03-18 Thread Martin Grigorov
Better check the behavior with the quickstart with Wicket 1.4.16
1.5-M3 may had a bug.

On Fri, Mar 18, 2011 at 8:50 PM, Jim Pinkham pinkh...@gmail.com wrote:

 Martin,

 Thanks, no I hadn't seen that... but now I think this is just because I
 over-simplified the quickstart - it still doesn't explain why it was
 working
 properly up thru 1.5-M3   (using examples from wicket-auth-roles to have
 login link hander throw this restart exception, so if that's not a bug, I
 must be missing something else...

 So I've got my kludge fix for now, and it works in both the quickstart and
 my own app, so it'll get me along for a while..  I'm happy to assist
 further
 but feeling a bit past my level of experience.

 Thanks,
 -- Jim.

 On Fri, Mar 18, 2011 at 3:41 PM, Martin Grigorov mgrigo...@apache.org
 wrote:

  On Fri, Mar 18, 2011 at 8:39 PM, Jim Pinkham pinkh...@gmail.com wrote:
 
   .. and I also attached a fairly ugly patched version of
  
   RestartResponseAtInterceptPageException
  
that seem to work for me, but use at your own risk.
  
   Did you see Igor's response ?
 
 




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Wicket in Action: problem with redirection

2011-03-17 Thread Jim Pinkham
OK, I just attached a quickstart (my first) - hope it helps with resolution
(soon).

On Wed, Mar 16, 2011 at 5:03 PM, Martin Grigorov mgrigo...@apache.orgwrote:

 Thanks Jim,

 But without a quickstart it is hard to debug it.
 There is a ticket which sounds to be related to what you described:
 https://issues.apache.org/jira/browse/WICKET-3493

 On Wed, Mar 16, 2011 at 9:54 PM, Jim Pinkham pinkh...@gmail.com wrote:

  FYI - rc2 still has this problem.  It works OK on a  BookmarkablePageLink
  to
  a page that implement IAuthorizationStrategy, but not on the new
  LinkMyLoginPage on a panel on my home page.  After login is complete,
 the
  link is hidden and replaced with a logout link, so the user gets an
  AccessDenied page after login as they try to 'restart the response' to
 the
  (wrong) onClick handler url for the now-invisible login link.
 
  Not sure when I'll get to making quickstart, but I thought I'd give at
  least
  this brief info for now.
  Thanks,
  -- Jim.
 
  On Wed, Mar 16, 2011 at 5:01 AM, Martin Grigorov mgrigo...@apache.org
  wrote:
 
   Try with RC2 and if it still fails please create a ticket with a
  quickstart
  
   On Tue, Mar 15, 2011 at 11:27 PM, Jim Pinkham pinkh...@gmail.com
  wrote:
  
I think I've got the same situation happening.
   
It's a login link on my home page, whose onClick
uses the usual:
   throw new RestartResponseAtInterceptPageException(
   AuctionApplication.get().getSignInPageClass());
   
I've stepped thru this a bit, and I find a problematic point in:
RestartResponseAtInterceptPageException.InterceptData.set() where it
captures what I think is supposed to be the home page url, which it
 is
saving as follows:
...
   data.originalUrl = request.getOriginalUrl();
   
However, in my debugger, this is instead the Url of the link:
   
   
  
 
 http://localhost:8080/myapp/wicket/page?0-1.ILinkListener-userPanel-signIn
   
If I manually change it in the debugger to just my home page Url, it
   seems
to work fine.
   
This was working last for me in 1.5-M3, and now in 1.5-RC1 it appears
  to
have broken.
   
Hope this helps narrow the search...
   
Thanks,
-- Jim.
   
On Thu, Mar 10, 2011 at 1:50 PM, Jeremy Thomerson 
jer...@wickettraining.com
 wrote:
   
 On Thu, Mar 10, 2011 at 12:36 PM, Jim Goodwin 
 sophin...@comcast.net
  
 wrote:

  I'm a Wicket newbie, working my way through /Wicket in Action.
 
  /I don't understand redirection too clearly yet, but there is
  an example in the book which doesn't work right when I
  try it and I'd like to ask if the book example code makes
  sense to more experienced folks.
 
  Page 271 Listing 11.3 line 4: The onSubmit() method calls
  !continueToOriginalDestination().
 

 continueToOriginalDestination() lets the user continue on to the
  place
they
 were going before being interrupted by the security mechanism if
 they
 aren't
 logged in.  i.e:

 user on home page
 user clicks restricted page link
 security strategy says can't go there without being logged in as
 X,
 redirects user to login page
 user logs in, and continueToOriginalDestination() redirects to
restricted
 page (original dest) and returns true.

 another example:
 user clicks bookmarked link in a new tab in their browser to login
  page
(or
 goes to unrestricted home page and clicks link for login page)
 user logs in, and continueToOriginalDestination() can't redirect
 them
 anywhere, because there is no original destination that was
   interrupted

 Page 272 Listing 11.4 , new Link(...){ ... method onClick():
  throws new RestartResponseAtInterceptPageException(signInPage)
 

 This is a way to stop processing at ANY point in your application
 and
 redirect the user to a certain page.


  How is this supposed to work?
 
  Suppose the user is on the Home page, and the Home Page
  has a UserPanel, and the user clicks on the Sign In link.
  Then  the link itself sets an intercept to the sign-in page
  (that is how the link arranges to take you there, as far as I can
  understand).
 
  But then, when the user enters name/password and submits, and
  the submit method  calls continueToOriginalDestination(), it will
  always succceed, and find the original destination to be the
  signIn
  page, regardless of where it really originated (the Home Page, in
  this case).
 

 You're a bit confused by original and destination.  Since the
  user
 clicked the signin page link, the *destination* was the signin
 page
  -
 which is unrestricted, so the continueToOriginalDestination()
 method
   can
 not
 redirect them anywhere, and thus returns false.  You now need to
   redirect
 them somewhere manually

Re: Wicket in Action: problem with redirection

2011-03-16 Thread Martin Grigorov
Try with RC2 and if it still fails please create a ticket with a quickstart

On Tue, Mar 15, 2011 at 11:27 PM, Jim Pinkham pinkh...@gmail.com wrote:

 I think I've got the same situation happening.

 It's a login link on my home page, whose onClick
 uses the usual:
throw new RestartResponseAtInterceptPageException(
AuctionApplication.get().getSignInPageClass());

 I've stepped thru this a bit, and I find a problematic point in:
 RestartResponseAtInterceptPageException.InterceptData.set() where it
 captures what I think is supposed to be the home page url, which it is
 saving as follows:
 ...
data.originalUrl = request.getOriginalUrl();

 However, in my debugger, this is instead the Url of the link:

 http://localhost:8080/myapp/wicket/page?0-1.ILinkListener-userPanel-signIn

 If I manually change it in the debugger to just my home page Url, it seems
 to work fine.

 This was working last for me in 1.5-M3, and now in 1.5-RC1 it appears to
 have broken.

 Hope this helps narrow the search...

 Thanks,
 -- Jim.

 On Thu, Mar 10, 2011 at 1:50 PM, Jeremy Thomerson 
 jer...@wickettraining.com
  wrote:

  On Thu, Mar 10, 2011 at 12:36 PM, Jim Goodwin sophin...@comcast.net
  wrote:
 
   I'm a Wicket newbie, working my way through /Wicket in Action.
  
   /I don't understand redirection too clearly yet, but there is
   an example in the book which doesn't work right when I
   try it and I'd like to ask if the book example code makes
   sense to more experienced folks.
  
   Page 271 Listing 11.3 line 4: The onSubmit() method calls
   !continueToOriginalDestination().
  
 
  continueToOriginalDestination() lets the user continue on to the place
 they
  were going before being interrupted by the security mechanism if they
  aren't
  logged in.  i.e:
 
  user on home page
  user clicks restricted page link
  security strategy says can't go there without being logged in as X,
  redirects user to login page
  user logs in, and continueToOriginalDestination() redirects to
 restricted
  page (original dest) and returns true.
 
  another example:
  user clicks bookmarked link in a new tab in their browser to login page
 (or
  goes to unrestricted home page and clicks link for login page)
  user logs in, and continueToOriginalDestination() can't redirect them
  anywhere, because there is no original destination that was interrupted
 
  Page 272 Listing 11.4 , new Link(...){ ... method onClick():
   throws new RestartResponseAtInterceptPageException(signInPage)
  
 
  This is a way to stop processing at ANY point in your application and
  redirect the user to a certain page.
 
 
   How is this supposed to work?
  
   Suppose the user is on the Home page, and the Home Page
   has a UserPanel, and the user clicks on the Sign In link.
   Then  the link itself sets an intercept to the sign-in page
   (that is how the link arranges to take you there, as far as I can
   understand).
  
   But then, when the user enters name/password and submits, and
   the submit method  calls continueToOriginalDestination(), it will
   always succceed, and find the original destination to be the signIn
   page, regardless of where it really originated (the Home Page, in
   this case).
  
 
  You're a bit confused by original and destination.  Since the user
  clicked the signin page link, the *destination* was the signin page -
  which is unrestricted, so the continueToOriginalDestination() method can
  not
  redirect them anywhere, and thus returns false.  You now need to redirect
  them somewhere manually or the signin page will re-render.
 
  The *origin* was the home page - but that doesn't matter.  Don't be
 thrown
  off by original (destination) and origin - which are two different
  things.  :)
 
  For a while my code was working like that: Signing in worked,
   i.e. it did sign you in, but you were returned to a blank sign-in page.
   (My code doesn't work like that just this minute, but that is only
   because I've been enhancing it with other bugs.)
  
   Can anyone explain how the book-example is supposed to work?
  
   Thanks
   Jim
  
 
 
  --
  Jeremy Thomerson
  http://wickettraining.com
  *Need a CMS for Wicket?  Use Brix! http://brixcms.org*
 




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Wicket in Action: problem with redirection

2011-03-16 Thread Jim Pinkham
FYI - rc2 still has this problem.  It works OK on a  BookmarkablePageLink to
a page that implement IAuthorizationStrategy, but not on the new
LinkMyLoginPage on a panel on my home page.  After login is complete, the
link is hidden and replaced with a logout link, so the user gets an
AccessDenied page after login as they try to 'restart the response' to the
(wrong) onClick handler url for the now-invisible login link.

Not sure when I'll get to making quickstart, but I thought I'd give at least
this brief info for now.
Thanks,
-- Jim.

On Wed, Mar 16, 2011 at 5:01 AM, Martin Grigorov mgrigo...@apache.orgwrote:

 Try with RC2 and if it still fails please create a ticket with a quickstart

 On Tue, Mar 15, 2011 at 11:27 PM, Jim Pinkham pinkh...@gmail.com wrote:

  I think I've got the same situation happening.
 
  It's a login link on my home page, whose onClick
  uses the usual:
 throw new RestartResponseAtInterceptPageException(
 AuctionApplication.get().getSignInPageClass());
 
  I've stepped thru this a bit, and I find a problematic point in:
  RestartResponseAtInterceptPageException.InterceptData.set() where it
  captures what I think is supposed to be the home page url, which it is
  saving as follows:
  ...
 data.originalUrl = request.getOriginalUrl();
 
  However, in my debugger, this is instead the Url of the link:
 
 
 http://localhost:8080/myapp/wicket/page?0-1.ILinkListener-userPanel-signIn
 
  If I manually change it in the debugger to just my home page Url, it
 seems
  to work fine.
 
  This was working last for me in 1.5-M3, and now in 1.5-RC1 it appears to
  have broken.
 
  Hope this helps narrow the search...
 
  Thanks,
  -- Jim.
 
  On Thu, Mar 10, 2011 at 1:50 PM, Jeremy Thomerson 
  jer...@wickettraining.com
   wrote:
 
   On Thu, Mar 10, 2011 at 12:36 PM, Jim Goodwin sophin...@comcast.net
   wrote:
  
I'm a Wicket newbie, working my way through /Wicket in Action.
   
/I don't understand redirection too clearly yet, but there is
an example in the book which doesn't work right when I
try it and I'd like to ask if the book example code makes
sense to more experienced folks.
   
Page 271 Listing 11.3 line 4: The onSubmit() method calls
!continueToOriginalDestination().
   
  
   continueToOriginalDestination() lets the user continue on to the place
  they
   were going before being interrupted by the security mechanism if they
   aren't
   logged in.  i.e:
  
   user on home page
   user clicks restricted page link
   security strategy says can't go there without being logged in as X,
   redirects user to login page
   user logs in, and continueToOriginalDestination() redirects to
  restricted
   page (original dest) and returns true.
  
   another example:
   user clicks bookmarked link in a new tab in their browser to login page
  (or
   goes to unrestricted home page and clicks link for login page)
   user logs in, and continueToOriginalDestination() can't redirect them
   anywhere, because there is no original destination that was
 interrupted
  
   Page 272 Listing 11.4 , new Link(...){ ... method onClick():
throws new RestartResponseAtInterceptPageException(signInPage)
   
  
   This is a way to stop processing at ANY point in your application and
   redirect the user to a certain page.
  
  
How is this supposed to work?
   
Suppose the user is on the Home page, and the Home Page
has a UserPanel, and the user clicks on the Sign In link.
Then  the link itself sets an intercept to the sign-in page
(that is how the link arranges to take you there, as far as I can
understand).
   
But then, when the user enters name/password and submits, and
the submit method  calls continueToOriginalDestination(), it will
always succceed, and find the original destination to be the signIn
page, regardless of where it really originated (the Home Page, in
this case).
   
  
   You're a bit confused by original and destination.  Since the user
   clicked the signin page link, the *destination* was the signin page -
   which is unrestricted, so the continueToOriginalDestination() method
 can
   not
   redirect them anywhere, and thus returns false.  You now need to
 redirect
   them somewhere manually or the signin page will re-render.
  
   The *origin* was the home page - but that doesn't matter.  Don't be
  thrown
   off by original (destination) and origin - which are two different
   things.  :)
  
   For a while my code was working like that: Signing in worked,
i.e. it did sign you in, but you were returned to a blank sign-in
 page.
(My code doesn't work like that just this minute, but that is only
because I've been enhancing it with other bugs.)
   
Can anyone explain how the book-example is supposed to work?
   
Thanks
Jim
   
  
  
   --
   Jeremy Thomerson
   http://wickettraining.com
   *Need a CMS for Wicket?  Use Brix! http://brixcms.org

Re: Wicket in Action: problem with redirection

2011-03-16 Thread Martin Grigorov
Thanks Jim,

But without a quickstart it is hard to debug it.
There is a ticket which sounds to be related to what you described:
https://issues.apache.org/jira/browse/WICKET-3493

On Wed, Mar 16, 2011 at 9:54 PM, Jim Pinkham pinkh...@gmail.com wrote:

 FYI - rc2 still has this problem.  It works OK on a  BookmarkablePageLink
 to
 a page that implement IAuthorizationStrategy, but not on the new
 LinkMyLoginPage on a panel on my home page.  After login is complete, the
 link is hidden and replaced with a logout link, so the user gets an
 AccessDenied page after login as they try to 'restart the response' to the
 (wrong) onClick handler url for the now-invisible login link.

 Not sure when I'll get to making quickstart, but I thought I'd give at
 least
 this brief info for now.
 Thanks,
 -- Jim.

 On Wed, Mar 16, 2011 at 5:01 AM, Martin Grigorov mgrigo...@apache.org
 wrote:

  Try with RC2 and if it still fails please create a ticket with a
 quickstart
 
  On Tue, Mar 15, 2011 at 11:27 PM, Jim Pinkham pinkh...@gmail.com
 wrote:
 
   I think I've got the same situation happening.
  
   It's a login link on my home page, whose onClick
   uses the usual:
  throw new RestartResponseAtInterceptPageException(
  AuctionApplication.get().getSignInPageClass());
  
   I've stepped thru this a bit, and I find a problematic point in:
   RestartResponseAtInterceptPageException.InterceptData.set() where it
   captures what I think is supposed to be the home page url, which it is
   saving as follows:
   ...
  data.originalUrl = request.getOriginalUrl();
  
   However, in my debugger, this is instead the Url of the link:
  
  
 
 http://localhost:8080/myapp/wicket/page?0-1.ILinkListener-userPanel-signIn
  
   If I manually change it in the debugger to just my home page Url, it
  seems
   to work fine.
  
   This was working last for me in 1.5-M3, and now in 1.5-RC1 it appears
 to
   have broken.
  
   Hope this helps narrow the search...
  
   Thanks,
   -- Jim.
  
   On Thu, Mar 10, 2011 at 1:50 PM, Jeremy Thomerson 
   jer...@wickettraining.com
wrote:
  
On Thu, Mar 10, 2011 at 12:36 PM, Jim Goodwin sophin...@comcast.net
 
wrote:
   
 I'm a Wicket newbie, working my way through /Wicket in Action.

 /I don't understand redirection too clearly yet, but there is
 an example in the book which doesn't work right when I
 try it and I'd like to ask if the book example code makes
 sense to more experienced folks.

 Page 271 Listing 11.3 line 4: The onSubmit() method calls
 !continueToOriginalDestination().

   
continueToOriginalDestination() lets the user continue on to the
 place
   they
were going before being interrupted by the security mechanism if they
aren't
logged in.  i.e:
   
user on home page
user clicks restricted page link
security strategy says can't go there without being logged in as X,
redirects user to login page
user logs in, and continueToOriginalDestination() redirects to
   restricted
page (original dest) and returns true.
   
another example:
user clicks bookmarked link in a new tab in their browser to login
 page
   (or
goes to unrestricted home page and clicks link for login page)
user logs in, and continueToOriginalDestination() can't redirect them
anywhere, because there is no original destination that was
  interrupted
   
Page 272 Listing 11.4 , new Link(...){ ... method onClick():
 throws new RestartResponseAtInterceptPageException(signInPage)

   
This is a way to stop processing at ANY point in your application and
redirect the user to a certain page.
   
   
 How is this supposed to work?

 Suppose the user is on the Home page, and the Home Page
 has a UserPanel, and the user clicks on the Sign In link.
 Then  the link itself sets an intercept to the sign-in page
 (that is how the link arranges to take you there, as far as I can
 understand).

 But then, when the user enters name/password and submits, and
 the submit method  calls continueToOriginalDestination(), it will
 always succceed, and find the original destination to be the
 signIn
 page, regardless of where it really originated (the Home Page, in
 this case).

   
You're a bit confused by original and destination.  Since the
 user
clicked the signin page link, the *destination* was the signin page
 -
which is unrestricted, so the continueToOriginalDestination() method
  can
not
redirect them anywhere, and thus returns false.  You now need to
  redirect
them somewhere manually or the signin page will re-render.
   
The *origin* was the home page - but that doesn't matter.  Don't be
   thrown
off by original (destination) and origin - which are two
 different
things.  :)
   
For a while my code was working like that: Signing in worked,
 i.e. it did sign you

Re: Wicket in Action: problem with redirection

2011-03-15 Thread Jim Pinkham
I think I've got the same situation happening.

It's a login link on my home page, whose onClick
uses the usual:
throw new RestartResponseAtInterceptPageException(
AuctionApplication.get().getSignInPageClass());

I've stepped thru this a bit, and I find a problematic point in:
RestartResponseAtInterceptPageException.InterceptData.set() where it
captures what I think is supposed to be the home page url, which it is
saving as follows:
...
data.originalUrl = request.getOriginalUrl();

However, in my debugger, this is instead the Url of the link:

http://localhost:8080/myapp/wicket/page?0-1.ILinkListener-userPanel-signIn

If I manually change it in the debugger to just my home page Url, it seems
to work fine.

This was working last for me in 1.5-M3, and now in 1.5-RC1 it appears to
have broken.

Hope this helps narrow the search...

Thanks,
-- Jim.

On Thu, Mar 10, 2011 at 1:50 PM, Jeremy Thomerson jer...@wickettraining.com
 wrote:

 On Thu, Mar 10, 2011 at 12:36 PM, Jim Goodwin sophin...@comcast.net
 wrote:

  I'm a Wicket newbie, working my way through /Wicket in Action.
 
  /I don't understand redirection too clearly yet, but there is
  an example in the book which doesn't work right when I
  try it and I'd like to ask if the book example code makes
  sense to more experienced folks.
 
  Page 271 Listing 11.3 line 4: The onSubmit() method calls
  !continueToOriginalDestination().
 

 continueToOriginalDestination() lets the user continue on to the place they
 were going before being interrupted by the security mechanism if they
 aren't
 logged in.  i.e:

 user on home page
 user clicks restricted page link
 security strategy says can't go there without being logged in as X,
 redirects user to login page
 user logs in, and continueToOriginalDestination() redirects to restricted
 page (original dest) and returns true.

 another example:
 user clicks bookmarked link in a new tab in their browser to login page (or
 goes to unrestricted home page and clicks link for login page)
 user logs in, and continueToOriginalDestination() can't redirect them
 anywhere, because there is no original destination that was interrupted

 Page 272 Listing 11.4 , new Link(...){ ... method onClick():
  throws new RestartResponseAtInterceptPageException(signInPage)
 

 This is a way to stop processing at ANY point in your application and
 redirect the user to a certain page.


  How is this supposed to work?
 
  Suppose the user is on the Home page, and the Home Page
  has a UserPanel, and the user clicks on the Sign In link.
  Then  the link itself sets an intercept to the sign-in page
  (that is how the link arranges to take you there, as far as I can
  understand).
 
  But then, when the user enters name/password and submits, and
  the submit method  calls continueToOriginalDestination(), it will
  always succceed, and find the original destination to be the signIn
  page, regardless of where it really originated (the Home Page, in
  this case).
 

 You're a bit confused by original and destination.  Since the user
 clicked the signin page link, the *destination* was the signin page -
 which is unrestricted, so the continueToOriginalDestination() method can
 not
 redirect them anywhere, and thus returns false.  You now need to redirect
 them somewhere manually or the signin page will re-render.

 The *origin* was the home page - but that doesn't matter.  Don't be thrown
 off by original (destination) and origin - which are two different
 things.  :)

 For a while my code was working like that: Signing in worked,
  i.e. it did sign you in, but you were returned to a blank sign-in page.
  (My code doesn't work like that just this minute, but that is only
  because I've been enhancing it with other bugs.)
 
  Can anyone explain how the book-example is supposed to work?
 
  Thanks
  Jim
 


 --
 Jeremy Thomerson
 http://wickettraining.com
 *Need a CMS for Wicket?  Use Brix! http://brixcms.org*



Wicket in Action: problem with redirection

2011-03-10 Thread Jim Goodwin

I'm a Wicket newbie, working my way through /Wicket in Action.

/I don't understand redirection too clearly yet, but there is
an example in the book which doesn't work right when I
try it and I'd like to ask if the book example code makes
sense to more experienced folks.

Page 271 Listing 11.3 line 4: The onSubmit() method calls
!continueToOriginalDestination().

Page 272 Listing 11.4 , new Link(...){ ... method onClick():
throws new RestartResponseAtInterceptPageException(signInPage)

How is this supposed to work?

Suppose the user is on the Home page, and the Home Page
has a UserPanel, and the user clicks on the Sign In link.
Then  the link itself sets an intercept to the sign-in page
(that is how the link arranges to take you there, as far as I can
understand).

But then, when the user enters name/password and submits, and
the submit method  calls continueToOriginalDestination(), it will
always succceed, and find the original destination to be the signIn
page, regardless of where it really originated (the Home Page, in
this case).

For a while my code was working like that: Signing in worked,
i.e. it did sign you in, but you were returned to a blank sign-in page.
(My code doesn't work like that just this minute, but that is only
because I've been enhancing it with other bugs.)

Can anyone explain how the book-example is supposed to work?

Thanks
Jim

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



Re: Wicket in Action: problem with redirection

2011-03-10 Thread Jeremy Thomerson
On Thu, Mar 10, 2011 at 12:36 PM, Jim Goodwin sophin...@comcast.net wrote:

 I'm a Wicket newbie, working my way through /Wicket in Action.

 /I don't understand redirection too clearly yet, but there is
 an example in the book which doesn't work right when I
 try it and I'd like to ask if the book example code makes
 sense to more experienced folks.

 Page 271 Listing 11.3 line 4: The onSubmit() method calls
 !continueToOriginalDestination().


continueToOriginalDestination() lets the user continue on to the place they
were going before being interrupted by the security mechanism if they aren't
logged in.  i.e:

user on home page
user clicks restricted page link
security strategy says can't go there without being logged in as X,
redirects user to login page
user logs in, and continueToOriginalDestination() redirects to restricted
page (original dest) and returns true.

another example:
user clicks bookmarked link in a new tab in their browser to login page (or
goes to unrestricted home page and clicks link for login page)
user logs in, and continueToOriginalDestination() can't redirect them
anywhere, because there is no original destination that was interrupted

Page 272 Listing 11.4 , new Link(...){ ... method onClick():
 throws new RestartResponseAtInterceptPageException(signInPage)


This is a way to stop processing at ANY point in your application and
redirect the user to a certain page.


 How is this supposed to work?

 Suppose the user is on the Home page, and the Home Page
 has a UserPanel, and the user clicks on the Sign In link.
 Then  the link itself sets an intercept to the sign-in page
 (that is how the link arranges to take you there, as far as I can
 understand).

 But then, when the user enters name/password and submits, and
 the submit method  calls continueToOriginalDestination(), it will
 always succceed, and find the original destination to be the signIn
 page, regardless of where it really originated (the Home Page, in
 this case).


You're a bit confused by original and destination.  Since the user
clicked the signin page link, the *destination* was the signin page -
which is unrestricted, so the continueToOriginalDestination() method can not
redirect them anywhere, and thus returns false.  You now need to redirect
them somewhere manually or the signin page will re-render.

The *origin* was the home page - but that doesn't matter.  Don't be thrown
off by original (destination) and origin - which are two different
things.  :)

For a while my code was working like that: Signing in worked,
 i.e. it did sign you in, but you were returned to a blank sign-in page.
 (My code doesn't work like that just this minute, but that is only
 because I've been enhancing it with other bugs.)

 Can anyone explain how the book-example is supposed to work?

 Thanks
 Jim



-- 
Jeremy Thomerson
http://wickettraining.com
*Need a CMS for Wicket?  Use Brix! http://brixcms.org*


wicket in action session Problems

2011-02-18 Thread xaver

Hi,

I'm really new to wicket and I'm trying to learn about with wicket in
action.
Now the problem: I've initialized a project trought maven quikstart version:
1.5rc1.

A first test with the jetty engine work as aspected. 

the session is implemented with the following class:

public class CheesrSession extends WebSession {

private Cart cart = new Cart();

public CheesrSession(Request request) {
super(request);
}

public Cart getCart(){

return cart;
}


}


and with the getHomePage method in the extended WebApplication:

 public Class getHomePage() {
return Index.class;
}


I call the index page:

import org.apache.wicket.markup.html.basic.Label;
import org.apache.wicket.markup.html.link.Link;
import org.apache.wicket.markup.html.list.ListItem;
import org.apache.wicket.markup.html.list.ListView;
import org.apache.wicket.model.PropertyModel;

/**
 *
 * @author saverioscavelli
 */
public class Index extends CheesrPage {

//private static final long serialVersionUID = 1L;


public Index() {

add(new ListView(cheeses, getCheeses()) {

@Override
protected void populateItem(ListItem item) {
//throw new UnsupportedOperationException(Not supported
yet.);
Cheese cheese = (Cheese) item.getModelObject();
item.add(new Label(name, cheese.getName()));
item.add(new Label(description, cheese.getDesciption()));
item.add(new Label(price, $ + cheese.getPrice()));
item.add(new Link(add, item.getModel()) {

@Override
public void onClick() {
//throw new UnsupportedOperationException(Not
supported yet.);
Cheese selected = (Cheese) getModelObject();
getCart().getCheeses().add(selected);
}
});
}
});


add(new ListView(cart, new PropertyModel(this, cart.cheeses)) {

@Override
protected void populateItem(ListItem item) {
//throw new UnsupportedOperationException(Not supported
yet.);
Cheese cheese = (Cheese) item.getModelObject();
item.add(new Label(name, cheese.getName()));
item.add(new Label(price, $+ cheese.getPrice()));

item.add(new Link(remove, item.getModel()) {

@Override
public void onClick() {
//throw new UnsupportedOperationException(Not
supported yet.);

Cheese selected = (Cheese) getModelObject();
getCart().getCheeses().remove(selected);
}
});

}
});
add(new Label(total, $+ getCart().getTotal()));


}



}

the index page extends the CheesrPage:

import java.util.List;
import org.apache.wicket.markup.html.WebPage;

/**
 *
 * @author saverioscavelli
 */
public abstract class CheesrPage extends WebPage {

public CheesrSession getCheesrSession(){

return  (CheesrSession) getSession();
}

public Cart getCart(){
return getCheesrSession().getCart();
}

public ListCheese getCheeses(){
return WicketApplication.get().getCheeses();
}

}

unfortunately I recive an Error that I dont really anderstand:

Unexpected RuntimeException

WicketMessage: Can't instantiate page using constructor public
babilo.cheeser.cheesr.Index()

Stacktrace

Root cause:

java.lang.ClassCastException: org.apache.wicket.protocol.http.WebSession
cannot be cast to babilo.cheeser.cheesr.CheesrSession
 at
babilo.cheeser.cheesr.CheesrPage.getCheesrSession(CheesrPage.java:31)
 at babilo.cheeser.cheesr.CheesrPage.getCart(CheesrPage.java:35)
 at babilo.cheeser.cheesr.Index.init(Index.java:81)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
 at
org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:155)
 at
org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:59)
 at
org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:43)
 at
org.apache.wicket.Application$2.newPageInstance(Application.java:1157)
 at
org.apache.wicket.request.handler.PageProvider.getPageInstance(PageProvider.java:259)
 at
org.apache.wicket.request.handler.PageProvider.getPageInstance(PageProvider.java:160)
 at
org.apache.wicket.request.handler.render.WebPageRenderer.getPage(WebPageRenderer.java:59)
 at
org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:212)
 at
org.apache.wicket.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:149)
 at
org.apache.wicket.request.RequestHandlerStack.executeRequestHandler(RequestHandlerStack.java:84)
 at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java

Re: wicket in action session Problems

2011-02-18 Thread Martin Grigorov
in CheesrApplication class you need to override newSession() method and
return new CheesrSession()

On Fri, Feb 18, 2011 at 3:56 PM, xaver saverio.scave...@googlemail.comwrote:


 Hi,

 I'm really new to wicket and I'm trying to learn about with wicket in
 action.
 Now the problem: I've initialized a project trought maven quikstart
 version:
 1.5rc1.

 A first test with the jetty engine work as aspected.

 the session is implemented with the following class:

 public class CheesrSession extends WebSession {

private Cart cart = new Cart();

public CheesrSession(Request request) {
super(request);
}

public Cart getCart(){

return cart;
}


 }


 and with the getHomePage method in the extended WebApplication:

  public Class getHomePage() {
return Index.class;
}


 I call the index page:

 import org.apache.wicket.markup.html.basic.Label;
 import org.apache.wicket.markup.html.link.Link;
 import org.apache.wicket.markup.html.list.ListItem;
 import org.apache.wicket.markup.html.list.ListView;
 import org.apache.wicket.model.PropertyModel;

 /**
  *
  * @author saverioscavelli
  */
 public class Index extends CheesrPage {

//private static final long serialVersionUID = 1L;


public Index() {

add(new ListView(cheeses, getCheeses()) {

@Override
protected void populateItem(ListItem item) {
//throw new UnsupportedOperationException(Not supported
 yet.);
Cheese cheese = (Cheese) item.getModelObject();
item.add(new Label(name, cheese.getName()));
item.add(new Label(description, cheese.getDesciption()));
item.add(new Label(price, $ + cheese.getPrice()));
item.add(new Link(add, item.getModel()) {

@Override
public void onClick() {
//throw new UnsupportedOperationException(Not
 supported yet.);
Cheese selected = (Cheese) getModelObject();
getCart().getCheeses().add(selected);
}
});
}
});


add(new ListView(cart, new PropertyModel(this, cart.cheeses)) {

@Override
protected void populateItem(ListItem item) {
//throw new UnsupportedOperationException(Not supported
 yet.);
Cheese cheese = (Cheese) item.getModelObject();
item.add(new Label(name, cheese.getName()));
item.add(new Label(price, $+ cheese.getPrice()));

item.add(new Link(remove, item.getModel()) {

@Override
public void onClick() {
//throw new UnsupportedOperationException(Not
 supported yet.);

Cheese selected = (Cheese) getModelObject();
getCart().getCheeses().remove(selected);
}
});

}
});
add(new Label(total, $+ getCart().getTotal()));


}



 }

 the index page extends the CheesrPage:

 import java.util.List;
 import org.apache.wicket.markup.html.WebPage;

 /**
  *
  * @author saverioscavelli
  */
 public abstract class CheesrPage extends WebPage {

public CheesrSession getCheesrSession(){

return  (CheesrSession) getSession();
}

public Cart getCart(){
return getCheesrSession().getCart();
}

public ListCheese getCheeses(){
return WicketApplication.get().getCheeses();
}

 }

 unfortunately I recive an Error that I dont really anderstand:

 Unexpected RuntimeException

 WicketMessage: Can't instantiate page using constructor public
 babilo.cheeser.cheesr.Index()

 Stacktrace

 Root cause:

 java.lang.ClassCastException: org.apache.wicket.protocol.http.WebSession
 cannot be cast to babilo.cheeser.cheesr.CheesrSession
 at
 babilo.cheeser.cheesr.CheesrPage.getCheesrSession(CheesrPage.java:31)
 at babilo.cheeser.cheesr.CheesrPage.getCart(CheesrPage.java:35)
 at babilo.cheeser.cheesr.Index.init(Index.java:81)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
 at

 org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:155)
 at

 org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:59)
 at

 org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:43)
 at
 org.apache.wicket.Application$2.newPageInstance(Application.java:1157)
 at

 org.apache.wicket.request.handler.PageProvider.getPageInstance(PageProvider.java:259)
 at

 org.apache.wicket.request.handler.PageProvider.getPageInstance(PageProvider.java:160)
 at

 org.apache.wicket.request.handler.render.WebPageRenderer.getPage(WebPageRenderer.java:59)
 at

 org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:212

Re: wicket in action session Problems

2011-02-18 Thread Mike Mander
Have you overwriten the newSession(request, response) method in your 
WebApplication?

There you have to instantiate your ChesrSession.

Cheers
Mike

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



Re: wicket in action session Problems

2011-02-18 Thread xaver

Thks.
 It works!!
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-in-action-session-Problems-tp3312697p3312794.html
Sent from the Users forum 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: Wicket + Spring + Hibernate - Wicket-In-Action

2009-11-18 Thread Martijn Dashorst
The interceptor can be safely removed. It was necessary for the
project I was working on, but you probably don't need it.

JDBC connection settings are best done through a DataSource and
specified at the container level instead of programmatically.

Martijn

On Mon, Nov 16, 2009 at 6:38 PM, Jeffrey Schneller
jeffrey.schnel...@envisa.com wrote:
 At the link[1] it describes how to configure wicket to use Spring and
 Hibernate.  In the applicationContext.xml file there is reference to a n
 interceptor bean.  What is this interceptor bean?  What is the
 definition of this bean?  Everything else seems to make sense.



 Also how would one move the configuration of the jdbc connection to
 code?  It is desirable to db connection information reside at the server
 level so when deploying code from dev to stage to production, you do not
 need change or replace a file.  The configuration is at the server level
 [in the server context] and it is pulled from there.



 Thanks.







 [1]
 http://wicketinaction.com/2009/06/wicketspringhibernate-configuration/







-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0

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



Re: Wicket + Spring + Hibernate - Wicket-In-Action

2009-11-18 Thread Martijn Dashorst
The interceptor can be safely removed. It was necessary for the
project I was working on, but you probably don't need it.

JDBC connection settings are best done through a DataSource and
specified at the container level instead of programmatically.

Martijn

On Mon, Nov 16, 2009 at 6:38 PM, Jeffrey Schneller
jeffrey.schnel...@envisa.com wrote:
 At the link[1] it describes how to configure wicket to use Spring and
 Hibernate.  In the applicationContext.xml file there is reference to a n
 interceptor bean.  What is this interceptor bean?  What is the
 definition of this bean?  Everything else seems to make sense.



 Also how would one move the configuration of the jdbc connection to
 code?  It is desirable to db connection information reside at the server
 level so when deploying code from dev to stage to production, you do not
 need change or replace a file.  The configuration is at the server level
 [in the server context] and it is pulled from there.



 Thanks.







 [1]
 http://wicketinaction.com/2009/06/wicketspringhibernate-configuration/







-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0

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



Re: Wicket + Spring + Hibernate - Wicket-In-Action

2009-11-17 Thread James Carman
On Mon, Nov 16, 2009 at 12:38 PM, Jeffrey Schneller
jeffrey.schnel...@envisa.com wrote:
 Also how would one move the configuration of the jdbc connection to
 code?  It is desirable to db connection information reside at the server
 level so when deploying code from dev to stage to production, you do not
 need change or replace a file.  The configuration is at the server level
 [in the server context] and it is pulled from there.

Isn't this a Spring question?  The Wicket/Spring integration basically
lets you talk to your Spring beans (by using @SpringBean annotation
to inject them).  It doesn't do anything fancy with Spring itself.
You don't even use a Wicket way to bootstrap the context (you use
Spring's context listener for that).  How you configure your Spring
beans is up to you.  I'd recommend either picking up Spring in Action
or just read the online documentation (it's pretty good).

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



RE: Wicket + Spring + Hibernate - Wicket-In-Action

2009-11-17 Thread Loritsch, Berin C.
I'm not sure the purpose of the interceptor, but until you have a need
to extend and use it, you can use the org.hibernate.EmptyInterceptor
class instead of creating your own.  I have had no problems with using
that class.

-Original Message-
From: Jeffrey Schneller [mailto:jeffrey.schnel...@envisa.com] 
Sent: Monday, November 16, 2009 12:38 PM
To: users@wicket.apache.org
Subject: Wicket + Spring + Hibernate - Wicket-In-Action

At the link[1] it describes how to configure wicket to use Spring and
Hibernate.  In the applicationContext.xml file there is reference to a n
interceptor bean.  What is this interceptor bean?  What is the
definition of this bean?  Everything else seems to make sense.

 

Also how would one move the configuration of the jdbc connection to
code?  It is desirable to db connection information reside at the server
level so when deploying code from dev to stage to production, you do not
need change or replace a file.  The configuration is at the server level
[in the server context] and it is pulled from there.

 

Thanks.

 

 

 

[1]
http://wicketinaction.com/2009/06/wicketspringhibernate-configuration/

 


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



Wicket + Spring + Hibernate - Wicket-In-Action

2009-11-16 Thread Jeffrey Schneller
At the link[1] it describes how to configure wicket to use Spring and
Hibernate.  In the applicationContext.xml file there is reference to a n
interceptor bean.  What is this interceptor bean?  What is the
definition of this bean?  Everything else seems to make sense.

 

Also how would one move the configuration of the jdbc connection to
code?  It is desirable to db connection information reside at the server
level so when deploying code from dev to stage to production, you do not
need change or replace a file.  The configuration is at the server level
[in the server context] and it is pulled from there.

 

Thanks.

 

 

 

[1]
http://wicketinaction.com/2009/06/wicketspringhibernate-configuration/

 



Re: FormTester not working in Cheesr (Wicket In Action) update to 1.4.3

2009-11-08 Thread PhilipJohnson

Here's the fix: select the state as follows:

   formTester.select(state-wmc:state, 1);

-- 
View this message in context: 
http://old.nabble.com/FormTester-not-working-in-Cheesr-%28Wicket-In-Action%29-update-to-1.4.3-tp26248438p26259781.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



FormTester not working in Cheesr (Wicket In Action) update to 1.4.3

2009-11-07 Thread Philip Johnson

Greetings, Wicketopians,

I am updating the Cheesr application to 1.4.3, and with some help from 
Andrig Miller, have got the actual application working fine.


The problem I am having is with the unit tests that I wrote for the 1.3.6 
version. I use FormTester to fill out the fields on a Checkout page and 
then submit the results.  When running the application interactively, 
submitting the form works correctly and sends you back to an Index page. 
My test code looks like this:


FormTester formTester = tester.newFormTester(form);
formTester.setValue(name, Philip);
formTester.setValue(street, Main Street);
formTester.setValue(zipcode, 96822);
formTester.setValue(city, Anchorage);
formTester.setValue(state-wmc:state, Alaska);
formTester.submit();
tester.assertRenderedPage(Index.class);

But it doesn't work: the last assertion indicates that we're still on the 
Checkout page. This test worked under 1.3.6.   I've played around with 
this for a couple of hours now and am convinced that there's something 
simple going on that I simply can't see.  Can any of you straighten me 
out?


Here's the test class:
http://code.google.com/p/ics-wicket-examples/source/browse/trunk/example04/src/com/cheesr/TestCheckoutPage.java

Here's the Form definition:
http://code.google.com/p/ics-wicket-examples/source/browse/trunk/example04/src/com/cheesr/CheckoutPage.java

Here's the page's HTML:
http://code.google.com/p/ics-wicket-examples/source/browse/trunk/example04/src/com/cheesr/CheckoutPage.html

If you'd like to download the entire application:
http://ics-wicket-examples.googlecode.com/files/wicket-example04-1.0.1107.zip

Thanks so much for any help you can provide,
Philip


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



Wicket in Action book p95 Listing 4.6 change not rendered

2009-05-03 Thread david
Hello Martijn, Eelco and the Wicket users, I'm up to p. 94 in WIA. Getting this 
far I decided to make a small change to the Example form in index.java (Class 
MyForm3) and index.html (form wicket:id=myform3). I added the following 
respectively:

add(new TextField(lastName));

and...

trtdLast/tdtdinput type=text wicket:id=lastName //td/tr

I did complete: mvn clean, mvn package and mvn jetty:run. And, I also depoyed 
the new wicket-in-action-0.9.war on Tomcat but there is no change in the 
rendered index.html. WIA is running as expected except for the missing added 
changes.

Any ideas? Please advise, David.


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

Re: Wicket in Action book p95 Listing 4.6 change not rendered

2009-05-03 Thread Jeremy Thomerson
Check your classes (compiled) directory - does the HTML file there
have the change?

Also, carefully scrutinize your classpath - it is very likely that
another jar has the HTML file higher in the classpath than yours.

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




On Sun, May 3, 2009 at 6:34 PM,  da...@davidwbrown.name wrote:
 Hello Martijn, Eelco and the Wicket users, I'm up to p. 94 in WIA. Getting 
 this far I decided to make a small change to the Example form in index.java 
 (Class MyForm3) and index.html (form wicket:id=myform3). I added the 
 following respectively:

 add(new TextField(lastName));

 and...

 trtdLast/tdtdinput type=text wicket:id=lastName //td/tr

 I did complete: mvn clean, mvn package and mvn jetty:run. And, I also depoyed 
 the new wicket-in-action-0.9.war on Tomcat but there is no change in the 
 rendered index.html. WIA is running as expected except for the missing added 
 changes.

 Any ideas? Please advise, David.



 -
 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



Wicket in Action book p. 38

2009-04-26 Thread david
Hello Martijn, Eelco, Wicketeers and mortals, I have purchased the WIA book and 
today I have rifled up to page 38. I have never read the preface or the About 
Book pages of any of my Computer Books (of which I have a few...). After 
reading the About Book, downloading the source, building with Maven, importing 
into Eclipse, making Hello World changes the entire package, book, source, 
build structure did not miss a beat! I'm impressed! I'm even reading the: Best 
Practices stuff (which I usually skip...). I plan to stay the course and read 
cover-to-cover. I must admit I have been peeking and cheating ahead somewhat. 
The import of the WIA source into Eclipse made it impossible for me to not Look 
Ahead.

I realize if I can get to the Cheese shopping cart sections of WIA and the 
accompanying source I will have to see if I can replace the embedded hSQL with 
the embeddable MySQL. I can't help myself I must pose the question: has anyone 
embedded MySQL with Wicket? See link below. Please advise, David.



***
http://swik.net/MySQL/Mark+Matthew/Yes,+it+really+is+this+easy+to+embed+MySQL+Server+into+your+Java+Application/bv64

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



Wicket in Action vs the other main books

2009-04-10 Thread David Brown
Hello Wicketers, I am in the throes of a decision to buy the Wicket in Action 
book. There are a couple of other books but the little time I have lurked on 
this ML I have noticed the Wicket-in-Action authors are fielding some of the 
issues on this list. The reason I need to hit Wicket as hard as I can is I have 
already dismissed 3 other MVC frameworks that I have evaluated over the past 
two weeks. I have also evaluated 3 end-to-end MVC frameworks based on Wicket. 
End-to-end means: (HTML UI)(Java POJO middleware)(Hibernate|iBatis)(MySQL). I 
have dismissed all of the so-called end-to-end MVC frameworks except: 
databinder.net. The databinder.net framework is a great piece of software based 
entirely on Wicket and Hibernate. The only caveat is databinder.net appears to 
no longer enjoy a community type support. And, in fact, databinder.net does not 
seem to be supported in any way including the original author. So, betting the 
farm on databinder.net is problematic and this brings us to the question of: 
does the Wicket in Action book (or any Wicket book) discuss the coupling 
together of Wicket and something like Hibernate or iBatis to a restructured 
database for the purposes of rewriting an existing web app. The current web app 
run-time for the company I am working for was written using a code-generator. 
The name of the code-generator referenced in the previous sentence is not 
known. The original programmer that authored the original run-time web app has 
flown-the-coop. Rants and Raves welcomed. Please advise, David.















There are 10 kinds of people in this world: those who understand binary and 
those who don’t (Valid only for 2's complement).

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



Re: Wicket in Action vs the other main books

2009-04-10 Thread Erik van Oosten

David,

Wicket in Action describe how to integrate with Spring and Hibernate.

Databinder.net is LGPL, you can choose and copy code you like. Updating 
selected code to recent wicket version should be fairly easy.


Regards,
   Erik.


David Brown schreef:

Hello Wicketers, I am in the throes of a decision to buy the Wicket in Action 
book. There are a couple of other books but the little time I have lurked on 
this ML I have noticed the Wicket-in-Action authors are fielding some of the 
issues on this list. The reason I need to hit Wicket as hard as I can is I have 
already dismissed 3 other MVC frameworks that I have evaluated over the past 
two weeks. I have also evaluated 3 end-to-end MVC frameworks based on Wicket. 
End-to-end means: (HTML UI)(Java POJO middleware)(Hibernate|iBatis)(MySQL). I 
have dismissed all of the so-called end-to-end MVC frameworks except: 
databinder.net. The databinder.net framework is a great piece of software based 
entirely on Wicket and Hibernate. The only caveat is databinder.net appears to 
no longer enjoy a community type support. And, in fact, databinder.net does not 
seem to be supported in any way including the original author. So, betting the 
farm on databinder.net is problematic and this brings us to the question of: 
does the Wicket in Action book (or any Wicket book) discuss the coupling 
together of Wicket and something like Hibernate or iBatis to a restructured 
database for the purposes of rewriting an existing web app. The current web app 
run-time for the company I am working for was written using a code-generator. 
The name of the code-generator referenced in the previous sentence is not 
known. The original programmer that authored the original run-time web app has 
flown-the-coop. Rants and Raves welcomed. Please advise, David.


  


--
Erik van Oosten
http://day-to-day-stuff.blogspot.com/




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



Re: Wicket in Action vs the other main books

2009-04-10 Thread Sergey Podatelev
You probably shouldn't base your evaluation of a book on how good any
specific topic is explained there, unless this specific topic is one
and the only thing you are interested in. You will most probably still
have to spend some time researching whatever you're insterested in on
the web. Still, Wicket in Action is afaik the most recent piece, and
certainly comes from the most experienced in Wicket authors, which is
good regardless of what solutions you're going to use for your
business layer.

On Fri, Apr 10, 2009 at 6:42 PM, David Brown
dbr...@sexingtechnologies.com wrote:
 Hello Wicketers, I am in the throes of a decision to buy the Wicket in Action 
 book. There are a couple of other books but the little time I have lurked on 
 this ML I have noticed the Wicket-in-Action authors are fielding some of the 
 issues on this list. The reason I need to hit Wicket as hard as I can is I 
 have already dismissed 3 other MVC frameworks that I have evaluated over the 
 past two weeks. I have also evaluated 3 end-to-end MVC frameworks based on 
 Wicket. End-to-end means: (HTML UI)(Java POJO 
 middleware)(Hibernate|iBatis)(MySQL). I have dismissed all of the so-called 
 end-to-end MVC frameworks except: databinder.net. The databinder.net 
 framework is a great piece of software based entirely on Wicket and 
 Hibernate. The only caveat is databinder.net appears to no longer enjoy a 
 community type support. And, in fact, databinder.net does not seem to be 
 supported in any way including the original author. So, betting the farm on 
 databinder.net is problematic and this brings us to the question of: does the 
 Wicket in Action book (or any Wicket book) discuss the coupling together of 
 Wicket and something like Hibernate or iBatis to a restructured database for 
 the purposes of rewriting an existing web app. The current web app run-time 
 for the company I am working for was written using a code-generator. The name 
 of the code-generator referenced in the previous sentence is not known. The 
 original programmer that authored the original run-time web app has 
 flown-the-coop. Rants and Raves welcomed. Please advise, David.

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





-- 
sp

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



Re: Wicket in Action vs the other main books

2009-04-10 Thread David Brown
Hello Erik, thanks for the speedy and informative reply. I just acquired the 
Tong PDF and I will cruise by BN and pick-up the WIA book. The databinder.net 
may be LGPL but I do not see any source-code repo: SVN, HG, etc. so it is too 
risky for me to rely strictly on the jars that came with the demo examples. 
Thanks again, David.




There are 10 kinds of people in this world: those who understand binary and 
those who don’t (Valid only for 2's complement).

- Original Message -
From: Erik van Oosten e.vanoos...@grons.nl
To: users@wicket.apache.org
Sent: Friday, April 10, 2009 9:54:35 AM GMT -06:00 US/Canada Central
Subject: Re: Wicket in Action vs the other main books

David,

Wicket in Action describe how to integrate with Spring and Hibernate.

Databinder.net is LGPL, you can choose and copy code you like. Updating 
selected code to recent wicket version should be fairly easy.

Regards,
Erik.


David Brown schreef:
 Hello Wicketers, I am in the throes of a decision to buy the Wicket in Action 
 book. There are a couple of other books but the little time I have lurked on 
 this ML I have noticed the Wicket-in-Action authors are fielding some of the 
 issues on this list. The reason I need to hit Wicket as hard as I can is I 
 have already dismissed 3 other MVC frameworks that I have evaluated over the 
 past two weeks. I have also evaluated 3 end-to-end MVC frameworks based on 
 Wicket. End-to-end means: (HTML UI)(Java POJO 
 middleware)(Hibernate|iBatis)(MySQL). I have dismissed all of the so-called 
 end-to-end MVC frameworks except: databinder.net. The databinder.net 
 framework is a great piece of software based entirely on Wicket and 
 Hibernate. The only caveat is databinder.net appears to no longer enjoy a 
 community type support. And, in fact, databinder.net does not seem to be 
 supported in any way including the original author. So, betting the farm on 
 databinder.net is problematic and this brings us to the question of: does the 
 Wicket in Action book (or any Wicket book) discuss the coupling together of 
 Wicket and something like Hibernate or iBatis to a restructured database for 
 the purposes of rewriting an existing web app. The current web app run-time 
 for the company I am working for was written using a code-generator. The name 
 of the code-generator referenced in the previous sentence is not known. The 
 original programmer that authored the original run-time web app has 
 flown-the-coop. Rants and Raves welcomed. Please advise, David.


   

-- 
Erik van Oosten
http://day-to-day-stuff.blogspot.com/




-
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: Wicket in Action vs the other main books

2009-04-10 Thread Igor Vaynberg
google databinder.net svn

which will lead you to the faq page http://databinder.net/site/show/faq

which will lead you to git://databinder.net/git/databinder

-igor

On Fri, Apr 10, 2009 at 12:31 PM, David Brown
dbr...@sexingtechnologies.com wrote:
 Hello Erik, thanks for the speedy and informative reply. I just acquired the 
 Tong PDF and I will cruise by BN and pick-up the WIA book. The 
 databinder.net may be LGPL but I do not see any source-code repo: SVN, HG, 
 etc. so it is too risky for me to rely strictly on the jars that came with 
 the demo examples. Thanks again, David.




 There are 10 kinds of people in this world: those who understand binary and 
 those who don’t (Valid only for 2's complement).

 - Original Message -
 From: Erik van Oosten e.vanoos...@grons.nl
 To: users@wicket.apache.org
 Sent: Friday, April 10, 2009 9:54:35 AM GMT -06:00 US/Canada Central
 Subject: Re: Wicket in Action vs the other main books

 David,

 Wicket in Action describe how to integrate with Spring and Hibernate.

 Databinder.net is LGPL, you can choose and copy code you like. Updating
 selected code to recent wicket version should be fairly easy.

 Regards,
    Erik.


 David Brown schreef:
 Hello Wicketers, I am in the throes of a decision to buy the Wicket in 
 Action book. There are a couple of other books but the little time I have 
 lurked on this ML I have noticed the Wicket-in-Action authors are fielding 
 some of the issues on this list. The reason I need to hit Wicket as hard as 
 I can is I have already dismissed 3 other MVC frameworks that I have 
 evaluated over the past two weeks. I have also evaluated 3 end-to-end MVC 
 frameworks based on Wicket. End-to-end means: (HTML UI)(Java POJO 
 middleware)(Hibernate|iBatis)(MySQL). I have dismissed all of the so-called 
 end-to-end MVC frameworks except: databinder.net. The databinder.net 
 framework is a great piece of software based entirely on Wicket and 
 Hibernate. The only caveat is databinder.net appears to no longer enjoy a 
 community type support. And, in fact, databinder.net does not seem to be 
 supported in any way including the original author. So, betting the farm on 
 databinder.net is problematic and this brings us to the question of: does 
 the Wicket in Action book (or any Wicket book) discuss the coupling together 
 of Wicket and something like Hibernate or iBatis to a restructured database 
 for the purposes of rewriting an existing web app. The current web app 
 run-time for the company I am working for was written using a 
 code-generator. The name of the code-generator referenced in the previous 
 sentence is not known. The original programmer that authored the original 
 run-time web app has flown-the-coop. Rants and Raves welcomed. Please 
 advise, David.




 --
 Erik van Oosten
 http://day-to-day-stuff.blogspot.com/




 -
 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



Re: Wicket in Action vs the other main books

2009-04-10 Thread David Brown
Hello Igor, thanks again for the reply. I can't see the git forest for all the 
svn,hg,cvs trees. I will git-up-to-speed with git (no pun intended) and fetch 
the sofware. Again, thanks very much as this changes the complexion of the 
direction I will be taking to development the web app for my current gig. I may 
even be able to keep my job! Regards, ;-) David.

There are 10 kinds of people in this world: those who understand binary and 
those who don’t (Valid only for 2's complement).

- Original Message -
From: Igor Vaynberg igor.vaynb...@gmail.com
To: users@wicket.apache.org
Sent: Friday, April 10, 2009 3:12:32 PM GMT -06:00 US/Canada Central
Subject: Re: Wicket in Action vs the other main books

google databinder.net svn

which will lead you to the faq page http://databinder.net/site/show/faq

which will lead you to git://databinder.net/git/databinder

-igor

On Fri, Apr 10, 2009 at 12:31 PM, David Brown
dbr...@sexingtechnologies.com wrote:
 Hello Erik, thanks for the speedy and informative reply. I just acquired the 
 Tong PDF and I will cruise by BN and pick-up the WIA book. The 
 databinder.net may be LGPL but I do not see any source-code repo: SVN, HG, 
 etc. so it is too risky for me to rely strictly on the jars that came with 
 the demo examples. Thanks again, David.




 There are 10 kinds of people in this world: those who understand binary and 
 those who don’t (Valid only for 2's complement).

 - Original Message -
 From: Erik van Oosten e.vanoos...@grons.nl
 To: users@wicket.apache.org
 Sent: Friday, April 10, 2009 9:54:35 AM GMT -06:00 US/Canada Central
 Subject: Re: Wicket in Action vs the other main books

 David,

 Wicket in Action describe how to integrate with Spring and Hibernate.

 Databinder.net is LGPL, you can choose and copy code you like. Updating
 selected code to recent wicket version should be fairly easy.

 Regards,
    Erik.


 David Brown schreef:
 Hello Wicketers, I am in the throes of a decision to buy the Wicket in 
 Action book. There are a couple of other books but the little time I have 
 lurked on this ML I have noticed the Wicket-in-Action authors are fielding 
 some of the issues on this list. The reason I need to hit Wicket as hard as 
 I can is I have already dismissed 3 other MVC frameworks that I have 
 evaluated over the past two weeks. I have also evaluated 3 end-to-end MVC 
 frameworks based on Wicket. End-to-end means: (HTML UI)(Java POJO 
 middleware)(Hibernate|iBatis)(MySQL). I have dismissed all of the so-called 
 end-to-end MVC frameworks except: databinder.net. The databinder.net 
 framework is a great piece of software based entirely on Wicket and 
 Hibernate. The only caveat is databinder.net appears to no longer enjoy a 
 community type support. And, in fact, databinder.net does not seem to be 
 supported in any way including the original author. So, betting the farm on 
 databinder.net is problematic and this brings us to the question of: does 
 the Wicket in Action book (or any Wicket book) discuss the coupling together 
 of Wicket and something like Hibernate or iBatis to a restructured database 
 for the purposes of rewriting an existing web app. The current web app 
 run-time for the company I am working for was written using a 
 code-generator. The name of the code-generator referenced in the previous 
 sentence is not known. The original programmer that authored the original 
 run-time web app has flown-the-coop. Rants and Raves welcomed. Please 
 advise, David.




 --
 Erik van Oosten
 http://day-to-day-stuff.blogspot.com/




 -
 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


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



Re: Proper place to post questions about Wicket in Action examples?

2008-11-24 Thread James Carman
I'd say this forum is fine for questions about WIA.  Most of us are
quite familiar with the book.

On Mon, Nov 24, 2008 at 5:42 PM, Susan Liebeskind
[EMAIL PROTECTED] wrote:
 Should I be posting on the Wicket in Action forum on the Manning Publishing
 website? That forum doesn't look very active.
 Or should I post them on this site which receives many more eyeballs?

 I have noticed a problem with the back button in the Cheesr example (appears
 in the version I built for 1.3.5 as well as the one I've fixed up to work
 with 1.4rc1) and am not sure if/where I should mention this.



 -
 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: [OT] Wicket in Action Jubilation

2008-09-18 Thread Nino Saturnino Martinez Vazquez Wael
Hmm We at jayway ordered the full package(meap + pdf + tree) about a 
year ago.. We havent gotten it yet.. Have anybody gotten the book from 
amazon yet?


We have moved a level down in our building though..Might be that...

Eelco Hillenius wrote:

And it finally shows up on Amazon:
http://www.amazon.com/Wicket-Action-Martijn-Dashorst/dp/1932394982/ref=pd_bbs_sr_1?ie=UTF8s=booksqid=1221107314sr=8-1

We wouldn't mind a few positive reviews on Amazon of course... don't
lie, but don't be shy about sharing either ;-)

Eelco

On Wed, Sep 10, 2008 at 5:09 PM, David Leangen [EMAIL PROTECTED] wrote:
  

Mine arrived here in the UK yesterday too!
  

Got mine here in Japan, too. Cool!



-
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]

  


--
-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: [OT] Wicket in Action Jubilation

2008-09-18 Thread James Carman
I got my copy from amazon rather quickly (ordered 9/11 and delivered 9/15)

On Thu, Sep 18, 2008 at 4:02 AM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
 Hmm We at jayway ordered the full package(meap + pdf + tree) about a year
 ago.. We havent gotten it yet.. Have anybody gotten the book from amazon
 yet?

 We have moved a level down in our building though..Might be that...

 Eelco Hillenius wrote:

 And it finally shows up on Amazon:

 http://www.amazon.com/Wicket-Action-Martijn-Dashorst/dp/1932394982/ref=pd_bbs_sr_1?ie=UTF8s=booksqid=1221107314sr=8-1

 We wouldn't mind a few positive reviews on Amazon of course... don't
 lie, but don't be shy about sharing either ;-)

 Eelco

 On Wed, Sep 10, 2008 at 5:09 PM, David Leangen [EMAIL PROTECTED] wrote:


 Mine arrived here in the UK yesterday too!


 Got mine here in Japan, too. Cool!



 -
 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]



 --
 -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]



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



Re: [OT] Wicket in Action Jubilation

2008-09-18 Thread Nino Saturnino Martinez Vazquez Wael

Ok.. thanks.. Something must be wrong then...

James Carman wrote:

I got my copy from amazon rather quickly (ordered 9/11 and delivered 9/15)

On Thu, Sep 18, 2008 at 4:02 AM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
  

Hmm We at jayway ordered the full package(meap + pdf + tree) about a year
ago.. We havent gotten it yet.. Have anybody gotten the book from amazon
yet?

We have moved a level down in our building though..Might be that...

Eelco Hillenius wrote:


And it finally shows up on Amazon:

http://www.amazon.com/Wicket-Action-Martijn-Dashorst/dp/1932394982/ref=pd_bbs_sr_1?ie=UTF8s=booksqid=1221107314sr=8-1

We wouldn't mind a few positive reviews on Amazon of course... don't
lie, but don't be shy about sharing either ;-)

Eelco

On Wed, Sep 10, 2008 at 5:09 PM, David Leangen [EMAIL PROTECTED] wrote:

  

Mine arrived here in the UK yesterday too!

  

Got mine here in Japan, too. Cool!



-
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]


  

--
-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]





-
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: [OT] Wicket in Action Jubilation

2008-09-10 Thread Frank Bille
Yay, I got mine (yesterday, when I wasn't at work). Looks very nice.


On Thu, Sep 4, 2008 at 8:10 AM, Jonathan Locke [EMAIL PROTECTED]wrote:



 i just got mine today.

 it is really really nice!!!


 Martijn Dashorst wrote:
 
  Thanks for the report, I've notified Manning of this issue and they're
  looking into it.
 
  I also asked when the books should arrive. If you've ordered from
  Manning, you should receive your copy one of these days. As I
  understand it, shipping was happening today or tomorrow. I'm not sure
  if you get a message that the book was shipped.
 
  If you ordered your copy with Amazon, you might have to wait longer as
  the books need to go to Amazon first before they get shipped out (and
  that happens on Amazon's schedule, nothing much Manning can do about).
  This may be a bit disappointing, but remember that you got a great
  discount.
 
  A big thanks to everybody that reviewed/bought the book, hang on just
  a little more—the book is coming (provided you ordered the print
  edition).
 
  Martijn
 
  On Mon, Sep 1, 2008 at 12:23 AM, James Carman
  [EMAIL PROTECTED] wrote:
  I called my local Barnes  Noble today asking if they had a copy of
  WIA and the lady said that book is out of print; perhaps you can get
  one used through BN.com.  The Waldenbooks in our mall said it was on
  back order (I'm assuming this is because of my two talks I gave to
  the Cincinnati Java Users Group).  Is anyone else having issues
  getting a copy at brick and mortar stores?
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
  --
  Become a Wicket expert, learn from the best: http://wicketinaction.com
  Apache Wicket 1.3.4 is released
  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 --
 View this message in context:
 http://www.nabble.com/-OT--Wicket-in-Action-Woes-tp19246776p19303970.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: [OT] Wicket in Action Jubilation

2008-09-10 Thread Gwyn Evans
Mine arrived here in the UK yesterday too!

/Gwyn

On Wed, Sep 10, 2008 at 8:19 AM, Frank Bille [EMAIL PROTECTED] wrote:
 Yay, I got mine (yesterday, when I wasn't at work). Looks very nice.


 On Thu, Sep 4, 2008 at 8:10 AM, Jonathan Locke [EMAIL PROTECTED]wrote:



 i just got mine today.

 it is really really nice!!!


 Martijn Dashorst wrote:
 
  Thanks for the report, I've notified Manning of this issue and they're
  looking into it.
 
  I also asked when the books should arrive. If you've ordered from
  Manning, you should receive your copy one of these days. As I
  understand it, shipping was happening today or tomorrow. I'm not sure
  if you get a message that the book was shipped.
 
  If you ordered your copy with Amazon, you might have to wait longer as
  the books need to go to Amazon first before they get shipped out (and
  that happens on Amazon's schedule, nothing much Manning can do about).
  This may be a bit disappointing, but remember that you got a great
  discount.
 
  A big thanks to everybody that reviewed/bought the book, hang on just
  a little more—the book is coming (provided you ordered the print
  edition).
 
  Martijn
 
  On Mon, Sep 1, 2008 at 12:23 AM, James Carman
  [EMAIL PROTECTED] wrote:
  I called my local Barnes  Noble today asking if they had a copy of
  WIA and the lady said that book is out of print; perhaps you can get
  one used through BN.com.  The Waldenbooks in our mall said it was on
  back order (I'm assuming this is because of my two talks I gave to
  the Cincinnati Java Users Group).  Is anyone else having issues
  getting a copy at brick and mortar stores?
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
  --
  Become a Wicket expert, learn from the best: http://wicketinaction.com
  Apache Wicket 1.3.4 is released
  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 --
 View this message in context:
 http://www.nabble.com/-OT--Wicket-in-Action-Woes-tp19246776p19303970.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: [OT] Wicket in Action Jubilation

2008-09-10 Thread David Leangen
 Mine arrived here in the UK yesterday too!

Got mine here in Japan, too. Cool!



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



Re: [OT] Wicket in Action Jubilation

2008-09-10 Thread Eelco Hillenius
And it finally shows up on Amazon:
http://www.amazon.com/Wicket-Action-Martijn-Dashorst/dp/1932394982/ref=pd_bbs_sr_1?ie=UTF8s=booksqid=1221107314sr=8-1

We wouldn't mind a few positive reviews on Amazon of course... don't
lie, but don't be shy about sharing either ;-)

Eelco

On Wed, Sep 10, 2008 at 5:09 PM, David Leangen [EMAIL PROTECTED] wrote:
 Mine arrived here in the UK yesterday too!

 Got mine here in Japan, too. Cool!



 -
 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]



Wicket in Action

2008-09-09 Thread Jörn Zaefferer
My copy of Wicket in Action just arrived - kudos to Martjin and Eelco!
Great work!

Jörn


Review: Wicket in Action

2008-09-09 Thread Craig Tataryn
Hey folks, here's my review of Wicket in Action.  Excellent job Martijn and
Eelco and all those that help them along the way!

http://www.mysticcoders.com/blog/2008/09/09/book-review-wicket-in-action/

-- 
Craig Tataryn
site: http://www.basementcoders.com/
podcast:http://feeds.feedburner.com/TheBasementCoders
irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin
im: [EMAIL PROTECTED], skype: craig.tataryn


Re: Review: Wicket in Action

2008-09-09 Thread Martijn Dashorst
Auch, with all those feathers stuck in my behind sitting will be a
problem for the next couple of days. Thanks for the review, I'm glad
you enjoyed it!

Martijn

On Tue, Sep 9, 2008 at 6:47 PM, Craig Tataryn [EMAIL PROTECTED] wrote:
 Hey folks, here's my review of Wicket in Action.  Excellent job Martijn and
 Eelco and all those that help them along the way!

 http://www.mysticcoders.com/blog/2008/09/09/book-review-wicket-in-action/

 --
 Craig Tataryn
 site: http://www.basementcoders.com/
 podcast:http://feeds.feedburner.com/TheBasementCoders
 irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin
 im: [EMAIL PROTECTED], skype: craig.tataryn




-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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



Re: Wicket in Action

2008-09-09 Thread Eelco Hillenius
Cheers :-)

On Tue, Sep 9, 2008 at 2:34 AM, Jörn Zaefferer
[EMAIL PROTECTED] wrote:
 My copy of Wicket in Action just arrived - kudos to Martjin and Eelco!
 Great work!

 Jörn


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



Re: [OT] Wicket in Action Jubilation

2008-09-06 Thread Rob Sonke
Mine arrived today,  ordered at Manning and shipped to the Netherlands. 
I was already excited about the ebook but I can't wait to dive into this 
one! Great work guys!



Jonathan Locke wrote:

i just got mine today.

it is really really nice!!!


Martijn Dashorst wrote:
  

Thanks for the report, I've notified Manning of this issue and they're
looking into it.

I also asked when the books should arrive. If you've ordered from
Manning, you should receive your copy one of these days. As I
understand it, shipping was happening today or tomorrow. I'm not sure
if you get a message that the book was shipped.

If you ordered your copy with Amazon, you might have to wait longer as
the books need to go to Amazon first before they get shipped out (and
that happens on Amazon's schedule, nothing much Manning can do about).
This may be a bit disappointing, but remember that you got a great
discount.

A big thanks to everybody that reviewed/bought the book, hang on just
a little more—the book is coming (provided you ordered the print
edition).

Martijn

On Mon, Sep 1, 2008 at 12:23 AM, James Carman
[EMAIL PROTECTED] wrote:


I called my local Barnes  Noble today asking if they had a copy of
WIA and the lady said that book is out of print; perhaps you can get
one used through BN.com.  The Waldenbooks in our mall said it was on
back order (I'm assuming this is because of my two talks I gave to
the Cincinnati Java Users Group).  Is anyone else having issues
getting a copy at brick and mortar stores?

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


  


--
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
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: [OT] Wicket in Action Jubilation

2008-09-04 Thread Jonathan Locke


i just got mine today.

it is really really nice!!!


Martijn Dashorst wrote:
 
 Thanks for the report, I've notified Manning of this issue and they're
 looking into it.
 
 I also asked when the books should arrive. If you've ordered from
 Manning, you should receive your copy one of these days. As I
 understand it, shipping was happening today or tomorrow. I'm not sure
 if you get a message that the book was shipped.
 
 If you ordered your copy with Amazon, you might have to wait longer as
 the books need to go to Amazon first before they get shipped out (and
 that happens on Amazon's schedule, nothing much Manning can do about).
 This may be a bit disappointing, but remember that you got a great
 discount.
 
 A big thanks to everybody that reviewed/bought the book, hang on just
 a little more—the book is coming (provided you ordered the print
 edition).
 
 Martijn
 
 On Mon, Sep 1, 2008 at 12:23 AM, James Carman
 [EMAIL PROTECTED] wrote:
 I called my local Barnes  Noble today asking if they had a copy of
 WIA and the lady said that book is out of print; perhaps you can get
 one used through BN.com.  The Waldenbooks in our mall said it was on
 back order (I'm assuming this is because of my two talks I gave to
 the Cincinnati Java Users Group).  Is anyone else having issues
 getting a copy at brick and mortar stores?

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


 
 
 
 -- 
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.4 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-OT--Wicket-in-Action-Woes-tp19246776p19303970.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: [OT] Wicket in Action Woes

2008-09-02 Thread Martin Funk
Obviously you have developed a somewhat magntic tummy while writing the 
book.

:-)

Martijn Dashorst wrote:

Just be patient: getting the first printed copies first is a writer's
prerogative. In the mean time, my Wicket in Action unboxing pictures
whos that the book is not a mirage:

http://martijndashorst.com/blog/2008/09/01/unboxing-wicket-in-action/

Martijn

On Mon, Sep 1, 2008 at 5:46 PM, Jonathan Locke [EMAIL PROTECTED] wrote:
  

huh.  have not received my copy they promised me yet...


Eelco Hillenius wrote:


I have no idea. Martijn and I (or rather, my parents in Holland)
received a bunch of paper copies, so the actual book *is* out.

Eelco

On Sun, Aug 31, 2008 at 9:56 PM, Stefan Lindner [EMAIL PROTECTED]
wrote:
  

Amazon says that it ist to be published on Sept. 28. It's the seond time
that the publishing date moved towards the end oft he year.

Stefan

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Im Auftrag von James Carman
Gesendet: Montag, 1. September 2008 00:24
An: users@wicket.apache.org
Betreff: [OT] Wicket in Action Woes

I called my local Barnes  Noble today asking if they had a copy of
WIA and the lady said that book is out of print; perhaps you can get
one used through BN.com.  The Waldenbooks in our mall said it was on
back order (I'm assuming this is because of my two talks I gave to
the Cincinnati Java Users Group).  Is anyone else having issues
getting a copy at brick and mortar stores?

-
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]




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



  

--
View this message in context: 
http://www.nabble.com/-OT--Wicket-in-Action-Woes-tp19246776p19256831.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: [OT] Wicket in Action Woes

2008-09-01 Thread Jonathan Locke


huh.  have not received my copy they promised me yet...


Eelco Hillenius wrote:
 
 I have no idea. Martijn and I (or rather, my parents in Holland)
 received a bunch of paper copies, so the actual book *is* out.
 
 Eelco
 
 On Sun, Aug 31, 2008 at 9:56 PM, Stefan Lindner [EMAIL PROTECTED]
 wrote:
 Amazon says that it ist to be published on Sept. 28. It's the seond time
 that the publishing date moved towards the end oft he year.

 Stefan

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Im Auftrag von James Carman
 Gesendet: Montag, 1. September 2008 00:24
 An: users@wicket.apache.org
 Betreff: [OT] Wicket in Action Woes

 I called my local Barnes  Noble today asking if they had a copy of
 WIA and the lady said that book is out of print; perhaps you can get
 one used through BN.com.  The Waldenbooks in our mall said it was on
 back order (I'm assuming this is because of my two talks I gave to
 the Cincinnati Java Users Group).  Is anyone else having issues
 getting a copy at brick and mortar stores?

 -
 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]


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

-- 
View this message in context: 
http://www.nabble.com/-OT--Wicket-in-Action-Woes-tp19246776p19256831.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: [OT] Wicket in Action Woes

2008-09-01 Thread Martijn Dashorst
Just be patient: getting the first printed copies first is a writer's
prerogative. In the mean time, my Wicket in Action unboxing pictures
whos that the book is not a mirage:

http://martijndashorst.com/blog/2008/09/01/unboxing-wicket-in-action/

Martijn

On Mon, Sep 1, 2008 at 5:46 PM, Jonathan Locke [EMAIL PROTECTED] wrote:


 huh.  have not received my copy they promised me yet...


 Eelco Hillenius wrote:

 I have no idea. Martijn and I (or rather, my parents in Holland)
 received a bunch of paper copies, so the actual book *is* out.

 Eelco

 On Sun, Aug 31, 2008 at 9:56 PM, Stefan Lindner [EMAIL PROTECTED]
 wrote:
 Amazon says that it ist to be published on Sept. 28. It's the seond time
 that the publishing date moved towards the end oft he year.

 Stefan

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Im Auftrag von James Carman
 Gesendet: Montag, 1. September 2008 00:24
 An: users@wicket.apache.org
 Betreff: [OT] Wicket in Action Woes

 I called my local Barnes  Noble today asking if they had a copy of
 WIA and the lady said that book is out of print; perhaps you can get
 one used through BN.com.  The Waldenbooks in our mall said it was on
 back order (I'm assuming this is because of my two talks I gave to
 the Cincinnati Java Users Group).  Is anyone else having issues
 getting a copy at brick and mortar stores?

 -
 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]



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




 --
 View this message in context: 
 http://www.nabble.com/-OT--Wicket-in-Action-Woes-tp19246776p19256831.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]





-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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



Re: [OT] Wicket in Action Woes

2008-09-01 Thread Jonathan Locke


wow. it comes with a free cat?!


Martijn Dashorst wrote:
 
 Just be patient: getting the first printed copies first is a writer's
 prerogative. In the mean time, my Wicket in Action unboxing pictures
 whos that the book is not a mirage:
 
 http://martijndashorst.com/blog/2008/09/01/unboxing-wicket-in-action/
 
 Martijn
 
 On Mon, Sep 1, 2008 at 5:46 PM, Jonathan Locke [EMAIL PROTECTED]
 wrote:


 huh.  have not received my copy they promised me yet...


 Eelco Hillenius wrote:

 I have no idea. Martijn and I (or rather, my parents in Holland)
 received a bunch of paper copies, so the actual book *is* out.

 Eelco

 On Sun, Aug 31, 2008 at 9:56 PM, Stefan Lindner [EMAIL PROTECTED]
 wrote:
 Amazon says that it ist to be published on Sept. 28. It's the seond
 time
 that the publishing date moved towards the end oft he year.

 Stefan

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Im Auftrag von James Carman
 Gesendet: Montag, 1. September 2008 00:24
 An: users@wicket.apache.org
 Betreff: [OT] Wicket in Action Woes

 I called my local Barnes  Noble today asking if they had a copy of
 WIA and the lady said that book is out of print; perhaps you can get
 one used through BN.com.  The Waldenbooks in our mall said it was on
 back order (I'm assuming this is because of my two talks I gave to
 the Cincinnati Java Users Group).  Is anyone else having issues
 getting a copy at brick and mortar stores?

 -
 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]



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




 --
 View this message in context:
 http://www.nabble.com/-OT--Wicket-in-Action-Woes-tp19246776p19256831.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]


 
 
 
 -- 
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.4 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-OT--Wicket-in-Action-Woes-tp19246776p19260875.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: [OT] Wicket in Action Woes

2008-09-01 Thread Martijn Dashorst
On Mon, Sep 1, 2008 at 11:21 PM, Jonathan Locke
[EMAIL PROTECTED] wrote:
 wow. it comes with a free cat?!

No, but the cat comes with free lunches [1].

Martijn

[1] http://flickr.com/photos/dashorst/1401989456/in/set-72157594446810313/
-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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



Re: [OT] Wicket in Action Woes

2008-09-01 Thread Robby O'Connor

Nice!

Martijn Dashorst wrote:

Just be patient: getting the first printed copies first is a writer's
prerogative. In the mean time, my Wicket in Action unboxing pictures
whos that the book is not a mirage:

http://martijndashorst.com/blog/2008/09/01/unboxing-wicket-in-action/

Martijn

On Mon, Sep 1, 2008 at 5:46 PM, Jonathan Locke [EMAIL PROTECTED] wrote:


huh.  have not received my copy they promised me yet...


Eelco Hillenius wrote:

I have no idea. Martijn and I (or rather, my parents in Holland)
received a bunch of paper copies, so the actual book *is* out.

Eelco

On Sun, Aug 31, 2008 at 9:56 PM, Stefan Lindner [EMAIL PROTECTED]
wrote:

Amazon says that it ist to be published on Sept. 28. It's the seond time
that the publishing date moved towards the end oft he year.

Stefan

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Im Auftrag von James Carman
Gesendet: Montag, 1. September 2008 00:24
An: users@wicket.apache.org
Betreff: [OT] Wicket in Action Woes

I called my local Barnes  Noble today asking if they had a copy of
WIA and the lady said that book is out of print; perhaps you can get
one used through BN.com.  The Waldenbooks in our mall said it was on
back order (I'm assuming this is because of my two talks I gave to
the Cincinnati Java Users Group).  Is anyone else having issues
getting a copy at brick and mortar stores?

-
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]



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




--
View this message in context: 
http://www.nabble.com/-OT--Wicket-in-Action-Woes-tp19246776p19256831.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]



[OT] Wicket in Action Woes

2008-08-31 Thread James Carman
I called my local Barnes  Noble today asking if they had a copy of
WIA and the lady said that book is out of print; perhaps you can get
one used through BN.com.  The Waldenbooks in our mall said it was on
back order (I'm assuming this is because of my two talks I gave to
the Cincinnati Java Users Group).  Is anyone else having issues
getting a copy at brick and mortar stores?

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



RE: [OT] Wicket in Action Woes

2008-08-31 Thread Stefan Lindner
Amazon says that it ist to be published on Sept. 28. It's the seond time that 
the publishing date moved towards the end oft he year.

Stefan

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von James Carman
Gesendet: Montag, 1. September 2008 00:24
An: users@wicket.apache.org
Betreff: [OT] Wicket in Action Woes

I called my local Barnes  Noble today asking if they had a copy of
WIA and the lady said that book is out of print; perhaps you can get
one used through BN.com.  The Waldenbooks in our mall said it was on
back order (I'm assuming this is because of my two talks I gave to
the Cincinnati Java Users Group).  Is anyone else having issues
getting a copy at brick and mortar stores?

-
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: [OT] Wicket in Action Woes

2008-08-31 Thread Eelco Hillenius
I have no idea. Martijn and I (or rather, my parents in Holland)
received a bunch of paper copies, so the actual book *is* out.

Eelco

On Sun, Aug 31, 2008 at 9:56 PM, Stefan Lindner [EMAIL PROTECTED] wrote:
 Amazon says that it ist to be published on Sept. 28. It's the seond time that 
 the publishing date moved towards the end oft he year.

 Stefan

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von James Carman
 Gesendet: Montag, 1. September 2008 00:24
 An: users@wicket.apache.org
 Betreff: [OT] Wicket in Action Woes

 I called my local Barnes  Noble today asking if they had a copy of
 WIA and the lady said that book is out of print; perhaps you can get
 one used through BN.com.  The Waldenbooks in our mall said it was on
 back order (I'm assuming this is because of my two talks I gave to
 the Cincinnati Java Users Group).  Is anyone else having issues
 getting a copy at brick and mortar stores?

 -
 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]



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



Re: [OT] Wicket in Action Woes

2008-08-31 Thread Robby O'Connor

Why hasn't manning shipped the book then...?

--rob
Eelco Hillenius wrote:

I have no idea. Martijn and I (or rather, my parents in Holland)
received a bunch of paper copies, so the actual book *is* out.

Eelco

On Sun, Aug 31, 2008 at 9:56 PM, Stefan Lindner [EMAIL PROTECTED] wrote:

Amazon says that it ist to be published on Sept. 28. It's the seond time that 
the publishing date moved towards the end oft he year.

Stefan

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von James Carman
Gesendet: Montag, 1. September 2008 00:24
An: users@wicket.apache.org
Betreff: [OT] Wicket in Action Woes

I called my local Barnes  Noble today asking if they had a copy of
WIA and the lady said that book is out of print; perhaps you can get
one used through BN.com.  The Waldenbooks in our mall said it was on
back order (I'm assuming this is because of my two talks I gave to
the Cincinnati Java Users Group).  Is anyone else having issues
getting a copy at brick and mortar stores?

-
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]




-
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: [announce] Wicket in Action e-book has been published!

2008-08-19 Thread Martijn Dashorst
On Tue, Aug 19, 2008 at 12:05 AM, James Carman
[EMAIL PROTECTED] wrote:
 I never did receive my email telling me the final copy was available
 for download.  Should I email the publisher and ask for a new download
 link?

If you bought at the manning site, then yes. If you shopped at Amazon,
then you have to wait for the print edition.

Martijn

-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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



Re: [announce] Wicket in Action e-book has been published!

2008-08-19 Thread Nino Saturnino Martinez Vazquez Wael
Hhhehe, know the situation my wifes pregnant with our second child, and 
we(I) need to do some fixing too and split a room into two pieces before 
it's born, so I sacrificed my Suzuki sv 650 (which I never used anyway 
btw)..


Eelco Hillenius wrote:

On Thu, Aug 14, 2008 at 3:47 AM, Johan Compagner [EMAIL PROTECTED] wrote:
  

finally
Eelco has now time over again for coding



And now my wife is pregnant and we're buying a house that needs
fixing. :-) Looks like my break will take a little longer.

Eelco

-
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: [announce] Wicket in Action e-book has been published!

2008-08-19 Thread Thomas Singer
Just curious: why don't you make the full e-book available for free and 
charge only for the paper version? This works fine with the German Java book 
Java ist auch eine Insel and many others from the same publisher:


 http://www.galileocomputing.de/openbook/javainsel7/

--
Cheers,
Tom


Martijn Dashorst wrote:

Almost 3 years of hard work, loosing friends, moving abroad, marrying
lovely wives, late nights, early mornings, frustrated family, and all
other bad (and good) things that cross one's life is now rewarded with
the availability of the e-book edition of Wicket in Action. The print
edition (also know as dead-tree edition) will be available in just
over 2 weeks (estimated at Aug 29th).

Eelco and I are *really*, *really* glad that the journey is finally
over. We think it was worth it. Now we leave the book in your capable
hands to make beautiful applications that make your boss and customers
happy and we are sure you'll enjoy creating them.

Eelco Hillenius  Martijn Dashorst

About Wicket in Action

Wicket in Action is a comprehensive guide for Java developers building
Wicket-based web applications. It introduces Wicket's structure and
components, and moves quickly into examples of Wicket at work. Written
by core committers, this book shows you the how-to and the why of
Wicket. You'll learn to use and customize Wicket components, to
interact with Spring and Hibernate, and to implement rich Ajax-driven
features.

Some quotes of early access reviewers:

Finally, the Web Framework of web framework, Apache Wicket, now has a
bible of its own. - Per Ejeklint

Without question, Wicket in Action... is the be-all and end-all when
it comes to Wicket. - Geertjan Wielenga

Wicket In Action glues the areas of web development with Apache
Wicket together and gives a great overview of Apache Wicket...it will
make a great compendium. - Nino Martinez Wael

You can read full reviews here:
 - Nick Heudecker: Wicket In Action Book Review
   http://www.theserverside.com/news/thread.tss?thread_id=50326

 - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
   http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

Free content

If you don't think these reviewers are qualified to tell you to buy
Wicket in Action, let these free samples convince you:

 * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
 * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
 * Excerpt: Creating Secure Web Applications with Apache Wicket
(http://www.manning.com/free/excerpt_Wicket.html)

MEAP readers

If you bought the MEAP edition you'll receive a personal download link
for the final e-book in your inbox today (or possibly tomorrow). We'd
like to extend our gratitude to the MEAP readers - without you and
your encouragements we would've given up.

Limited summer discount

There is a 35% discount when you buy Wicket in Action at the manning
website before the end of August. For more details look here:
http://manning.com/dashorst

-
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: [announce] Wicket in Action e-book has been published!

2008-08-19 Thread Edward Yakop
On Tue, Aug 19, 2008 at 4:33 PM, Thomas Singer [EMAIL PROTECTED] wrote:
 Just curious: why don't you make the full e-book available for free and
 charge only for the paper version? This works fine with the German Java book
 Java ist auch eine Insel and many others from the same publisher:

Bad idea!
Printing an ebook in Malaysia cost 8 cents RM per page and
I know some people won't hesitate to print them.

For this case,
it would only cost less than 10.45 USD to get the book printed.

Regards,
Edward Yakop

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



Re: [announce] Wicket in Action e-book has been published!

2008-08-19 Thread Martijn Dashorst
Though we don't expect to become rich from this book, you *really*
don't have any idea what personal sacrifices Eelco and I have given to
make this book happen. If we get enough money to go on a weeks
vacation with our wives that would be exceeding my expectations, and
barely do justice to what we put them through.

Our publisher also needs to earn money. The only way they can do that
is to actually ask money for the books they publish. Without the
publisher, Wicket in Action would not have been possible, and wouldn't
have been nearly as good (MEAP subscribers can see the difference
between an edited and non-edited book). If you would like to continue
receive more books about your favorite Java projects, then don't
hesitate and support the publisher and authors and *buy* their books.

Martijn

On Tue, Aug 19, 2008 at 10:33 AM, Thomas Singer [EMAIL PROTECTED] wrote:
 Just curious: why don't you make the full e-book available for free and
 charge only for the paper version? This works fine with the German Java book
 Java ist auch eine Insel and many others from the same publisher:

  http://www.galileocomputing.de/openbook/javainsel7/

 --
 Cheers,
 Tom


 Martijn Dashorst wrote:

 Almost 3 years of hard work, loosing friends, moving abroad, marrying
 lovely wives, late nights, early mornings, frustrated family, and all
 other bad (and good) things that cross one's life is now rewarded with
 the availability of the e-book edition of Wicket in Action. The print
 edition (also know as dead-tree edition) will be available in just
 over 2 weeks (estimated at Aug 29th).

 Eelco and I are *really*, *really* glad that the journey is finally
 over. We think it was worth it. Now we leave the book in your capable
 hands to make beautiful applications that make your boss and customers
 happy and we are sure you'll enjoy creating them.

 Eelco Hillenius  Martijn Dashorst

 About Wicket in Action

 Wicket in Action is a comprehensive guide for Java developers building
 Wicket-based web applications. It introduces Wicket's structure and
 components, and moves quickly into examples of Wicket at work. Written
 by core committers, this book shows you the how-to and the why of
 Wicket. You'll learn to use and customize Wicket components, to
 interact with Spring and Hibernate, and to implement rich Ajax-driven
 features.

 Some quotes of early access reviewers:

 Finally, the Web Framework of web framework, Apache Wicket, now has a
 bible of its own. - Per Ejeklint

 Without question, Wicket in Action... is the be-all and end-all when
 it comes to Wicket. - Geertjan Wielenga

 Wicket In Action glues the areas of web development with Apache
 Wicket together and gives a great overview of Apache Wicket...it will
 make a great compendium. - Nino Martinez Wael

 You can read full reviews here:
  - Nick Heudecker: Wicket In Action Book Review
   http://www.theserverside.com/news/thread.tss?thread_id=50326

  - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
   http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

 Free content

 If you don't think these reviewers are qualified to tell you to buy
 Wicket in Action, let these free samples convince you:

  * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
  * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
  * Excerpt: Creating Secure Web Applications with Apache Wicket
 (http://www.manning.com/free/excerpt_Wicket.html)

 MEAP readers

 If you bought the MEAP edition you'll receive a personal download link
 for the final e-book in your inbox today (or possibly tomorrow). We'd
 like to extend our gratitude to the MEAP readers - without you and
 your encouragements we would've given up.

 Limited summer discount

 There is a 35% discount when you buy Wicket in Action at the manning
 website before the end of August. For more details look here:
 http://manning.com/dashorst

 -
 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]





-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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



Re: [announce] Wicket in Action e-book has been published!

2008-08-19 Thread Bert Radke
I have been following the progress of the book via MEAP and it helped
me a lot in my progress. Unfortunately, the place i work is leaning
towards ADF (JSF), but i use Wicket for my spare time projects and
love it so far. Thanks for the book and the project.

about the a free pdf version: i must agree with Martijn Dashorst. The
PDF is not that expensive and at least you get a PDF along with book.
most other publishers don 't give you this.

Thanks again, Bert

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



Re: [announce] Wicket in Action e-book has been published!

2008-08-19 Thread James Carman
I bought it via the MEAP program through Manning.  So, I guess I'll
shoot them a quick email.  Thanks!

On Tue, Aug 19, 2008 at 2:09 AM, Martijn Dashorst
[EMAIL PROTECTED] wrote:
 On Tue, Aug 19, 2008 at 12:05 AM, James Carman
 [EMAIL PROTECTED] wrote:
 I never did receive my email telling me the final copy was available
 for download.  Should I email the publisher and ask for a new download
 link?

 If you bought at the manning site, then yes. If you shopped at Amazon,
 then you have to wait for the print edition.

 Martijn

 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.4 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

 -
 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: [announce] Wicket in Action e-book has been published!

2008-08-19 Thread Thomas Singer
Maybe my message caused misunderstandings. I was not complaining *that* the 
book costs money. I just was curious why doing it the old-style 
distribution way. Finally, Galileo-Computing also needs to make money to pay 
their book authors.


Personally, I prefer reading a paper book over reading on the display (I 
haven't had the chance to read something on an e-book-reader), but having an 
always-up-to-date online-version which allows fast searching is incredible 
helpful for small problems and hence targets a different use-case. No, the 
wiki is not an adequate alternative.


And yes, I have a rough idea about how much effort writing a book takes, 
because I wrote a 100-pages diploma thesis, an article in the German Java 
Magazin and we always have to maintain our help. No question, writing a 
book in a well understandable style is hard work.


--
Cheers,
Tom


Thomas Singer wrote:
Just curious: why don't you make the full e-book available for free and 
charge only for the paper version? This works fine with the German Java 
book Java ist auch eine Insel and many others from the same publisher:


 http://www.galileocomputing.de/openbook/javainsel7/

--
Cheers,
Tom



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



Re: [announce] Wicket in Action e-book has been published!

2008-08-18 Thread Sven Meier
Almost 4 years of using Wicket, being productive, having fun and 
learning every day - and just now I ordered my copy of Wicket in Action*.


Many thanks to all core developers

Sven

*the 'living-tree' edition ;)

Martijn Dashorst schrieb:

Almost 3 years of hard work, loosing friends, moving abroad, marrying
lovely wives, late nights, early mornings, frustrated family, and all
other bad (and good) things that cross one's life is now rewarded with
the availability of the e-book edition of Wicket in Action. The print
edition (also know as dead-tree edition) will be available in just
over 2 weeks (estimated at Aug 29th).

Eelco and I are *really*, *really* glad that the journey is finally
over. We think it was worth it. Now we leave the book in your capable
hands to make beautiful applications that make your boss and customers
happy and we are sure you'll enjoy creating them.

Eelco Hillenius  Martijn Dashorst

About Wicket in Action

Wicket in Action is a comprehensive guide for Java developers building
Wicket-based web applications. It introduces Wicket's structure and
components, and moves quickly into examples of Wicket at work. Written
by core committers, this book shows you the how-to and the why of
Wicket. You'll learn to use and customize Wicket components, to
interact with Spring and Hibernate, and to implement rich Ajax-driven
features.

Some quotes of early access reviewers:

Finally, the Web Framework of web framework, Apache Wicket, now has a
bible of its own. - Per Ejeklint

Without question, Wicket in Action... is the be-all and end-all when
it comes to Wicket. - Geertjan Wielenga

Wicket In Action glues the areas of web development with Apache
Wicket together and gives a great overview of Apache Wicket...it will
make a great compendium. - Nino Martinez Wael

You can read full reviews here:
 - Nick Heudecker: Wicket In Action Book Review
   http://www.theserverside.com/news/thread.tss?thread_id=50326

 - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
   http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

Free content

If you don't think these reviewers are qualified to tell you to buy
Wicket in Action, let these free samples convince you:

 * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
 * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
 * Excerpt: Creating Secure Web Applications with Apache Wicket
(http://www.manning.com/free/excerpt_Wicket.html)

MEAP readers

If you bought the MEAP edition you'll receive a personal download link
for the final e-book in your inbox today (or possibly tomorrow). We'd
like to extend our gratitude to the MEAP readers - without you and
your encouragements we would've given up.

Limited summer discount

There is a 35% discount when you buy Wicket in Action at the manning
website before the end of August. For more details look here:
http://manning.com/dashorst

-
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: [announce] Wicket in Action e-book has been published!

2008-08-18 Thread James Carman
I never did receive my email telling me the final copy was available
for download.  Should I email the publisher and ask for a new download
link?

On Mon, Aug 18, 2008 at 4:54 PM, Sven Meier [EMAIL PROTECTED] wrote:
 Almost 4 years of using Wicket, being productive, having fun and learning
 every day - and just now I ordered my copy of Wicket in Action*.

 Many thanks to all core developers

 Sven

 *the 'living-tree' edition ;)

 Martijn Dashorst schrieb:

 Almost 3 years of hard work, loosing friends, moving abroad, marrying
 lovely wives, late nights, early mornings, frustrated family, and all
 other bad (and good) things that cross one's life is now rewarded with
 the availability of the e-book edition of Wicket in Action. The print
 edition (also know as dead-tree edition) will be available in just
 over 2 weeks (estimated at Aug 29th).

 Eelco and I are *really*, *really* glad that the journey is finally
 over. We think it was worth it. Now we leave the book in your capable
 hands to make beautiful applications that make your boss and customers
 happy and we are sure you'll enjoy creating them.

 Eelco Hillenius  Martijn Dashorst

 About Wicket in Action

 Wicket in Action is a comprehensive guide for Java developers building
 Wicket-based web applications. It introduces Wicket's structure and
 components, and moves quickly into examples of Wicket at work. Written
 by core committers, this book shows you the how-to and the why of
 Wicket. You'll learn to use and customize Wicket components, to
 interact with Spring and Hibernate, and to implement rich Ajax-driven
 features.

 Some quotes of early access reviewers:

 Finally, the Web Framework of web framework, Apache Wicket, now has a
 bible of its own. - Per Ejeklint

 Without question, Wicket in Action... is the be-all and end-all when
 it comes to Wicket. - Geertjan Wielenga

 Wicket In Action glues the areas of web development with Apache
 Wicket together and gives a great overview of Apache Wicket...it will
 make a great compendium. - Nino Martinez Wael

 You can read full reviews here:
  - Nick Heudecker: Wicket In Action Book Review
   http://www.theserverside.com/news/thread.tss?thread_id=50326

  - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
   http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

 Free content

 If you don't think these reviewers are qualified to tell you to buy
 Wicket in Action, let these free samples convince you:

  * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
  * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
  * Excerpt: Creating Secure Web Applications with Apache Wicket
 (http://www.manning.com/free/excerpt_Wicket.html)

 MEAP readers

 If you bought the MEAP edition you'll receive a personal download link
 for the final e-book in your inbox today (or possibly tomorrow). We'd
 like to extend our gratitude to the MEAP readers - without you and
 your encouragements we would've given up.

 Limited summer discount

 There is a 35% discount when you buy Wicket in Action at the manning
 website before the end of August. For more details look here:
 http://manning.com/dashorst

 -
 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]



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



Re: [announce] Wicket in Action e-book has been published!

2008-08-15 Thread Nino Saturnino Martinez Vazquez Wael

grats!:)

Martijn Dashorst wrote:

Almost 3 years of hard work, loosing friends, moving abroad, marrying
lovely wives, late nights, early mornings, frustrated family, and all
other bad (and good) things that cross one's life is now rewarded with
the availability of the e-book edition of Wicket in Action. The print
edition (also know as dead-tree edition) will be available in just
over 2 weeks (estimated at Aug 29th).

Eelco and I are *really*, *really* glad that the journey is finally
over. We think it was worth it. Now we leave the book in your capable
hands to make beautiful applications that make your boss and customers
happy and we are sure you'll enjoy creating them.

Eelco Hillenius  Martijn Dashorst

About Wicket in Action

Wicket in Action is a comprehensive guide for Java developers building
Wicket-based web applications. It introduces Wicket's structure and
components, and moves quickly into examples of Wicket at work. Written
by core committers, this book shows you the how-to and the why of
Wicket. You'll learn to use and customize Wicket components, to
interact with Spring and Hibernate, and to implement rich Ajax-driven
features.

Some quotes of early access reviewers:

Finally, the Web Framework of web framework, Apache Wicket, now has a
bible of its own. - Per Ejeklint

Without question, Wicket in Action... is the be-all and end-all when
it comes to Wicket. - Geertjan Wielenga

Wicket In Action glues the areas of web development with Apache
Wicket together and gives a great overview of Apache Wicket...it will
make a great compendium. - Nino Martinez Wael

You can read full reviews here:
 - Nick Heudecker: Wicket In Action Book Review
   http://www.theserverside.com/news/thread.tss?thread_id=50326

 - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
   http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

Free content

If you don't think these reviewers are qualified to tell you to buy
Wicket in Action, let these free samples convince you:

 * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
 * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
 * Excerpt: Creating Secure Web Applications with Apache Wicket
(http://www.manning.com/free/excerpt_Wicket.html)

MEAP readers

If you bought the MEAP edition you'll receive a personal download link
for the final e-book in your inbox today (or possibly tomorrow). We'd
like to extend our gratitude to the MEAP readers - without you and
your encouragements we would've given up.

Limited summer discount

There is a 35% discount when you buy Wicket in Action at the manning
website before the end of August. For more details look here:
http://manning.com/dashorst

-
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: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Jan Kriesten


Congrats to both of you for going thru this and not giving up. I know how it is 
to write (although not on a scale that big!) - your work is very much 
appreciated! :-)


Best regards, --- Jan.



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



Re: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Artur W.

Congratulations!

The book is great and was very helpful for us. We ported our huge ERP
application from JSF to Wicket.


Artur
-- 
View this message in context: 
http://www.nabble.com/-announce--Wicket-in-Action-e-book-has-been-published%21-tp18971645p18976514.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: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Toto Laricot
On Wed, Aug 13, 2008 at 6:13 PM, Nick Heudecker [EMAIL PROTECTED]wrote:

 Why did you move away from Seam?


It was a project for one of our clients. They let us pick the technology. We
first selected SEAM because we thought it would be easier for the  client to
take over the code once the app would switch to maintenance mode (JSF is a
standard, wicket is still an obscure framework, yadayadayada...).
We developed the first 75%  with SEAM. Everything worked great (functionally
speaking), the client was happy, but the code was hard to follow (xml config
files, triggers, etc.), the compile/test cycles were very long, the project
structure was too complex (we use maven: we needed 3 different modules to
produce the final ear file).
So, without telling the customer (and without charging them) we ported the
project to wicket. Huge win:
 - Simpler code
  - shorter compile/test cycle (with wicket we're launching the app with
embedded jetty during development)
  - shorted learning curve: it's easier to bring a developer up to speed on
a wicket project that it is on a jboss/seam one.
  - amazing support through the form


I'm not saying SEAM is a bad framework. It might even be better than Wicket,
or better suited for  some environments. But one thing is certain: it's a
lot more complex to master.





 On Wed, Aug 13, 2008 at 5:59 PM, Toto Laricot [EMAIL PROTECTED]
 wrote:

  We ported an application from JBOSS/SEAM to Wicket in 2 weeks. The app
 has
  been successfully deployed in production.
  Although the wiki had all the scode sample we could wish for, and
 searching
  the forum always answered our questions, I'll buy the book to express our
  gratitude to the Wicket team.
  It's been an awesome experience.
  T.
  On Wed, Aug 13, 2008 at 4:21 PM, Gabriel Bucher 
 [EMAIL PROTECTED]
  wrote:
 
 



Re: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Nick Heudecker
All interesting points.  Thanks for clarifying.

On Thu, Aug 14, 2008 at 12:01 AM, Toto Laricot [EMAIL PROTECTED]wrote:

 On Wed, Aug 13, 2008 at 6:13 PM, Nick Heudecker [EMAIL PROTECTED]
 wrote:

  Why did you move away from Seam?


 It was a project for one of our clients. They let us pick the technology.
 We
 first selected SEAM because we thought it would be easier for the  client
 to
 take over the code once the app would switch to maintenance mode (JSF is a
 standard, wicket is still an obscure framework, yadayadayada...).
 We developed the first 75%  with SEAM. Everything worked great
 (functionally
 speaking), the client was happy, but the code was hard to follow (xml
 config
 files, triggers, etc.), the compile/test cycles were very long, the project
 structure was too complex (we use maven: we needed 3 different modules to
 produce the final ear file).
 So, without telling the customer (and without charging them) we ported the
 project to wicket. Huge win:
  - Simpler code
  - shorter compile/test cycle (with wicket we're launching the app with
 embedded jetty during development)
  - shorted learning curve: it's easier to bring a developer up to speed on
 a wicket project that it is on a jboss/seam one.
  - amazing support through the form


 I'm not saying SEAM is a bad framework. It might even be better than
 Wicket,
 or better suited for  some environments. But one thing is certain: it's a
 lot more complex to master.





Re: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Maarten Bosteels
Thanks for your work !
I really enjoyed reading the MEAP, looking forward to re-reading the
dead-tree version.

Maarten

On Thu, Aug 14, 2008 at 9:03 AM, Nick Heudecker [EMAIL PROTECTED] wrote:
 All interesting points.  Thanks for clarifying.

 On Thu, Aug 14, 2008 at 12:01 AM, Toto Laricot [EMAIL PROTECTED]wrote:

 On Wed, Aug 13, 2008 at 6:13 PM, Nick Heudecker [EMAIL PROTECTED]
 wrote:

  Why did you move away from Seam?


 It was a project for one of our clients. They let us pick the technology.
 We
 first selected SEAM because we thought it would be easier for the  client
 to
 take over the code once the app would switch to maintenance mode (JSF is a
 standard, wicket is still an obscure framework, yadayadayada...).
 We developed the first 75%  with SEAM. Everything worked great
 (functionally
 speaking), the client was happy, but the code was hard to follow (xml
 config
 files, triggers, etc.), the compile/test cycles were very long, the project
 structure was too complex (we use maven: we needed 3 different modules to
 produce the final ear file).
 So, without telling the customer (and without charging them) we ported the
 project to wicket. Huge win:
  - Simpler code
  - shorter compile/test cycle (with wicket we're launching the app with
 embedded jetty during development)
  - shorted learning curve: it's easier to bring a developer up to speed on
 a wicket project that it is on a jboss/seam one.
  - amazing support through the form


 I'm not saying SEAM is a bad framework. It might even be better than
 Wicket,
 or better suited for  some environments. But one thing is certain: it's a
 lot more complex to master.





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



Re: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Johan Compagner
finally
Eelco has now time over again for coding

On Wed, Aug 13, 2008 at 11:32 PM, Martijn Dashorst 
[EMAIL PROTECTED] wrote:

 Almost 3 years of hard work, loosing friends, moving abroad, marrying
 lovely wives, late nights, early mornings, frustrated family, and all
 other bad (and good) things that cross one's life is now rewarded with
 the availability of the e-book edition of Wicket in Action. The print
 edition (also know as dead-tree edition) will be available in just
 over 2 weeks (estimated at Aug 29th).

 Eelco and I are *really*, *really* glad that the journey is finally
 over. We think it was worth it. Now we leave the book in your capable
 hands to make beautiful applications that make your boss and customers
 happy and we are sure you'll enjoy creating them.

 Eelco Hillenius  Martijn Dashorst

 About Wicket in Action

 Wicket in Action is a comprehensive guide for Java developers building
 Wicket-based web applications. It introduces Wicket's structure and
 components, and moves quickly into examples of Wicket at work. Written
 by core committers, this book shows you the how-to and the why of
 Wicket. You'll learn to use and customize Wicket components, to
 interact with Spring and Hibernate, and to implement rich Ajax-driven
 features.

 Some quotes of early access reviewers:

 Finally, the Web Framework of web framework, Apache Wicket, now has a
 bible of its own. - Per Ejeklint

 Without question, Wicket in Action... is the be-all and end-all when
 it comes to Wicket. - Geertjan Wielenga

 Wicket In Action glues the areas of web development with Apache
 Wicket together and gives a great overview of Apache Wicket...it will
 make a great compendium. - Nino Martinez Wael

 You can read full reviews here:
  - Nick Heudecker: Wicket In Action Book Review
   http://www.theserverside.com/news/thread.tss?thread_id=50326

  - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
   http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

 Free content

 If you don't think these reviewers are qualified to tell you to buy
 Wicket in Action, let these free samples convince you:

  * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
  * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
  * Excerpt: Creating Secure Web Applications with Apache Wicket
 (http://www.manning.com/free/excerpt_Wicket.html)

 MEAP readers

 If you bought the MEAP edition you'll receive a personal download link
 for the final e-book in your inbox today (or possibly tomorrow). We'd
 like to extend our gratitude to the MEAP readers - without you and
 your encouragements we would've given up.

 Limited summer discount

 There is a 35% discount when you buy Wicket in Action at the manning
 website before the end of August. For more details look here:
 http://manning.com/dashorst

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




Re: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread greeklinux

Congratulation and thank you!

I bought the book and it was very helpfull.





Martijn Dashorst wrote:
 
 Almost 3 years of hard work, loosing friends, moving abroad, marrying
 lovely wives, late nights, early mornings, frustrated family, and all
 other bad (and good) things that cross one's life is now rewarded with
 the availability of the e-book edition of Wicket in Action. The print
 edition (also know as dead-tree edition) will be available in just
 over 2 weeks (estimated at Aug 29th).
 
 Eelco and I are *really*, *really* glad that the journey is finally
 over. We think it was worth it. Now we leave the book in your capable
 hands to make beautiful applications that make your boss and customers
 happy and we are sure you'll enjoy creating them.
 
 Eelco Hillenius  Martijn Dashorst
 
 About Wicket in Action
 
 Wicket in Action is a comprehensive guide for Java developers building
 Wicket-based web applications. It introduces Wicket's structure and
 components, and moves quickly into examples of Wicket at work. Written
 by core committers, this book shows you the how-to and the why of
 Wicket. You'll learn to use and customize Wicket components, to
 interact with Spring and Hibernate, and to implement rich Ajax-driven
 features.
 
 Some quotes of early access reviewers:
 
 Finally, the Web Framework of web framework, Apache Wicket, now has a
 bible of its own. - Per Ejeklint
 
 Without question, Wicket in Action... is the be-all and end-all when
 it comes to Wicket. - Geertjan Wielenga
 
 Wicket In Action glues the areas of web development with Apache
 Wicket together and gives a great overview of Apache Wicket...it will
 make a great compendium. - Nino Martinez Wael
 
 You can read full reviews here:
  - Nick Heudecker: Wicket In Action Book Review
http://www.theserverside.com/news/thread.tss?thread_id=50326
 
  - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the
 
 Free content
 
 If you don't think these reviewers are qualified to tell you to buy
 Wicket in Action, let these free samples convince you:
 
  * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
  * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
  * Excerpt: Creating Secure Web Applications with Apache Wicket
 (http://www.manning.com/free/excerpt_Wicket.html)
 
 MEAP readers
 
 If you bought the MEAP edition you'll receive a personal download link
 for the final e-book in your inbox today (or possibly tomorrow). We'd
 like to extend our gratitude to the MEAP readers - without you and
 your encouragements we would've given up.
 
 Limited summer discount
 
 There is a 35% discount when you buy Wicket in Action at the manning
 website before the end of August. For more details look here:
 http://manning.com/dashorst
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-announce--Wicket-in-Action-e-book-has-been-published%21-tp18971645p18982490.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: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Ricky
I enjoyed MEAP, and i like how slick and colorful ( ;=)  ) it looks right
now, i havent gone through the whole thing to know what are the major
changes if any from MEAP. IMHO this is a great book, although i'd love to
see a part ii (i dont know how soon that would be considering the effort it
took to have this book out and all the other peripheral issues with it that
i surely do understand =)  ... in particular chapters related to
DataProviders in an ellaborate manner would be cool).

But this book is just awesome!

Great Job Guys!!
Thanks,
Rick

On Thu, Aug 14, 2008 at 10:20 AM, greeklinux [EMAIL PROTECTED] wrote:


 Congratulation and thank you!

 I bought the book and it was very helpfull.





 Martijn Dashorst wrote:
 
  Almost 3 years of hard work, loosing friends, moving abroad, marrying
  lovely wives, late nights, early mornings, frustrated family, and all
  other bad (and good) things that cross one's life is now rewarded with
  the availability of the e-book edition of Wicket in Action. The print
  edition (also know as dead-tree edition) will be available in just
  over 2 weeks (estimated at Aug 29th).
 
  Eelco and I are *really*, *really* glad that the journey is finally
  over. We think it was worth it. Now we leave the book in your capable
  hands to make beautiful applications that make your boss and customers
  happy and we are sure you'll enjoy creating them.
 
  Eelco Hillenius  Martijn Dashorst
 
  About Wicket in Action
 
  Wicket in Action is a comprehensive guide for Java developers building
  Wicket-based web applications. It introduces Wicket's structure and
  components, and moves quickly into examples of Wicket at work. Written
  by core committers, this book shows you the how-to and the why of
  Wicket. You'll learn to use and customize Wicket components, to
  interact with Spring and Hibernate, and to implement rich Ajax-driven
  features.
 
  Some quotes of early access reviewers:
 
  Finally, the Web Framework of web framework, Apache Wicket, now has a
  bible of its own. - Per Ejeklint
 
  Without question, Wicket in Action... is the be-all and end-all when
  it comes to Wicket. - Geertjan Wielenga
 
  Wicket In Action glues the areas of web development with Apache
  Wicket together and gives a great overview of Apache Wicket...it will
  make a great compendium. - Nino Martinez Wael
 
  You can read full reviews here:
   - Nick Heudecker: Wicket In Action Book Review
 http://www.theserverside.com/news/thread.tss?thread_id=50326
 
   - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
 http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the
 
  Free content
 
  If you don't think these reviewers are qualified to tell you to buy
  Wicket in Action, let these free samples convince you:
 
   * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
   * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
   * Excerpt: Creating Secure Web Applications with Apache Wicket
  (http://www.manning.com/free/excerpt_Wicket.html)
 
  MEAP readers
 
  If you bought the MEAP edition you'll receive a personal download link
  for the final e-book in your inbox today (or possibly tomorrow). We'd
  like to extend our gratitude to the MEAP readers - without you and
  your encouragements we would've given up.
 
  Limited summer discount
 
  There is a 35% discount when you buy Wicket in Action at the manning
  website before the end of August. For more details look here:
  http://manning.com/dashorst
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 --
 View this message in context:
 http://www.nabble.com/-announce--Wicket-in-Action-e-book-has-been-published%21-tp18971645p18982490.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: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Jonathan Locke


congratulations!

this is indeed the last word on wicket.  run don't walk to buy it.


Martijn Dashorst wrote:
 
 Almost 3 years of hard work, loosing friends, moving abroad, marrying
 lovely wives, late nights, early mornings, frustrated family, and all
 other bad (and good) things that cross one's life is now rewarded with
 the availability of the e-book edition of Wicket in Action. The print
 edition (also know as dead-tree edition) will be available in just
 over 2 weeks (estimated at Aug 29th).
 
 Eelco and I are *really*, *really* glad that the journey is finally
 over. We think it was worth it. Now we leave the book in your capable
 hands to make beautiful applications that make your boss and customers
 happy and we are sure you'll enjoy creating them.
 
 Eelco Hillenius  Martijn Dashorst
 
 About Wicket in Action
 
 Wicket in Action is a comprehensive guide for Java developers building
 Wicket-based web applications. It introduces Wicket's structure and
 components, and moves quickly into examples of Wicket at work. Written
 by core committers, this book shows you the how-to and the why of
 Wicket. You'll learn to use and customize Wicket components, to
 interact with Spring and Hibernate, and to implement rich Ajax-driven
 features.
 
 Some quotes of early access reviewers:
 
 Finally, the Web Framework of web framework, Apache Wicket, now has a
 bible of its own. - Per Ejeklint
 
 Without question, Wicket in Action... is the be-all and end-all when
 it comes to Wicket. - Geertjan Wielenga
 
 Wicket In Action glues the areas of web development with Apache
 Wicket together and gives a great overview of Apache Wicket...it will
 make a great compendium. - Nino Martinez Wael
 
 You can read full reviews here:
  - Nick Heudecker: Wicket In Action Book Review
http://www.theserverside.com/news/thread.tss?thread_id=50326
 
  - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the
 
 Free content
 
 If you don't think these reviewers are qualified to tell you to buy
 Wicket in Action, let these free samples convince you:
 
  * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
  * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
  * Excerpt: Creating Secure Web Applications with Apache Wicket
 (http://www.manning.com/free/excerpt_Wicket.html)
 
 MEAP readers
 
 If you bought the MEAP edition you'll receive a personal download link
 for the final e-book in your inbox today (or possibly tomorrow). We'd
 like to extend our gratitude to the MEAP readers - without you and
 your encouragements we would've given up.
 
 Limited summer discount
 
 There is a 35% discount when you buy Wicket in Action at the manning
 website before the end of August. For more details look here:
 http://manning.com/dashorst
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-announce--Wicket-in-Action-e-book-has-been-published%21-tp18971645p18984589.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: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Eelco Hillenius
On Thu, Aug 14, 2008 at 3:47 AM, Johan Compagner [EMAIL PROTECTED] wrote:
 finally
 Eelco has now time over again for coding

And now my wife is pregnant and we're buying a house that needs
fixing. :-) Looks like my break will take a little longer.

Eelco

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



Re: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Eelco Hillenius
Thanks for your kind words everyone.

Eelco

On Thu, Aug 14, 2008 at 7:20 AM, greeklinux [EMAIL PROTECTED] wrote:

 Congratulation and thank you!

 I bought the book and it was very helpfull.





 Martijn Dashorst wrote:

 Almost 3 years of hard work, loosing friends, moving abroad, marrying
 lovely wives, late nights, early mornings, frustrated family, and all
 other bad (and good) things that cross one's life is now rewarded with
 the availability of the e-book edition of Wicket in Action. The print
 edition (also know as dead-tree edition) will be available in just
 over 2 weeks (estimated at Aug 29th).

 Eelco and I are *really*, *really* glad that the journey is finally
 over. We think it was worth it. Now we leave the book in your capable
 hands to make beautiful applications that make your boss and customers
 happy and we are sure you'll enjoy creating them.

 Eelco Hillenius  Martijn Dashorst

 About Wicket in Action

 Wicket in Action is a comprehensive guide for Java developers building
 Wicket-based web applications. It introduces Wicket's structure and
 components, and moves quickly into examples of Wicket at work. Written
 by core committers, this book shows you the how-to and the why of
 Wicket. You'll learn to use and customize Wicket components, to
 interact with Spring and Hibernate, and to implement rich Ajax-driven
 features.

 Some quotes of early access reviewers:

 Finally, the Web Framework of web framework, Apache Wicket, now has a
 bible of its own. - Per Ejeklint

 Without question, Wicket in Action... is the be-all and end-all when
 it comes to Wicket. - Geertjan Wielenga

 Wicket In Action glues the areas of web development with Apache
 Wicket together and gives a great overview of Apache Wicket...it will
 make a great compendium. - Nino Martinez Wael

 You can read full reviews here:
  - Nick Heudecker: Wicket In Action Book Review
http://www.theserverside.com/news/thread.tss?thread_id=50326

  - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

 Free content

 If you don't think these reviewers are qualified to tell you to buy
 Wicket in Action, let these free samples convince you:

  * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
  * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
  * Excerpt: Creating Secure Web Applications with Apache Wicket
 (http://www.manning.com/free/excerpt_Wicket.html)

 MEAP readers

 If you bought the MEAP edition you'll receive a personal download link
 for the final e-book in your inbox today (or possibly tomorrow). We'd
 like to extend our gratitude to the MEAP readers - without you and
 your encouragements we would've given up.

 Limited summer discount

 There is a 35% discount when you buy Wicket in Action at the manning
 website before the end of August. For more details look here:
 http://manning.com/dashorst

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




 --
 View this message in context: 
 http://www.nabble.com/-announce--Wicket-in-Action-e-book-has-been-published%21-tp18971645p18982490.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: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Johan Compagner
ahh so not a weekend coding around 1st of sep. but house improvement!
i will bring my tools

On Thu, Aug 14, 2008 at 6:15 PM, Eelco Hillenius
[EMAIL PROTECTED]wrote:

 On Thu, Aug 14, 2008 at 3:47 AM, Johan Compagner [EMAIL PROTECTED]
 wrote:
  finally
  Eelco has now time over again for coding

 And now my wife is pregnant and we're buying a house that needs
 fixing. :-) Looks like my break will take a little longer.

 Eelco

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




[announce] Wicket in Action e-book has been published!

2008-08-13 Thread Martijn Dashorst
Almost 3 years of hard work, loosing friends, moving abroad, marrying
lovely wives, late nights, early mornings, frustrated family, and all
other bad (and good) things that cross one's life is now rewarded with
the availability of the e-book edition of Wicket in Action. The print
edition (also know as dead-tree edition) will be available in just
over 2 weeks (estimated at Aug 29th).

Eelco and I are *really*, *really* glad that the journey is finally
over. We think it was worth it. Now we leave the book in your capable
hands to make beautiful applications that make your boss and customers
happy and we are sure you'll enjoy creating them.

Eelco Hillenius  Martijn Dashorst

About Wicket in Action

Wicket in Action is a comprehensive guide for Java developers building
Wicket-based web applications. It introduces Wicket's structure and
components, and moves quickly into examples of Wicket at work. Written
by core committers, this book shows you the how-to and the why of
Wicket. You'll learn to use and customize Wicket components, to
interact with Spring and Hibernate, and to implement rich Ajax-driven
features.

Some quotes of early access reviewers:

Finally, the Web Framework of web framework, Apache Wicket, now has a
bible of its own. - Per Ejeklint

Without question, Wicket in Action... is the be-all and end-all when
it comes to Wicket. - Geertjan Wielenga

Wicket In Action glues the areas of web development with Apache
Wicket together and gives a great overview of Apache Wicket...it will
make a great compendium. - Nino Martinez Wael

You can read full reviews here:
 - Nick Heudecker: Wicket In Action Book Review
   http://www.theserverside.com/news/thread.tss?thread_id=50326

 - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
   http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

Free content

If you don't think these reviewers are qualified to tell you to buy
Wicket in Action, let these free samples convince you:

 * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
 * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
 * Excerpt: Creating Secure Web Applications with Apache Wicket
(http://www.manning.com/free/excerpt_Wicket.html)

MEAP readers

If you bought the MEAP edition you'll receive a personal download link
for the final e-book in your inbox today (or possibly tomorrow). We'd
like to extend our gratitude to the MEAP readers - without you and
your encouragements we would've given up.

Limited summer discount

There is a 35% discount when you buy Wicket in Action at the manning
website before the end of August. For more details look here:
http://manning.com/dashorst

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



RE: [announce] Wicket in Action e-book has been published!

2008-08-13 Thread David Leangen

Congratulations, guys!

Thank you for all your hard work and sacrifice!



 -Original Message-
 From: Martijn Dashorst [mailto:[EMAIL PROTECTED]
 Sent: 14 August 2008 06:32
 To: Wicket Users
 Subject: [announce] Wicket in Action e-book has been published!
 
 
 Almost 3 years of hard work, loosing friends, moving abroad, marrying
 lovely wives, late nights, early mornings, frustrated family, and all
 other bad (and good) things that cross one's life is now rewarded with
 the availability of the e-book edition of Wicket in Action. The print
 edition (also know as dead-tree edition) will be available in just
 over 2 weeks (estimated at Aug 29th).
 
 Eelco and I are *really*, *really* glad that the journey is finally
 over. We think it was worth it. Now we leave the book in your capable
 hands to make beautiful applications that make your boss and customers
 happy and we are sure you'll enjoy creating them.
 
 Eelco Hillenius  Martijn Dashorst
 
 About Wicket in Action
 
 Wicket in Action is a comprehensive guide for Java developers building
 Wicket-based web applications. It introduces Wicket's structure and
 components, and moves quickly into examples of Wicket at work. Written
 by core committers, this book shows you the how-to and the why of
 Wicket. You'll learn to use and customize Wicket components, to
 interact with Spring and Hibernate, and to implement rich Ajax-driven
 features.
 
 Some quotes of early access reviewers:
 
 Finally, the Web Framework of web framework, Apache Wicket, now has a
 bible of its own. - Per Ejeklint
 
 Without question, Wicket in Action... is the be-all and end-all when
 it comes to Wicket. - Geertjan Wielenga
 
 Wicket In Action glues the areas of web development with Apache
 Wicket together and gives a great overview of Apache Wicket...it will
 make a great compendium. - Nino Martinez Wael
 
 You can read full reviews here:
  - Nick Heudecker: Wicket In Action Book Review
http://www.theserverside.com/news/thread.tss?thread_id=50326
 
  - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the
 
 Free content
 
 If you don't think these reviewers are qualified to tell you to buy
 Wicket in Action, let these free samples convince you:
 
  * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
  * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
  * Excerpt: Creating Secure Web Applications with Apache Wicket
 (http://www.manning.com/free/excerpt_Wicket.html)
 
 MEAP readers
 
 If you bought the MEAP edition you'll receive a personal download link
 for the final e-book in your inbox today (or possibly tomorrow). We'd
 like to extend our gratitude to the MEAP readers - without you and
 your encouragements we would've given up.
 
 Limited summer discount
 
 There is a 35% discount when you buy Wicket in Action at the manning
 website before the end of August. For more details look here:
 http://manning.com/dashorst
 
 -
 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: [announce] Wicket in Action e-book has been published!

2008-08-13 Thread Daniel Freitas
Congrats. The book has been very helpful so far.

2008/8/13 David Leangen [EMAIL PROTECTED]


 Congratulations, guys!

 Thank you for all your hard work and sacrifice!



  -Original Message-
  From: Martijn Dashorst [mailto:[EMAIL PROTECTED]
  Sent: 14 August 2008 06:32
  To: Wicket Users
  Subject: [announce] Wicket in Action e-book has been published!
 
 
  Almost 3 years of hard work, loosing friends, moving abroad, marrying
  lovely wives, late nights, early mornings, frustrated family, and all
  other bad (and good) things that cross one's life is now rewarded with
  the availability of the e-book edition of Wicket in Action. The print
  edition (also know as dead-tree edition) will be available in just
  over 2 weeks (estimated at Aug 29th).
 
  Eelco and I are *really*, *really* glad that the journey is finally
  over. We think it was worth it. Now we leave the book in your capable
  hands to make beautiful applications that make your boss and customers
  happy and we are sure you'll enjoy creating them.
 
  Eelco Hillenius  Martijn Dashorst
 
  About Wicket in Action
 
  Wicket in Action is a comprehensive guide for Java developers building
  Wicket-based web applications. It introduces Wicket's structure and
  components, and moves quickly into examples of Wicket at work. Written
  by core committers, this book shows you the how-to and the why of
  Wicket. You'll learn to use and customize Wicket components, to
  interact with Spring and Hibernate, and to implement rich Ajax-driven
  features.
 
  Some quotes of early access reviewers:
 
  Finally, the Web Framework of web framework, Apache Wicket, now has a
  bible of its own. - Per Ejeklint
 
  Without question, Wicket in Action... is the be-all and end-all when
  it comes to Wicket. - Geertjan Wielenga
 
  Wicket In Action glues the areas of web development with Apache
  Wicket together and gives a great overview of Apache Wicket...it will
  make a great compendium. - Nino Martinez Wael
 
  You can read full reviews here:
   - Nick Heudecker: Wicket In Action Book Review
 http://www.theserverside.com/news/thread.tss?thread_id=50326
 
   - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
 http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the
 
  Free content
 
  If you don't think these reviewers are qualified to tell you to buy
  Wicket in Action, let these free samples convince you:
 
   * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
   * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
   * Excerpt: Creating Secure Web Applications with Apache Wicket
  (http://www.manning.com/free/excerpt_Wicket.html)
 
  MEAP readers
 
  If you bought the MEAP edition you'll receive a personal download link
  for the final e-book in your inbox today (or possibly tomorrow). We'd
  like to extend our gratitude to the MEAP readers - without you and
  your encouragements we would've given up.
 
  Limited summer discount
 
  There is a 35% discount when you buy Wicket in Action at the manning
  website before the end of August. For more details look here:
  http://manning.com/dashorst
 
  -
  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: [announce] Wicket in Action e-book has been published!

2008-08-13 Thread Gabriel Bucher

congratulation guys.

thanks for the hard work and it helped me a lot to get into wicket.

Martijn Dashorst wrote:

Almost 3 years of hard work, loosing friends, moving abroad, marrying
lovely wives, late nights, early mornings, frustrated family, and all
other bad (and good) things that cross one's life is now rewarded with
the availability of the e-book edition of Wicket in Action. The print
edition (also know as dead-tree edition) will be available in just
over 2 weeks (estimated at Aug 29th).

Eelco and I are *really*, *really* glad that the journey is finally
over. We think it was worth it. Now we leave the book in your capable
hands to make beautiful applications that make your boss and customers
happy and we are sure you'll enjoy creating them.

Eelco Hillenius  Martijn Dashorst

About Wicket in Action

Wicket in Action is a comprehensive guide for Java developers building
Wicket-based web applications. It introduces Wicket's structure and
components, and moves quickly into examples of Wicket at work. Written
by core committers, this book shows you the how-to and the why of
Wicket. You'll learn to use and customize Wicket components, to
interact with Spring and Hibernate, and to implement rich Ajax-driven
features.

Some quotes of early access reviewers:

Finally, the Web Framework of web framework, Apache Wicket, now has a
bible of its own. - Per Ejeklint

Without question, Wicket in Action... is the be-all and end-all when
it comes to Wicket. - Geertjan Wielenga

Wicket In Action glues the areas of web development with Apache
Wicket together and gives a great overview of Apache Wicket...it will
make a great compendium. - Nino Martinez Wael

You can read full reviews here:
 - Nick Heudecker: Wicket In Action Book Review
   http://www.theserverside.com/news/thread.tss?thread_id=50326

 - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
   http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

Free content

If you don't think these reviewers are qualified to tell you to buy
Wicket in Action, let these free samples convince you:

 * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
 * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
 * Excerpt: Creating Secure Web Applications with Apache Wicket
(http://www.manning.com/free/excerpt_Wicket.html)

MEAP readers

If you bought the MEAP edition you'll receive a personal download link
for the final e-book in your inbox today (or possibly tomorrow). We'd
like to extend our gratitude to the MEAP readers - without you and
your encouragements we would've given up.

Limited summer discount

There is a 35% discount when you buy Wicket in Action at the manning
website before the end of August. For more details look here:
http://manning.com/dashorst

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


!DSPAM:48a35302279891857139351!



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



Re: [announce] Wicket in Action e-book has been published!

2008-08-13 Thread Toto Laricot
We ported an application from JBOSS/SEAM to Wicket in 2 weeks. The app has
been successfully deployed in production.
Although the wiki had all the scode sample we could wish for, and searching
the forum always answered our questions, I'll buy the book to express our
gratitude to the Wicket team.
It's been an awesome experience.
T.
On Wed, Aug 13, 2008 at 4:21 PM, Gabriel Bucher [EMAIL PROTECTED]wrote:

 congratulation guys.

 thanks for the hard work and it helped me a lot to get into wicket.

 Martijn Dashorst wrote:

 Almost 3 years of hard work, loosing friends, moving abroad, marrying
 lovely wives, late nights, early mornings, frustrated family, and all
 other bad (and good) things that cross one's life is now rewarded with
 the availability of the e-book edition of Wicket in Action. The print
 edition (also know as dead-tree edition) will be available in just
 over 2 weeks (estimated at Aug 29th).

 Eelco and I are *really*, *really* glad that the journey is finally
 over. We think it was worth it. Now we leave the book in your capable
 hands to make beautiful applications that make your boss and customers
 happy and we are sure you'll enjoy creating them.

 Eelco Hillenius  Martijn Dashorst

 About Wicket in Action

 Wicket in Action is a comprehensive guide for Java developers building
 Wicket-based web applications. It introduces Wicket's structure and
 components, and moves quickly into examples of Wicket at work. Written
 by core committers, this book shows you the how-to and the why of
 Wicket. You'll learn to use and customize Wicket components, to
 interact with Spring and Hibernate, and to implement rich Ajax-driven
 features.

 Some quotes of early access reviewers:

 Finally, the Web Framework of web framework, Apache Wicket, now has a
 bible of its own. - Per Ejeklint

 Without question, Wicket in Action... is the be-all and end-all when
 it comes to Wicket. - Geertjan Wielenga

 Wicket In Action glues the areas of web development with Apache
 Wicket together and gives a great overview of Apache Wicket...it will
 make a great compendium. - Nino Martinez Wael

 You can read full reviews here:
  - Nick Heudecker: Wicket In Action Book Review
   http://www.theserverside.com/news/thread.tss?thread_id=50326

  - Geertjan Wielenga: Wicket in Action: Undoubtedly The Wicket Bible
   http://blogs.sun.com/geertjan/entry/wicket_in_action_undoubtedly_the

 Free content

 If you don't think these reviewers are qualified to tell you to buy
 Wicket in Action, let these free samples convince you:

  * Chapter 1: http://www.manning.com/dashorst/ch01_dashorst.pdf
  * Chapter 8: http://www.manning.com/dashorst/ch08_dashorst.pdf
  * Excerpt: Creating Secure Web Applications with Apache Wicket
 (http://www.manning.com/free/excerpt_Wicket.html)

 MEAP readers

 If you bought the MEAP edition you'll receive a personal download link
 for the final e-book in your inbox today (or possibly tomorrow). We'd
 like to extend our gratitude to the MEAP readers - without you and
 your encouragements we would've given up.

 Limited summer discount

 There is a 35% discount when you buy Wicket in Action at the manning
 website before the end of August. For more details look here:
 http://manning.com/dashorst

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


 !DSPAM:48a35302279891857139351!


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




Re: [announce] Wicket in Action e-book has been published!

2008-08-13 Thread Nick Heudecker
Why did you move away from Seam?

On Wed, Aug 13, 2008 at 5:59 PM, Toto Laricot [EMAIL PROTECTED]wrote:

 We ported an application from JBOSS/SEAM to Wicket in 2 weeks. The app has
 been successfully deployed in production.
 Although the wiki had all the scode sample we could wish for, and searching
 the forum always answered our questions, I'll buy the book to express our
 gratitude to the Wicket team.
 It's been an awesome experience.
 T.
 On Wed, Aug 13, 2008 at 4:21 PM, Gabriel Bucher [EMAIL PROTECTED]
 wrote:




Wicket in Action PDF - font size

2008-06-01 Thread Eyal Golan
Hi,

I plan to buy this book but not sure if to buy only the ebook or also the
paper version as well.
I prefer just the e-book so I won't waist another tree :)

I downloaded the free first chapter of WIA.
It seems to me that the font is a bit small.
even when I fit width it is still too small.
I needed to zoom in more.
I could see that there's a big area in the left of the page that is not
used.

Is the final version of the e-book going to have bigger font?

It may seem a stupid question here in the users group, but it's important
for me.

thanks
-- 
Eyal Golan
[EMAIL PROTECTED]

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74


Re: Wicket in Action PDF - font size

2008-06-01 Thread Martijn Dashorst
All Manning e-books use the same font and layout between the PDF and
printed versions. I don't know if our sample chapter will be updated
(I certainly hope so!) but the final PDF will look like all the other
Manning PDF ebooks, for example:

http://www.manning.com/gallo/sample-ch2.pdf

Martijn

On Sun, Jun 1, 2008 at 9:18 AM, Eyal Golan [EMAIL PROTECTED] wrote:
 Hi,

 I plan to buy this book but not sure if to buy only the ebook or also the
 paper version as well.
 I prefer just the e-book so I won't waist another tree :)

 I downloaded the free first chapter of WIA.
 It seems to me that the font is a bit small.
 even when I fit width it is still too small.
 I needed to zoom in more.
 I could see that there's a big area in the left of the page that is not
 used.

 Is the final version of the e-book going to have bigger font?

 It may seem a stupid question here in the users group, but it's important
 for me.

 thanks
 --
 Eyal Golan
 [EMAIL PROTECTED]

 Visit: http://jvdrums.sourceforge.net/
 LinkedIn: http://www.linkedin.com/in/egolan74




-- 
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]



  1   2   >