Re: How to automatically log access to data objects in wicket gui

2017-12-15 Thread Martin Makundi
> I think you will need custom specialization of those models anyway. > You will need to decide somehow when to apply your logic and when not. > True, but a nice boilerplate template would be nice, we could call it "The GDPR compliance model" ;) It could have methods lik

Re: How to automatically log access to data objects in wicket gui

2017-12-15 Thread Martin Grigorov
I think you will need custom specialization of those models anyway. You will need to decide somehow when to apply your logic and when not. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Dec 15, 2017 at 2:20 PM, Martin Makundi < martin.maku...@koodaripalvelu

Re: How to automatically log access to data objects in wicket gui

2017-12-15 Thread Martin Makundi
Thanks We don't want to log ALL invocations, only those in particular wicket imodels. Aspect will give you all like a profiler, that's not what we want and it would not have natural visibility to wicket session. Or do you have a specific example in mind? ** Martin 2017-12-15 9:54 GMT+02:00 Mart

Re: How to automatically log access to data objects in wicket gui

2017-12-14 Thread Martin Grigorov
Hi, You can use Aspect Oriented Programming for this too. See wicket-metrics module for example. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Dec 15, 2017 at 7:57 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Hi! > > We are investigat