Re: Securing Wicket 6.x Applications with Java EE, Spring & Jetty

2013-09-09 Thread Shawn McKinney

On 09/09/2013 01:21 AM, Martin Grigorov wrote:

Thank you very much for sharing your knowledge with us, Shawn!
Please let us know when you publish the second document.


My pleasure Martin.  I've been using this forum and it's time for me to 
contribute something.  Hope it helps.


Shawn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Securing Wicket 6.x Applications with Java EE, Spring & Jetty

2013-09-08 Thread Martin Grigorov
Thank you very much for sharing your knowledge with us, Shawn!
Please let us know when you publish the second document.


On Mon, Sep 9, 2013 at 5:58 AM, Shawn McKinney wrote:

> Hello,
>
> I am a new subscriber to the Wicket users list but have been using the
> Wicket framework for about 3 years.
>
> Recently I published an article documenting an approach my company uses to
> secure Wicket applications.  It uses a combination of Java EE container
> security, Spring security and a few custom wicket components (for
> controlling view of component by role and permission).
>
> http://iamfortress.org/**WicketSecurity
>
> There is also a sample Wicket application using these controls on GIT Hub.
>
> https://github.com/**shawnmckinney/wicketsecurity
>
> I plan on publishing another document later that goes beyond the simple
> Jetty security provider by introducing policy enforcement mechanisms more
> suitable for production.
>
> Comments are welcome.
>
> Regards,
>
> Shawn
>
>
>