A new screencast on using the Isis add-on security module

2014-09-23 Thread Dan Haywood
Hi folks, In case you weren't aware, we've started developing new non-core functionality in the isisaddons.org [1] website. All of the modules that were released in 1.6 (auditing, publishing, commands/profiling, docx etc), have moved there, and we've now released a security module [2] for

A new screencast on using the Isis add-on command and auditing modules

2014-09-23 Thread Dan Haywood
Hi folks, Following on from my other email re: the Isis security module add-on [1], I've also just uploaded a screencast to youtube [2] explaining how to configure the command [3] and audit modules [4] for any Isis app. The combination of these two modules provides exceptional auditing

Re: using externalized configuration parameter in a domain service

2014-09-23 Thread Jeroen van der Wal
No worries, always interesting to see what others are creating with Isis. Cheers, Jeroen

Re: using externalized configuration parameter in a domain service

2014-09-23 Thread Dan Haywood
Hi Vladimir, Not quite sure how the second doc helped you, but perhaps I misunderstood your original question. But at any rate, if you want to do is to store application-settings, then check out the Settings module add-on [1]... that'll let you store such stuff in the database. Other add-ons

ViewModel as return value of domain service

2014-09-23 Thread Vladimir Nišević
Hi everybody, here my second question today. I need to provide a domain service which handles multiple elasticsearch and database queries and builds a non persistent domain object and gives that as a response to the 3rd party client thru REST API. So my idea is to define a ViewModel classes

Using MementoService

2014-09-23 Thread Leandro Torroija
Hi everybody! I'm using the viewModels to represent non persistent data via WicketViewer. How can I implement the MementoService to make the use of the viewModels easier? Thanks! Leandro

Re: ViewModel as return value of domain service

2014-09-23 Thread Dan Haywood
Um, it certainly is the intention that view models can be returned from the REST API, but was just double checking this before answering, and it seems that there is a bug in 1.6.0. Apologies for that. Looks like the fix is easy enough, and I need to put out a 1.6.1 release anyway to address some

RE: Using MementoService

2014-09-23 Thread Leandro Torroija
Thanks Dan and Joren for your responses. I've been reading the code you linked, and I see you import a MementoServiceDefault: What is the correct way to import and use it? From: d...@haywood-associates.co.uk Date: Tue, 23 Sep 2014 22:35:48 +0100 Subject: Re: Using MementoService To: