Top "Wicket" questions

Apache Wicket, commonly referred to as Wicket, is a lightweight component-based web application framework for the Java programming language conceptually similar to JavaServer Faces and Tapestry.

Your experience with Scala+Wicket

Could you share your experience of using Scala and Wicket together? Do they fit naturally to each other? Do you …

scala wicket
Which is the best Wicket component for rendering arbitrary HTML?

I am implementing a simple markdown wiki using Apache Wicket. The wiki would typically render any arbitrary HTML based on …

java list label wicket
How can I install the Wicket framework?

How can I install the Wicket framework? Please guide me!

java wicket
Redirect to external non-Wicket page in Wicket 1.5

How do I do the following in Wicket 1.5? page.getRequestCycle().setRequestTarget(new RedirectRequestTarget("http://www.facebook.com/login.php?api_…

wicket
Java/Wicket: Compile Basic Hello World with Resources

I am following this example of a Hello World Wicket application https://www.ibm.com/developerworks/web/library/wa-aj-wicket/ In …

java maven wicket
How should I secure my webapp written using Wicket, Spring, and JPA?

So, I have an web-based application that is using the Wicket 1.4 framework, and it uses Spring beans, the Java Persistence …

security spring tomcat jpa wicket