I add "PG" prefix to page classes, e.g PGCustomerEditor, and "RC" to custom components, e.g RCDateTimeEditor.
________________________________ From: Gustavo Henrique <gustavo...@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!