We have a couple of tapestry apps that are wired up using boot and spring
security.
A simple setup to get the Tapestry filter in, is something like this (no
web.xml, the listener and production mode symbol can be left out):
@SpringBootApplication
public class AppWebApplicationInitializer extends
S
I managed to get Tapestry integrated with Springboot using this example
https://github.com/code8/tapestry-boot.
Followed by security integration using Apache Shiro.
http://www.tynamo.org/tapestry-security+guide/
However the drawback that I'm having atm is I lost the ability to
hot-replace my code.
On Fri, Sep 11, 2020 at 4:48 AM Reinhold Gruber wrote:
> Hi!
>
Hello!
> Yes, I looked into the quickstart archetype and Apache Shiro.
>
> One requirement of the project is to delegate Authentication/Authorization
> to an WSO2 Identity Server with the help of OpenId Connect.
> This can be done