You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Gustavo Henrique <gu...@gmail.com> on 2010/06/05 21:46:17 UTC

Convention for classes name

Hi!
Is there any name convention for classes using wicket?
I'm using that model: CustomerPage, OrderPanel, ProductAddForm. What you
think about?

Thanks!

Re: Convention for classes name

Posted by Sigmar Muuga <me...@gmail.com>.
*Page, *Form and *Panel are the best choices out there! You are on the right
way, good luck!

Sigmar

On Sat, Jun 5, 2010 at 11:52 PM, James Carman <ja...@carmanconsulting.com>wrote:

> Are you Hungarian?
>
> On Sat, Jun 5, 2010 at 4:06 PM, Erdinc <ko...@yahoo.com> wrote:
> > I add "PG" prefix to page classes, e.g PGCustomerEditor, and "RC" to
> custom components, e.g RCDateTimeEditor.
> >
> >
> >
> > ________________________________
> > From: Gustavo Henrique <gu...@gmail.com>
> > To: users@wicket.apache.org
> > Sent: Sat, June 5, 2010 10:46:17 PM
> > Subject: Convention for classes name
> >
> > Hi!
> > Is there any name convention for classes using wicket?
> > I'm using that model: CustomerPage, OrderPanel, ProductAddForm. What you
> > think about?
> >
> > Thanks!
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Convention for classes name

Posted by James Carman <ja...@carmanconsulting.com>.
Are you Hungarian?

On Sat, Jun 5, 2010 at 4:06 PM, Erdinc <ko...@yahoo.com> wrote:
> I add "PG" prefix to page classes, e.g PGCustomerEditor, and "RC" to custom components, e.g RCDateTimeEditor.
>
>
>
> ________________________________
> From: Gustavo Henrique <gu...@gmail.com>
> To: users@wicket.apache.org
> Sent: Sat, June 5, 2010 10:46:17 PM
> Subject: Convention for classes name
>
> Hi!
> Is there any name convention for classes using wicket?
> I'm using that model: CustomerPage, OrderPanel, ProductAddForm. What you
> think about?
>
> Thanks!
>
>
>
>

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


Re: Convention for classes name

Posted by Erdinc <ko...@yahoo.com>.
I add "PG" prefix to page classes, e.g PGCustomerEditor, and "RC" to custom components, e.g RCDateTimeEditor.



________________________________
From: Gustavo Henrique <gu...@gmail.com>
To: users@wicket.apache.org
Sent: Sat, June 5, 2010 10:46:17 PM
Subject: Convention for classes name

Hi!
Is there any name convention for classes using wicket?
I'm using that model: CustomerPage, OrderPanel, ProductAddForm. What you
think about?

Thanks!