Label: java

All content with label java.
Related Labels: wicket , spring , acegi , swarm , faq , shiro , framework , wasp , component , security

JavaEE Inject (Wicket Stuff Wiki)
JavaEE Inject is a wicket module that provides integration through Java EE 5 resource injection. With JavaEE Inject you can use in your wicket pages three annotations: @EJB @PersistenceUnit @Resource Documentation The old example projects with Wicket ...
Security Framework Comparison (Wicket Stuff Wiki)
several frameworks exist to leverage wicket security and more could be on the way, it might be time for a comparison. The intention of this document is not to declare that this framework is better than another one but to provide you with the bare facts and let you decide what better suits ...
Swarm and Acegi HowTo (Wicket Stuff Wiki)
howto shows you how to setup swarm to let acegi handle the authentication for you. It is advisable to have some basic knowledge of acegi as this howto will only show you the basics and you will want to customize the here used acegi configuration to your ...
Swarm FAQ (Wicket Stuff Wiki)
section we try to answer the most frequently asked questions from users. If your question is not here or you would like additional information you can always post your questions on the mailinglist. # What do all these actions do ...
wicket-groovy (Wicket Stuff Wiki)
Wicket Groovy Integration project provides various utilities to facilitate Groovy coding of Wicket pages.  Groovy http://groovy.codehaus.org/ is a dynamic language, designed to be Java like in syntax and run natively in the Java JVM. \\ The wicketgroovy project currently includes ...
Wicket-Iolite (Wicket Stuff Wiki)
About Wicket Iolite is meant to provide you a very quick start with wicket using a persistence model. Wicket Iolite are a maven archetype and currently contains a project skeleton which are using spring and jpa for persistence. It generates a two module project ...
wicket-portlets (Wicket Stuff Wiki)
new place for the portlet support previously found in Wicket core. Portlets are also known as JSR168. At this moment the support is experimental. You can find the source code here: wicketportlets SVN http://wicketstuff.svn.sourceforge.net/svnroot/wicketstuff/branches/wicket1 3/wicketportlets wicketportletexamples SVN ...
Wicket-Security (Wicket Stuff Wiki)
WicketSecurity is an attempt to create an out of the box reusable authenticating and authorization framework for Wicket. It contains several projects which van be used stand alone or in conjunction with each other. Version 1.3.0 WicketSecurity 1.3.0 has just been ...
wicket-shiro (Wicket Stuff Wiki)
Integration of Wicket with Apache Shiro http://incubator.apache.org/ki/ This project integrates Apache Wicket with Apache Shiro.  Wicketshiro began as a simple refactoring of the already existing wicketkisecurity implementation, where all references of apache ki/jsecurity were changed ...
wicketstuff-annotation (Wicket Stuff Wiki)
Introduction The wicketstuffannotation library is used to mount your pages declaratively via Java annotations instead of programatically via {{mount()}} calls in your {{WebApplication.init()}} method. \\ Quick Overview A typical wicket application might have several pages mounted like ...