Cool, thanks for the pointers. I'm an Idea user so mvn idea:idea should work as well. I'll give it a try.
On Sat, Mar 28, 2009 at 3:42 PM, Ryan McKinley <[email protected]> wrote: > > On Mar 28, 2009, at 2:53 PM, Les Hazlewood wrote: > > Hi Ryan, > > I'm about to respond to your emails, but wanted to quickly ask if there was > a way that I could get committer access to the wicketstuff repository so > that I might help out with source code. > > I'd like to remove the google code wicketstuff-jsecurity project if you're > moving it in to wicketstuff's proper repo. > > > I wanted to add some quick notes to the wicketstuff wiki, but it appears to > be down now > http://wicketstuff.org/confluence/ > (I think they are upgrading/changing servers) > > Anyway, to run the examples you will need to: > > svn co > https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core > cd wicketstuff-core/ki-security/ > mvn clean install > cd ki-security-examples/ki-security-example-realm/ > > mvn jetty:run > > That should start a demo webapp. > > also, if you are using eclipse, you can build a project with: > > mvn eclipse:eclipse > > from the ki-security directory. > > - - - - - - - > > I'll post this on a wiki when it is back up > > ryan > > > > Lemme know if this would be ok. > > Thanks! > > Les > > On Wed, Mar 25, 2009 at 11:59 AM, Ryan McKinley <[email protected]> wrote: > >> >> Note that all of the PageStore and PageCache stuff is really only >> necessary when using distributed sessions that might live in a distributed >> cache: >> >> >> Thanks -- simply commenting out: >> >> protected ISessionStore newSessionStore() >> // { >> // return new SecondLevelCacheSessionStore(this, new >> SessionPageStore(100)); >> // } >> >> We can add that back when we have a sample configured for distributed >> sessions... >> >> thanks again >> ryan >> > > >
