external link

2014-09-24 Thread Erik de Hair
Hi, I'm quite sure I saw an 'external link' class somewhere in Isis documentation or example but can't find it anymore. Did I see that right: is there some class to render an external link? Thanks, Erik

Re: using externalized configuration parameter in a domain service

2014-09-24 Thread Vladimir Nišević
Hi Dan, yes I saw the Settings add-on. Bur I need to use the configuration parameter when instantiating my domain service (Isis biotstrap?). As far I understand,the way would be to use ApplicationSettingsService

Re: Using MementoService

2014-09-24 Thread Dan Haywood
Hi Leandro, The code I linked to is a unit test, which is why it instantiates the concrete class (MementoServiceDefault). However, Isis automatically registers this implementation as a domain service, so in your code it's sufficient and more straightforward just to declare a service through the

Re: Working with a tree structured list of items

2014-09-24 Thread Dan Haywood
Hi Kevin, sorry, never answered this question of yours. Apols. Within... On 3 September 2014 08:55, Kevin Meyer ke...@kmz.co.za wrote: Two questions come to mind: 1. What do the POJOs look like that can encode such a structure of configuration records I would imagine it's a composite

Re: using externalized configuration parameter in a domain service

2014-09-24 Thread Vladimir Nišević
Hi Jeroen, thanks, that's exactly how I did it. But Dan's proposal by using a database as a source for config items would be also interesting. lG,Vladimir Am 24.09.2014 um 10:47 schrieb Jeroen van der Wal jer...@stromboli.it: Hi Vladimir, When you add an init method which takes a map

Re: using externalized configuration parameter in a domain service

2014-09-24 Thread Dan Haywood
Very true. I forgot about that feature. I just double-checked; it's documented on our Isis site here [1]. Cheers Dan [1] http://isis.apache.org/more-advanced-topics/how-to-09-020-How-to-write-a-typical-domain-service.html On 24 September 2014 09:47, Jeroen van der Wal jer...@stromboli.it

Re: Working with a tree structured list of items

2014-09-24 Thread Martin Grigorov
Hi, On Wed, Sep 24, 2014 at 10:59 AM, Dan Haywood d...@haywood-associates.co.uk wrote: Hi Kevin, sorry, never answered this question of yours. Apols. Within... On 3 September 2014 08:55, Kevin Meyer ke...@kmz.co.za wrote: Two questions come to mind: 1. What do the POJOs look

Re: Working with a tree structured list of items

2014-09-24 Thread Dan Haywood
Kevin, I've raised a ticket for this [1] for if you fancy working on it. Else I guess we'll get there in due course anyway. Cheers Dan [1] https://issues.apache.org/jira/browse/ISIS-898 On 24 September 2014 10:12, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Wed, Sep 24, 2014 at

Re: Using MementoService

2014-09-24 Thread Dan Haywood
I've now updated the website with a note about this [1]. Cheers Dan [1] http://isis.apache.org/reference/services/memento-service.html On 24 September 2014 09:33, Dan Haywood d...@haywood-associates.co.uk wrote: Hi Leandro, The code I linked to is a unit test, which is why it instantiates

RE: Using MementoService

2014-09-24 Thread Leandro Torroija
thank you very much! I now understand how to use it in my project :) From: d...@haywood-associates.co.uk Date: Wed, 24 Sep 2014 12:52:39 +0100 Subject: Re: Using MementoService To: users@isis.apache.org I've now updated the website with a note about this [1]. Cheers Dan [1]