You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by anita nichols <an...@gmail.com> on 2007/10/09 01:39:04 UTC

Wicket Example

Ok I have my wicket 1.3 running smoothly,  how do try the wicket example?

Do I need to remove all the files from com.mycompany folder?
or can I just create a new one and redirect the page to my new application?
how to redirect?


Thanks,
Anita

Re: Wicket Example

Posted by anita nichols <an...@gmail.com>.
Thanks

On 10/8/07, Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>
wrote:
>
> instead of doing that, i'd suggest that you call the archetype correctly
> with the right parameters then you should not need to change anything
> afterwards :
>
> mvn *archetype*:create -DarchetypeGroupId=org.apache.*wicket*
> -DarchetypeArtifactId=*wicket*-*archetype*-quickstart
> -DarchetypeVersion=1.3.0-beta3 -DgroupId=com.mycompany
> -DartifactId=myproject
>
> like this
>
> mvn *archetype*:create -DarchetypeGroupId=org.apache.*wicket*
> -DarchetypeArtifactId=*wicket*-*archetype*-quickstart
> -DarchetypeVersion=1.3.0-beta3 -DgroupId=com.anitascompany
> -DartifactId=bestprojectever
>
> and replace com.anitascompany  and bestprojectever with whater gives
> best meaning for you.
>
> anita nichols wrote:
> > Ok I have my wicket 1.3 running smoothly,  how do try the wicket
> example?
> >
> > Do I need to remove all the files from com.mycompany folder?
> > or can I just create a new one and redirect the page to my new
> application?
> > how to redirect?
> >
> >
> > Thanks,
> > Anita
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Wicket Example

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
instead of doing that, i'd suggest that you call the archetype correctly 
with the right parameters then you should not need to change anything 
afterwards :

mvn *archetype*:create -DarchetypeGroupId=org.apache.*wicket*
-DarchetypeArtifactId=*wicket*-*archetype*-quickstart
-DarchetypeVersion=1.3.0-beta3 -DgroupId=com.mycompany
-DartifactId=myproject

like this

mvn *archetype*:create -DarchetypeGroupId=org.apache.*wicket*
-DarchetypeArtifactId=*wicket*-*archetype*-quickstart
-DarchetypeVersion=1.3.0-beta3 -DgroupId=com.anitascompany
-DartifactId=bestprojectever

and replace com.anitascompany  and bestprojectever with whater gives 
best meaning for you.

anita nichols wrote:
> Ok I have my wicket 1.3 running smoothly,  how do try the wicket example?
>
> Do I need to remove all the files from com.mycompany folder?
> or can I just create a new one and redirect the page to my new application?
> how to redirect?
>
>
> Thanks,
> Anita
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Example

Posted by Martijn Dashorst <ma...@gmail.com>.
On 10/9/07, anita nichols <an...@gmail.com> wrote:
> Ok I have my wicket 1.3 running smoothly,  how do try the wicket example?

Which example are we talking about?

If it is the examples of the wicket website (i.e. the hello world,
navomatic, drop down choice) then you can copy paste the code into
your project.

The quickstart has a Index.java and Index.html file so you can copy
paste into that.

In netbeans iirc you should 'make' the project to see the changes in
your browser.

Martijn

-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org