> Guys i am a bit confused now...

Take it slow :)

> I am trying to have an Applet displayed in a wicket website...

That's fine. It is just like displaying an IMAGE in a html page. The
applet has nothing to do with wicket.

> should i create a JAR as HelloWorld.jar and put it in to the WEBAPP folder

NO.

Just make a quickstart WORK and try to make IMAGE (<img>) work with
the image in webapp/ directory.

Then put your applet.class file into the webapp/directory and add the
<applet> html tag next to your <img> tag.

Restart if necessary. Furthermore: it should work even from file
system without wicket running. Remember: applet has nothing to do with
wicket.

**
Martin
> MartinM wrote:
>>
>> The jar is a library for the applet code. Baybe you do not need it.
>>
>> **
>> Martin
>>
>> 2009/12/9 local_shamil <[email protected]>:
>>>
>>> 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: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>>
>
> --
> View this message in context: 
> http://old.nabble.com/Very-Basic-Hello-World---Applet-tp26712682p26713212.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to