Re: [OT] Wicket App Hosting

2010-02-24 Thread Vineet Manohar
I am with eapps (http://www.eapps.com) for more than 6 years now. Very good customer service. Strongly recommend them. Not the cheapest around but not too expensive either. Tomcat hosting starting at $22/month. On Wed, Feb 24, 2010 at 7:50 PM, Mauro Ciancio maurocian...@gmail.comwrote: Hello

Re: Wicket RAD project

2010-02-08 Thread Vineet Manohar
Would be Interesting to find out if this is still being maintained as I am also trying to create another Wicket RAD app with full code generation, JPA support, etc. http://code.google.com/p/clickframes-wicket-plugin/ On Mon, Feb 8, 2010 at 7:20 AM, Josh Kamau joshnet2...@gmail.com wrote: Hi

Re: Wicket RAD project

2010-02-08 Thread Vineet Manohar
on a project called Wicketopia where we dynamically create bean forms based on runtime class metadata. That's what Wicket Web Beans does, too. Code generation really isn't needed (unless you're talking about generating the original project). On Mon, Feb 8, 2010 at 9:22 AM, Vineet Manohar

Re: Wicket best practice

2010-02-07 Thread Vineet Manohar
it for a while. -- Jeremy Thomerson http://www.wickettraining.com On Sat, Feb 6, 2010 at 3:27 PM, Vineet Manohar vineet.mano...@gmail.com wrote: Thanks. I will look at the maven archetype. More than just pages, I am looking at links, forms, inputs etc. For example, to create a link I am

Wicket best practice

2010-02-06 Thread Vineet Manohar
, Vineet Manohar http://www.vineetmanohar.com

Re: Wicket best practice

2010-02-06 Thread Vineet Manohar
web layout. And yes, HTML and Java source are in same main packages together. On Feb 6, 2010 1:33 PM, Vineet Manohar vineet.mano...@gmail.com wrote: Hi, I am trying to write a code generator (using Clickframes code generation framework) which would generate a fully working Wicket project

Re: Wicket best practice

2010-02-06 Thread Vineet Manohar
that match id's -andrew On Feb 6, 2010, at 1:27 PM, Vineet Manohar wrote: Thanks. I will look at the maven archetype. More than just pages, I am looking at links, forms, inputs etc. For example, to create a link I am either use a href= in the HTML, or I can use Wicket link component model