Re: Wicket on Tomcat?

2008-10-06 Thread Vernon
Thanks for your quick response. 

How I shall take actions then? 

Sorry for this dumb question.



- Original Message 
From: Jeremy Thomerson <[EMAIL PROTECTED]>
To: users@wicket.apache.org
Sent: Monday, October 6, 2008 4:42:22 PM
Subject: Re: Wicket on Tomcat?

Yes - it's a regular web app, and you build it into a regular war just like
normal.  Most of my production applications are deployed with Tomcat.  But
the development with Jetty in Eclipse is very simple and convenient since
you can run the start class in debug mode, and it will start an embedded
server and eclipse will pick up HTML / class file changes.

-- 
Jeremy Thomerson
http://www.wickettraining.com

On Mon, Oct 6, 2008 at 6:37 PM, Vernon <[EMAIL PROTECTED]> wrote:

> I just dip into Wicket. I notice that Wicket setup exclusively with Jetty,
> for example, the quick start page http://wicket.apache.org/quickstart.html.
> Can I create an Eclipse project for TC instead of Jetty?
>
>
>
>



  

Wicket on Tomcat?

2008-10-06 Thread Vernon
I just dip into Wicket. I notice that Wicket setup exclusively with Jetty, for 
example, the quick start page http://wicket.apache.org/quickstart.html. Can I 
create an Eclipse project for TC instead of Jetty?  



  

Can we have a prefix in the subject line for any emails from this mailing list?

2008-09-10 Thread Vernon
Emails from this mailing list quickly jam up my email account. Since there 
isn't a filter for this email account, I have to move emails to another folder 
by hand. It would be very helpful if the subject line with a prefix like 
[wicket-user] so that I know what the email is about.

Thanks.



  

Best first approach to Wicket for my case

2008-09-09 Thread Vernon
I plan to use Wicket first time for my next project. I will use Wicket + Spring 
+ Hibernate to build a web application.
I am familiar with Spring (mostly the pre-2.5 version) and Hibernate.
And I also worked with Swing before moved into the Java server side
development. I would like to hear any suggestions of most effective
approaches. I don't have a lot of time for this project, but would like
to get it up ASAP. 

The first phase of the project will allow users post entries which involves 
image uploading and map display. Online forum is another feature in my plan. 

While
I am starting research/study on related materials, I would like to hear
suggestions/advices from others with related successful or unsuccessful
experience.

Thanks very much in advance.

.v  


  

Re: Wicket 1.4 with QWicket

2008-09-08 Thread Vernon
I don't have an access to my Wicket development at this moment. I don't have a 
single jar file for Wicket, but a set of jar files something like 
wicket-xxx.jar. I guess that is the cause of my problem. 



- Original Message 
From: Martijn Dashorst <[EMAIL PROTECTED]>
To: users@wicket.apache.org
Sent: Monday, September 8, 2008 3:33:25 PM
Subject: Re: Wicket 1.4 with QWicket

To check the jar file:

jar -t wicket-1.4-m3.jar

or if you have a zip client, open the archive to see if there are
classes inside.

Martijn

On Tue, Sep 9, 2008 at 12:16 AM, Martijn Dashorst
<[EMAIL PROTECTED]> wrote:
> Or typing in WebApplication should give the appropriate class.
>
> Martijn
>
> On Tue, Sep 9, 2008 at 12:15 AM, Martijn Dashorst
> <[EMAIL PROTECTED]> wrote:
>> Then either your classpath is not correctly setup, or the jar is
>> corrupt. Typing in WebApplication should give
>> org.apache.wicket..WebApplication
>>
>> Martijn
>>
>> On Tue, Sep 9, 2008 at 12:01 AM, Vernon <[EMAIL PROTECTED]> wrote:
>>> Actually, I am using Eclipse. I am able to import all other jar file in the 
>>> same direction but not Wicket. I can download the build again to see 
>>> whether it helps or not.
>>>
>>>
>>>
>>> - Original Message 
>>> From: Martijn Dashorst <[EMAIL PROTECTED]>
>>> To: users@wicket.apache.org
>>> Sent: Monday, September 8, 2008 2:53:53 PM
>>> Subject: Re: Wicket 1.4 with QWicket
>>>
>>> did you consider that your wicket jar might be corrupted?
>>>
>>> And yes, all classes have been moved to org.apache.wicket package. If
>>> you are not using an IDE, then start doing so right away. Using an IDE
>>> saves this types of questions.
>>>
>>> Martijn
>>>
>>> On Mon, Sep 8, 2008 at 11:37 PM, Vernon <[EMAIL PROTECTED]> wrote:
>>>> I am not sure whether the following statement mean the latest QWicket is 
>>>> based on 1.2 or not. So far, none of Wicket classes can be located. Did 
>>>> all classes had been renamed between 1.2 and 1.3?
>>>>
>>>> ---
>>>> 1/19/08 Version 1.0 released.  The impossible has happened.  1.0 is final. 
>>>>  Apart from being entirely too busy with work and sick children, I've been 
>>>> anxiously waiting along with everyone else for the 1.3 release to go 
>>>> final. This version features some streamlined build process and a more 
>>>> interesting default UI.  You'll likely end up building a new UI but at 
>>>> least there's enough there to work with while your design guys build 
>>>> something more customized.  Part of the delay has come from some odd 
>>>> compiling and generation problems in my development environment but I 
>>>> appear to have ironed all those out.  If you see something odd, please 
>>>> don't hesitate to let me know and I'll try to iron out any issues as 
>>>> quickly as possible.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> - Original Message 
>>>> From: Martijn Dashorst <[EMAIL PROTECTED]>
>>>> To: users@wicket.apache.org
>>>> Sent: Monday, September 8, 2008 2:08:21 PM
>>>> Subject: Re: Wicket 1.4 with QWicket
>>>>
>>>> You mean 1.2 classes? Wicket classes reside in package
>>>> org.apache.wicket since 1.3
>>>>
>>>> Martijn
>>>>
>>>> On Mon, Sep 8, 2008 at 10:57 PM, Vernon <[EMAIL PROTECTED]> wrote:
>>>>> I already understood the 1.4=m3 is the latest release. My problem is that 
>>>>> I can't find any 1.3 Wicket classes with 1.4 jar. Does that mean that 
>>>>> these two version are not compatible?
>>>>>
>>>>>
>>>>>
>>>>> - Original Message 
>>>>> From: Marat Radchenko <[EMAIL PROTECTED]>
>>>>> To: users@wicket.apache.org
>>>>> Sent: Sunday, September 7, 2008 10:51:12 PM
>>>>> Subject: Re: Wicket 1.4 with QWicket
>>>>>
>>>>> 1.4-m3 is the latest release.
>>>>>
>>>>> 2008/9/8 Vernon <[EMAIL PROTECTED]>:
>>>>>>
>>>>>> I am very new to Wicket after heard so many good things about it. I am 
>>>>>> starting a project with QWicket since I want to use something I already 
>>>&g

Re: Wicket 1.4 with QWicket

2008-09-08 Thread Vernon
Actually, I am using Eclipse. I am able to import all other jar file in the 
same direction but not Wicket. I can download the build again to see whether it 
helps or not.



- Original Message 
From: Martijn Dashorst <[EMAIL PROTECTED]>
To: users@wicket.apache.org
Sent: Monday, September 8, 2008 2:53:53 PM
Subject: Re: Wicket 1.4 with QWicket

did you consider that your wicket jar might be corrupted?

And yes, all classes have been moved to org.apache.wicket package. If
you are not using an IDE, then start doing so right away. Using an IDE
saves this types of questions.

Martijn

On Mon, Sep 8, 2008 at 11:37 PM, Vernon <[EMAIL PROTECTED]> wrote:
> I am not sure whether the following statement mean the latest QWicket is 
> based on 1.2 or not. So far, none of Wicket classes can be located. Did all 
> classes had been renamed between 1.2 and 1.3?
>
> ---
> 1/19/08 Version 1.0 released.  The impossible has happened.  1.0 is final.  
> Apart from being entirely too busy with work and sick children, I've been 
> anxiously waiting along with everyone else for the 1.3 release to go final. 
> This version features some streamlined build process and a more interesting 
> default UI.  You'll likely end up building a new UI but at least there's 
> enough there to work with while your design guys build something more 
> customized.  Part of the delay has come from some odd compiling and 
> generation problems in my development environment but I appear to have ironed 
> all those out.  If you see something odd, please don't hesitate to let me 
> know and I'll try to iron out any issues as quickly as possible.
>
>
>
>
>
> - Original Message 
> From: Martijn Dashorst <[EMAIL PROTECTED]>
> To: users@wicket.apache.org
> Sent: Monday, September 8, 2008 2:08:21 PM
> Subject: Re: Wicket 1.4 with QWicket
>
> You mean 1.2 classes? Wicket classes reside in package
> org.apache.wicket since 1.3
>
> Martijn
>
> On Mon, Sep 8, 2008 at 10:57 PM, Vernon <[EMAIL PROTECTED]> wrote:
>> I already understood the 1.4=m3 is the latest release. My problem is that I 
>> can't find any 1.3 Wicket classes with 1.4 jar. Does that mean that these 
>> two version are not compatible?
>>
>>
>>
>> - Original Message 
>> From: Marat Radchenko <[EMAIL PROTECTED]>
>> To: users@wicket.apache.org
>> Sent: Sunday, September 7, 2008 10:51:12 PM
>> Subject: Re: Wicket 1.4 with QWicket
>>
>> 1.4-m3 is the latest release.
>>
>> 2008/9/8 Vernon <[EMAIL PROTECTED]>:
>>>
>>> I am very new to Wicket after heard so many good things about it. I am 
>>> starting a project with QWicket since I want to use something I already 
>>> know Spring and Hibernate. None of Wicket packages can be located with the 
>>> 1.4 version. I can see the wicket-1.4-m3.jar on the Java build path in my 
>>> Eclipse.
>>>
>>> What is missing?
>>>
>>>
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.3.4 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Re: Wicket 1.4 with QWicket

2008-09-08 Thread Vernon
I am not sure whether the following statement mean the latest QWicket is based 
on 1.2 or not. So far, none of Wicket classes can be located. Did all classes 
had been renamed between 1.2 and 1.3?

---
1/19/08 Version 1.0 released.  The impossible has happened.  1.0 is final.  
Apart from being entirely too busy with work and sick children, I've been 
anxiously waiting along with everyone else for the 1.3 release to go final. 
This version features some streamlined build process and a more interesting 
default UI.  You'll likely end up building a new UI but at least there's enough 
there to work with while your design guys build something more customized.  
Part of the delay has come from some odd compiling and generation problems in 
my development environment but I appear to have ironed all those out.  If you 
see something odd, please don't hesitate to let me know and I'll try to iron 
out any issues as quickly as possible. 





- Original Message 
From: Martijn Dashorst <[EMAIL PROTECTED]>
To: users@wicket.apache.org
Sent: Monday, September 8, 2008 2:08:21 PM
Subject: Re: Wicket 1.4 with QWicket

You mean 1.2 classes? Wicket classes reside in package
org.apache.wicket since 1.3

Martijn

On Mon, Sep 8, 2008 at 10:57 PM, Vernon <[EMAIL PROTECTED]> wrote:
> I already understood the 1.4=m3 is the latest release. My problem is that I 
> can't find any 1.3 Wicket classes with 1.4 jar. Does that mean that these two 
> version are not compatible?
>
>
>
> - Original Message 
> From: Marat Radchenko <[EMAIL PROTECTED]>
> To: users@wicket.apache.org
> Sent: Sunday, September 7, 2008 10:51:12 PM
> Subject: Re: Wicket 1.4 with QWicket
>
> 1.4-m3 is the latest release.
>
> 2008/9/8 Vernon <[EMAIL PROTECTED]>:
>>
>> I am very new to Wicket after heard so many good things about it. I am 
>> starting a project with QWicket since I want to use something I already know 
>> Spring and Hibernate. None of Wicket packages can be located with the 1.4 
>> version. I can see the wicket-1.4-m3.jar on the Java build path in my 
>> Eclipse.
>>
>> What is missing?
>>
>>
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Re: Wicket 1.4 with QWicket

2008-09-08 Thread Vernon
I don't like to use JPA with Hibernate based on my previous experience with the 
two bundle. In the environment, the object mapping has to follow certain order 
in term of type of relationship between parent and children in the XML. I 
haven't seen any advantages with the bundle yet other than some inconveniences.




- Original Message 
From: Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
To: users@wicket.apache.org
Sent: Sunday, September 7, 2008 11:17:43 PM
Subject: Re: Wicket 1.4 with QWicket

You could also use Wicketstuff iolite, it also uses spring and 
jpa/hibernate...

http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Iolite

IT is working out of the box.

Vernon wrote:
> I am very new to Wicket after heard so many good things about it. I am 
> starting a project with QWicket since I want to use something I already know 
> Spring and Hibernate. None of Wicket packages can be located with the 1.4 
> version. I can see the wicket-1.4-m3.jar on the Java build path in my 
> Eclipse. 
>
> What is missing?
>
>
>
>  
>  

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Re: Wicket 1.4 with QWicket

2008-09-08 Thread Vernon
I already understood the 1.4=m3 is the latest release. My problem is that I 
can't find any 1.3 Wicket classes with 1.4 jar. Does that mean that these two 
version are not compatible?  



- Original Message 
From: Marat Radchenko <[EMAIL PROTECTED]>
To: users@wicket.apache.org
Sent: Sunday, September 7, 2008 10:51:12 PM
Subject: Re: Wicket 1.4 with QWicket

1.4-m3 is the latest release.

2008/9/8 Vernon <[EMAIL PROTECTED]>:
>
> I am very new to Wicket after heard so many good things about it. I am 
> starting a project with QWicket since I want to use something I already know 
> Spring and Hibernate. None of Wicket packages can be located with the 1.4 
> version. I can see the wicket-1.4-m3.jar on the Java build path in my Eclipse.
>
> What is missing?
>
>
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Wicket 1.4 with QWicket

2008-09-07 Thread Vernon

I am very new to Wicket after heard so many good things about it. I am starting 
a project with QWicket since I want to use something I already know Spring and 
Hibernate. None of Wicket packages can be located with the 1.4 version. I can 
see the wicket-1.4-m3.jar on the Java build path in my Eclipse. 

What is missing?