Re: Convention for classes name

2010-06-06 Thread Sigmar Muuga
*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 wrote:

> Are you Hungarian?
>
> On Sat, Jun 5, 2010 at 4:06 PM, Erdinc  wrote:
> > I add "PG" prefix to page classes, e.g PGCustomerEditor, and "RC" to
> custom components, e.g RCDateTimeEditor.
> >
> >
> >
> > 
> > From: Gustavo Henrique 
> > 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-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Convention for classes name

2010-06-05 Thread James Carman
Are you Hungarian?

On Sat, Jun 5, 2010 at 4:06 PM, Erdinc  wrote:
> I add "PG" prefix to page classes, e.g PGCustomerEditor, and "RC" to custom 
> components, e.g RCDateTimeEditor.
>
>
>
> 
> From: Gustavo Henrique 
> 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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Convention for classes name

2010-06-05 Thread Erdinc
I add "PG" prefix to page classes, e.g PGCustomerEditor, and "RC" to custom 
components, e.g RCDateTimeEditor.




From: Gustavo Henrique 
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!



  

Convention for classes name

2010-06-05 Thread Gustavo Henrique
Hi!
Is there any name convention for classes using wicket?
I'm using that model: CustomerPage, OrderPanel, ProductAddForm. What you
think about?

Thanks!