Sounds good! :-) Can you put those information together then I am going to add it.
kind regards Tobias > Am 25.02.2017 um 21:20 schrieb David Beer <[email protected]>: > > Hi Tobias > > If we take Spring Security out a lot of the domain classes would shrink and > the custom configuration for that. We can also remove any extra > configuration and just used built in spring user data configuration. If we > get a clear requirement of what we need then we can put something together > easily. > > Thanks > > David > > On 25 February 2017 at 19:26, Tobias Soloschenko < > [email protected]> wrote: > >> Hi David, >> >> maybe we can shrink the code a bit down so that it could also be used as >> an example. >> >> I would really like it to be there because it is an example every >> personalized application needs. >> >> @devs WDYT? >> >> kind regards >> >> Tobias >> >>> Am 25.02.2017 um 20:12 schrieb David Beer <[email protected]>: >>> >>> Hi Andrea >>> >>> If it interested my example repository for integrating spring security >> with >>> 7 here https://github.com/dmbeer/wicket-7-spring-security uses servlet 3 >>> java configuration. You are welcome to link to that as well or use code >>> from that example. >>> >>> Thanks >>> >>> On 25 February 2017 at 12:34, Tobias Soloschenko < >>> [email protected]> wrote: >>> >>>> Hi Martin, >>>> >>>> I provided a patch Andrea applied to the example page. (thanks again to >> be >>>> so kind) I think all your feedback points are covered with this change >>>> >>>> * Imports >>>> * getRequiredWebApplicationContext >>>> >>>> I also added the bean and the example page to show how it is going to be >>>> injected. >>>> >>>> kind regards >>>> >>>> Tobias >>>> >>>>> Am 24.02.2017 um 09:12 schrieb Martin Grigorov <[email protected]>: >>>>> >>>>> Hi Tobias, >>>>> >>>>> Thank you for the article! >>>>> >>>>> Minor feedback from me: >>>>> - either add imports at the top or use fully qualified class names. As >> a >>>>> user it is very annoying to try to guess what imports are needed to be >>>> able >>>>> to use the snippets. >>>>> - instead of using static initalization for the Spring application >>>> context >>>>> you can initialize it in the constructor and >>>>> use org.springframework.web.context.support. >> WebApplicationContextUtils# >>>> getRequiredWebApplicationContext(ServletContext) >>>>> to get it in #init() >>>>> >>>>> Martin Grigorov >>>>> Wicket Training and Consulting >>>>> https://twitter.com/mtgrigorov >>>>> >>>>> On Wed, Feb 22, 2017 at 6:17 PM, Tobias Soloschenko < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi all, >>>>>> >>>>>> it’s online, now. >>>>>> >>>>>> https://wicket.apache.org/learn/examples/servlet3x.html < >>>>>> https://wicket.apache.org/learn/examples/servlet3x.html> >>>>>> >>>>>> kind regards >>>>>> >>>>>> Tobias >>>>>> >>>>>>> Am 22.02.2017 um 10:57 schrieb Francois Meillet < >>>>>> [email protected]>: >>>>>>> >>>>>>> nice ! >>>>>>> >>>>>>> François >>>>>>> >>>>>>> >>>>>>> >>>>>>>> Le 22 févr. 2017 à 09:37, Tobias Soloschenko < >>>>>> [email protected]> a écrit : >>>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> I am going to provide an example with Servlet 3.x and Spring >> Framework >>>>>> without any XML definitions to the site this afternoon. >>>>>>>> >>>>>>>> Maybe we can link it on the Wicket's Twitter account, too. >>>>>>>> >>>>>>>> kind regards >>>>>>>> >>>>>>>> Tobias >>>>>>> >>>>>> >>>>>> >>>> >>>> >>
