java - How to run wicket examples? -
i new web prog. , wicket, went below site run example source codes play applications.
http://www.wicket-library.com/wicket-examples/index.html
simply create "dynamic web project" , try copy source codes project.
all example's application classes type,
public class ...(ex.name).application extends wicketexampleapplication on internet found of examples classes webapplication, , managed run examples, that
public class ...(ex.name).application extends webapplication so question are;
1-how can run examples using dynamic web projects?
2-copying source codes project after how can call libraries in project using maven?
i searched many questions couldnt find topic trying run examples in project.
thanks.
soso
- instead of doing messy work run mvn using tthis [http://wicket.apache.org/start/quickstart.html]
- now copy sources
if problem , want add wicket existing project copy web..xml , wicket jars , have wicket project (i recomend wicket opm connecting existing services , way decouple services web container ...)
p. s webapplication thing inehrited , called examplewebapplication
Comments
Post a Comment