Re: Views and view models

2013-11-12 Thread David Tildesley
Hi Jeroen, Out of curiosity, what was the driver for using a database view instead of calling the behaviour on the domain layer to get the information for the view model? Performance? David. On Tuesday, 12 November 2013 1:09 AM, Jeroen van der Wal jer...@stromboli.it wrote: To answer

Re: Views and view models

2013-11-12 Thread GESCONSULTOR - Óscar Bou
Hi James, In our case, the reporting capabilities were of high importance to the end-users, so we chose to integrate a full Self-Service BI platform as part of the whole solution, instead of developing a custom integration with Jasper, custom charts, etc. The solution is SpagoBI. Find more

Re: Views and view models

2013-11-12 Thread james agada
how did you integrate it into isis application? On Tue, Nov 12, 2013 at 11:11 AM, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: Hi James, In our case, the reporting capabilities were of high importance to the end-users, so we chose to integrate a full Self-Service BI platform as

Re: Views and view models

2013-11-12 Thread GESCONSULTOR
Hi james. Both the Isis app and SpagoBI are integrated in a sort of portal, where users access all tools from a single point of access. The portal show the different apps inside frames, and all them are integrated through Sigle Sign On with CAS. So the full solution is a kind of suite

Re: Views and view models

2013-11-11 Thread Jeroen van der Wal
To answer questions 1 and 2: the Estatio codebase has two examples of a viewmodel using a database view [1]. Haven't worked with Jasper Reports myself, perhaps others have? [1] https://github.com/estatio/estatio/tree/master/dom/src/main/java/org/estatio/dom/invoice/viewmodel On Sun, Nov 10,

Re: Views and view models

2013-11-11 Thread Okwui
Perfect Sent from my iPad On Nov 11, 2013, at 1:09 PM, Jeroen van der Wal jer...@stromboli.it wrote: To answer questions 1 and 2: the Estatio codebase has two examples of a viewmodel using a database view [1]. Haven't worked with Jasper Reports myself, perhaps others have? [1]

Views and view models

2013-11-10 Thread james agada
I want to use view models. The documentation is a bit scanty and the todo view model and how it is used is difficult for me to comprehend. 1. Can I define views at database level and map it to a view model? If so, a small example will do. 2. Is there a better documented example of using view