Re: Can I develop without recompiling/restarting after every change?

2010-06-05 Thread bht
Hi, >I don't >agree that it's the best approach in all environments, and I think your >advice negates one of the best features of Wicket, namely the ability to >package complete Wicket components (including their markup and other >resources) into JAR files for convenient re-use across applications

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,

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 conv

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!

Re: Testing wicket pages in project with maven structure

2010-06-05 Thread Gustavo Henrique
I already tried that but failed. Only pass an instance of application class to the tester don't work. Is need configure the pom.xml too or put the html dir on build path. I resolved configuring the pom.xml as: false src/main/webapp/WEB-INF/html

Re: Testing wicket pages in project with maven structure

2010-06-05 Thread Igor Vaynberg
pass an instance of your application class to the tester -igor On Sat, Jun 5, 2010 at 6:57 AM, Gustavo Henrique wrote: > Hi! > I'm trying using WicketTester but I got an error: > org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for > component 'br.com.ecommerce.wicket.page

Re: Guice & Wicket Guice Proxy

2010-06-05 Thread nino martinez wael
I was too quick to say it worked, as it appears it does not. I'll try to make a quickstart based on legup, where should I put it? Just on jira? -Nino 2010/6/4 nino martinez wael : > yeah me too, what Igor said worked so must be true or a bug.. I don't > think it's a bug.. > > 2010/6/3 James Carma

Re: jetty replication quickstart - archetype

2010-06-05 Thread Cemal Bayramoglu
Jeremy, Once you've set up your project to be just the way you want it, we can create the archetype and add it to LegUp [1] if you like. Regards - Cemal jWeekend OO & Java Technologies, Wicket Consulting, Development, Training http://jWeekend.com [1] http://jweekend.co.uk/dev/LegUp On 5 June 20

jetty replication quickstart - archetype

2010-06-05 Thread Jeremy Thomerson
I sent a message earlier about creating a jetty quickstart that started multiple replicated servers. Someone replied to ask if I would make it an archetype. I've sent four different replies to that question, and each has been bounced because of a high spam score. Not sure why that's happening.

Re: jetty replication quickstart

2010-06-05 Thread Douglas Ferguson
Wow.. If you set it up would this be a new archetype that anybody would be able to generate a project from? D/ On Jun 5, 2010, at 9:42 AM, Jeremy Thomerson wrote: > Has anyone set up a Jetty quickstart (like the Start.java that comes with > the Wicket archetype) that includes running two embedd

jetty replication quickstart

2010-06-05 Thread Jeremy Thomerson
Has anyone set up a Jetty quickstart (like the Start.java that comes with the Wicket archetype) that includes running two embedded jetty instances so that you can test replication by switching to the other server? I'd like to set one u and wondered if anyone already had the leg work done. -- Jer

Testing wicket pages in project with maven structure

2010-06-05 Thread Gustavo Henrique
Hi! I'm trying using WicketTester but I got an error: org.apache.wicket.markup. MarkupNotFoundException: Markup of type 'html' for component 'br.com.ecommerce.wicket.pages.ContactPage' not found. I changed the html dir using the trick with PathStripperLocator class and this works. But the test not

Re: Can I develop without recompiling/restarting after every change?

2010-06-05 Thread John Krasnay
On Sat, Jun 05, 2010 at 10:13:42AM +1200, b...@actrix.gen.nz wrote: > Hi, > > My suggestions were meant to be general, and with "best" I actually > meant in all environments including certified J2EE servers. I'm aware that's what you meant. That's why I challenged it. I don't agree that it's the

Testing wicket pages in project with maven structure

2010-06-05 Thread Gustavo Henrique
Hi! I'm trying using WicketTester but I got an error: org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for component 'br.com.ecommerce.wicket.pages.ContactPage' not found. I changed the html dir using the trick with PathStripperLocator class and this works. But the test not