Wicket is deployed as a war in a servlet container (like Jetty or Tomcat).
It is not deployed as an applet.  Are you trying to ask how to use an applet
within Wicket?  Or how to deploy Wicket?

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



On Wed, Dec 9, 2009 at 10:17 AM, local_shamil <shaena...@gmail.com> wrote:

>
> Ok... this is the code i used to create my Maven Wicket project
>
> " mvn archetype:create -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.4.3
> -DgroupId=com.mycompany -DartifactId=myproject "
>
> and i used the above example to create
> http://journals.ecs.soton.ac.uk/java/tutorial/getStarted/applet/index.html
> my applet
>
> So what i did was i added the "HelloWorld.java" and "HelloWorld.html" file
> in the com.mycompany pakage..
>
> have i done correctly up to this point ??
>
> then i dont undestand what archive="/xyz.jar"  that u have quoted in your
> reply ... Should i have to create a HelloWorl.jar file and have it in the
> com.mycompany  package ??
>
> Please help ... :( :(
> --
> View this message in context:
> http://old.nabble.com/Very-Basic-Hello-World---Applet-tp26712682p26712974.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to