[jira] [Created] (ISIS-803) Replace lifecycle methods with additional EventBus events.

2014-06-13 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-803: Summary: Replace lifecycle methods with additional EventBus events. Key: ISIS-803 URL: https://issues.apache.org/jira/browse/ISIS-803 Project: Isis Issue Type:

[jira] [Created] (ISIS-804) Make (entity) properties read-only by default.

2014-06-13 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-804: Summary: Make (entity) properties read-only by default. Key: ISIS-804 URL: https://issues.apache.org/jira/browse/ISIS-804 Project: Isis Issue Type: Improvement

Re: [DISCUSSION] IsisCon 2014 - write-up, roadmap, marketing

2014-06-13 Thread Martin Grigorov
Hi Isis devs, On Thu, Jun 12, 2014 at 1:14 PM, Dan Haywood d...@haywood-associates.co.uk wrote: Thanks for the comments, Kevin. Within. On 10 June 2014 20:28, Kevin Meyer - KMZ ke...@kmz.co.za wrote: This implies that the DnD viewer will be retired. By the way: A DnD viewer

[jira] [Commented] (ISIS-800) Wizard-like form for Wicket viewer

2014-06-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14030421#comment-14030421 ] ASF subversion and git services commented on ISIS-800: -- Commit

[jira] [Resolved] (ISIS-781) Add edit capability to view objects

2014-06-13 Thread Dan Haywood (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Haywood resolved ISIS-781. -- Resolution: Fixed Add edit capability to view objects ---

[jira] [Resolved] (ISIS-800) Wizard-like form for Wicket viewer

2014-06-13 Thread Dan Haywood (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Haywood resolved ISIS-800. -- Resolution: Fixed Wizard-like form for Wicket viewer --

[jira] [Created] (ISIS-806) In Wicket viewer, shouldn't be possible to invoke an action if editing a form.

2014-06-13 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-806: Summary: In Wicket viewer, shouldn't be possible to invoke an action if editing a form. Key: ISIS-806 URL: https://issues.apache.org/jira/browse/ISIS-806 Project: Isis

Re: [DISCUSSION] IsisCon 2014 - write-up, roadmap, marketing

2014-06-13 Thread Dan Haywood
Hi Martin, On 13 June 2014 09:25, Martin Grigorov mgrigo...@apache.org wrote: Hi Isis devs, On Thu, Jun 12, 2014 at 1:14 PM, Dan Haywood d...@haywood-associates.co.uk wrote: 4. Improved support for Shiro I have a small doubt here. Maybe it is just temporarily but it seems Apache

[jira] [Created] (ISIS-807) Break out EntityPropertiesForm into two for the new IWizard, and then make into a separate component.

2014-06-13 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-807: Summary: Break out EntityPropertiesForm into two for the new IWizard, and then make into a separate component. Key: ISIS-807 URL: https://issues.apache.org/jira/browse/ISIS-807

[jira] [Created] (ISIS-808) To reduce security permissioning setup, assume read-only access to all properties and collections if user's role have read-only permissions at the class level.

2014-06-13 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-808: Summary: To reduce security permissioning setup, assume read-only access to all properties and collections if user's role have read-only permissions at the class level. Key: ISIS-808

[jira] [Updated] (ISIS-807) Break out EntityPropertiesForm into two for the new IWizard, and then make into a separate component.

2014-06-13 Thread Dan Haywood (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Haywood updated ISIS-807: - Description: As a refactoring and decoupling of the implementation made in ISIS-800. Should include a

[jira] [Created] (ISIS-809) Provide implementation of ViewModelFacet that doesn't require explicit implementation of the IViewModel interface.

2014-06-13 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-809: Summary: Provide implementation of ViewModelFacet that doesn't require explicit implementation of the IViewModel interface. Key: ISIS-809 URL:

Re: [jira] [Created] (ISIS-803) Replace lifecycle methods with additional EventBus events.

2014-06-13 Thread GESCONSULTOR - Óscar Bou
Hi, Dan. I think that the lifecycle PostsXXX events were still incomplete. There's one thing I don't have clear enough from your comments. Also, we cannot impede that a user use the JDO or JPA standard methods. So, despite they are a not good practice, we at least should support when the

Re: [jira] [Comment Edited] (ISIS-781) Add edit capability to view objects

2014-06-13 Thread GESCONSULTOR - Óscar Bou
It seems ok to me also. Currently, if you want to execute business logic when changing a field's value, it usually impacts on the UI as there's an associated action and the field is marked as @Disabled. It was not so common to write the business logic on a modifyXXX method. It's true that the

Re: [jira] [Created] (ISIS-803) Replace lifecycle methods with additional EventBus events.

2014-06-13 Thread Dan Haywood
Fair enough... I've updated the ticket with these points. On 13 June 2014 15:37, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: Hi, Dan. I think that the lifecycle PostsXXX events were still incomplete. There's one thing I don't have clear enough from your comments. Also, we

[jira] [Commented] (ISIS-803) Replace lifecycle methods with additional EventBus events.

2014-06-13 Thread Dan Haywood (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14030708#comment-14030708 ] Dan Haywood commented on ISIS-803: -- Oscar's point: We cannot impede that a user use the

[jira] [Commented] (ISIS-807) Break out EntityPropertiesForm into two for the new IWizard, and then make into a separate component.

2014-06-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14030735#comment-14030735 ] ASF subversion and git services commented on ISIS-807: -- Commit

[jira] [Commented] (ISIS-807) Break out EntityPropertiesForm into two for the new IWizard, and then make into a separate component.

2014-06-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14030734#comment-14030734 ] ASF subversion and git services commented on ISIS-807: -- Commit

Re: [jira] [Created] (ISIS-804) Make (entity) properties read-only by default.

2014-06-13 Thread GESCONSULTOR - Óscar Bou
Hi to all. Mmmm... this is a quite controversial proposal!!! Nice to be able to discuss about this so disruptive implementation :-)) In my opinion, this can lead to quite misinterpretations. The usual expectations for anybody coming into Isis (or migrating his current JDO - JPA in the near