Re: A web site developed with Wicket

2010-03-31 Thread Erdinc
Hi, I don't think to release the source code of the application for now, but I am trying to collect the techniques I applied in my wicket projects by maintaining an open source project - EasyWicket - http://easywicket.sourceforge.net From: Gustavo Henrique

Re: Type Inference for Wicket 1.4

2010-04-16 Thread Erdinc
Or use wicket as I explained on this page :) http://java.dzone.com/articles/faster-development-easywicket From: James Carman jcar...@carmanconsulting.com To: users@wicket.apache.org Sent: Fri, April 16, 2010 2:05:12 PM Subject: Re: Type Inference for Wicket

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 gustavo...@gmail.com To: users@wicket.apache.org Sent: Sat, June 5, 2010 10:46:17 PM Subject: Convention for classes name Hi! Is

Re: New App - Best Practices

2010-10-04 Thread Erdinc
My suggestion : Wicket / Spring / Cayenne ORM   From: Josh Kamau joshnet2...@gmail.com To: users@wicket.apache.org Sent: Mon, October 4, 2010 1:37:45 PM Subject: Re: New App - Best Practices I use Wicket/Guice/JPA-Hibernate. I think you will have to do alot