johnnyGRE wrote:
> 
> Hello,
> How can I setup wicket on JDeveloper?
> Can anyone help with a step-by-step guide specific on JDev?
> I have tried but no luck so far.
> 

I'm not sure what fancy setup you're looking for, but I've done a little
wicket in JDev (Version 10.1.3.2).  Basically I add the wicket jar to the
list of libraries, and then go into project properties and under the
Compiler options add all the extensions of files in my classpath to the list
of extensions under the "Copy File Types to Output Directory" option (.html,
.properties, etc.).  This makes sure files like you markup files stay in the
proper directory for deployment.  Then I just develop like I would any other
web app.

The only annoying part is when I add a new html file (make sure you add it
to the proper directory on your classpath and not the default web folder,
unless your wicket is setup to look for markup on something other than the
classpath).  Since I'm not adding to the default web folder, JDev decides to
add that directory to the list of resources.  Simple to remove in the
project properties (under Project Content > Resources), but annoying to have
to do it for each new html file.

Hopefully that helps.  Good luck.

Joel

-- 
View this message in context: 
http://www.nabble.com/JDeveloper-and-Wicket-tf4730313.html#a13527949
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to