Hi Eelco,

Thanks for the response.
Maybe tutorial doesn't sound good, but I think this kind of
information you've written here is important and worth written on the
wicket wiki.

Thanks.

On 11/22/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> It doesn't make sense to have such a tutorial. You need to decide what
> you'll be building and what base class comes closest to what you want.
> WebComponent is the absolute base class (for web applications) that
> don't nest other components (Labels) and WebMarkupContainer is the
> base for pretty much anything else. If you need markup attached, you
> would start with Panel or Border, and if your component needs to work
> in a form, you would extend from at least FormComponent. And then
> there is Repeater for anything that 'repeats' and the tree base
> classes. All very different cases, but what they have in common is
> that you just extend their Java classes, customize by looking at their
> APIs (particularly at what abstract/ protected methods there are) and
> maybe plugin some behaviors.

-- 
What you want today, may not exist tommorrow

Blog: http://joshuajava.wordpress.com/

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

Reply via email to