Re: Very Basic Hello World - Applet

2009-12-09 Thread Martin Makundi
.org > Sent: Wed, 09 Dec 2009 12:28:13 -0500 > Subject: Re: Very Basic Hello World - Applet > >> but 1 little question ... when i complie the code... instead of manually >  > copy pasting it to my WEBAPP folder.. can i give it as a path (like >  > /myproject/src/main/w

Re: Very Basic Hello World - Applet

2009-12-09 Thread bht
And then there is: http://java.com/js/deployJava.js";> // See http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html deployJava.setInstallerType('kernel'); depl

Re: Very Basic Hello World - Applet

2009-12-09 Thread bht
Q: An applet tag does not get its archive attribute value resolved in the output HTML in the same way as img src attributes. How can I fix this? A: See org.apache.wicket.markup.parser.filter.RelativePathPrefixHandler This currently only supports the attributes "href", "src", "background".

Re: Very Basic Hello World - Applet

2009-12-09 Thread McIlwee, Craig
te on the applet tag. Craig _ From: Martin Makundi [mailto:martin.maku...@koodaripalvelut.com] To: users@wicket.apache.org Sent: Wed, 09 Dec 2009 12:28:13 -0500 Subject: Re: Very Basic Hello World - Applet > but 1 little question ... when i complie the code... instead of manually

Re: Very Basic Hello World - Applet

2009-12-09 Thread local_shamil
MartinM wrote: > > > No. But you can tweak your build configuration (maven, ant) to copy it > automatically. > > I am using maven i'll start working on it thanks loads -- View this message in context: http://old.nabble.com/Very-Bas

Re: Very Basic Hello World - Applet

2009-12-09 Thread Martin Makundi
Baybe you do not need it. >>>>>> >>>>>> ** >>>>>> Martin >>>>>> >>>>>> 2009/12/9 local_shamil : >>>>>>> >>>>>>> Ok..

Re: Very Basic Hello World - Applet

2009-12-09 Thread local_shamil
/9 local_shamil : >>>>>> >>>>>> Ok... this is the code i used to create my Maven Wicket project >>>>>> >>>>>> " mvn archetype:create -DarchetypeGroupId=org.apache.wicket >>>>>> -DarchetypeArtifac

Re: Very Basic Hello World - Applet

2009-12-09 Thread Martin Makundi
yproject " >>>>> >>>>> 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"

Re: Very Basic Hello World - Applet

2009-12-09 Thread nmelen...@getsense.com.ar
gt;> 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

Re: Very Basic Hello World - Applet

2009-12-09 Thread local_shamil
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"  t

Re: Very Basic Hello World - Applet

2009-12-09 Thread Martin Makundi
ot; >>> 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

Re: Very Basic Hello World - Applet

2009-12-09 Thread James Carman
t;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 >

Re: Very Basic Hello World - Applet

2009-12-09 Thread local_shamil
>> 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.myco

Re: Very Basic Hello World - Applet

2009-12-09 Thread Jeremy Thomerson
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

Re: Very Basic Hello World - Applet

2009-12-09 Thread James Perry
t;  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.nabbl

Re: Very Basic Hello World - Applet

2009-12-09 Thread Martin Makundi
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. > > > -

Re: Very Basic Hello World - Applet

2009-12-09 Thread local_shamil
ot;/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 t

Re: Very Basic Hello World - Applet

2009-12-09 Thread Martin Makundi
If you have an applet you can put it into wicket very easily: 2009/12/9 Shamil : > I need to know how to set-up a simple hello world applet to Wicket , i have > almost browsed the entire web, and clueless of how to find it .. can some > one please help me out... or point me

Very Basic Hello World - Applet

2009-12-09 Thread Shamil
I need to know how to set-up a simple hello world applet to Wicket , i have almost browsed the entire web, and clueless of how to find it .. can some one please help me out... or point me to a relevant site ..