Re: layout of entities from Settings module

2014-12-12 Thread Dan Haywood
Hi Eric, Sorry not to get back to you on this. Anyway, the solution is to annotate the action with @TypeOf(...). Here's what Estatio does: @TypeOf(ApplicationSettingForEstatio.class) @MemberOrder(name = Administration, sequence = 2) public ListApplicationSetting

New page describing how to manage top-level menu bars (1.8.0-SNAPSHOT)

2014-12-12 Thread Dan Haywood
With the new @DomainServiceLayout annotation, things are, I think, relatively straightforward and quite flexible. But judge for yourself [1] Cheers Dan [1] http://isis.apache.org/components/viewers/wicket/application-menu-layout.html

Re: New page describing how to manage top-level menu bars (1.8.0-SNAPSHOT)

2014-12-12 Thread GESCONSULTOR
It's impressive. Nice to see what good domain design and some handful notations can achieve :) Really useful the 3 zones. Thanks, Oscar El 12/12/2014, a las 10:24, Dan Haywood d...@haywood-associates.co.uk escribió: With the new @DomainServiceLayout annotation, things are, I think,

Showing an external URL embedded in the webapp

2014-12-12 Thread GESCONSULTOR
Is it possible for an action to return a URL and show it inside the webapp at full size (except menus)? How could it be achieved with the new design/annotations? That way we could easily integrate with other pages, web apps (reporting, dashboards, ...). Thanks, Oscar

Re: Showing an external URL embedded in the webapp

2014-12-12 Thread Dan Haywood
Currently returning a URL will open the object in a new window. I think the way to support this requirement is to write a new Wicket ComponentFactory implementation for something like an iFrame, and then have a bit of additional metadata (probably in @ActionLayout since it pertains to the UI)

Re: Showing an external URL embedded in the webapp

2014-12-12 Thread Martin Grigorov
Yes, It has to be in iframe because otherwise the CSS from Isis most probably will mess up the one from the external page. And there won't be a need to cut the external page's htmlhead part. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Dec 12, 2014 at

Re: Showing an external URL embedded in the webapp

2014-12-12 Thread GESCONSULTOR
I'm trying to think about what we would need in ISIS to implement things we customized in our app. In order to fulfill all requirements there are parts of the app that are directly implemented by means of external webapps (like reporting and dashboards) working all together using CAS as an

Re: Showing action results as tabs attached to entity pages

2014-12-12 Thread Dan Haywood
Hi Oscar, this sounds like contributed properties and collections... something already implemented? The only difference is that we don't have put the contributions in separate tabs; they are indistinguishable from regular properties/collections. For example, in the todo app the relative

Re: Showing action results as tabs attached to entity pages

2014-12-12 Thread GESCONSULTOR
To clarify this, it's complementary to current implementation. Perhaps a hint on the action's annotation to show its full form Ina tab instead of as a property (with the corresponding link)? El 12/12/2014, a las 14:15, GESCONSULTOR o@gesconsultor.com escribió: Hi dan. I Remember

Re: Showing action results as tabs attached to entity pages

2014-12-12 Thread Dan Haywood
Not sure I follow. On 12 December 2014 at 13:29, GESCONSULTOR o@gesconsultor.com wrote: To clarify this, it's complementary to current implementation. Perhaps a hint on the action's annotation to show its full form Ina tab instead of as a property (with the corresponding link)? El

Re: Showing action results as tabs attached to entity pages

2014-12-12 Thread Dan Haywood
ok, yes, that helps. In which case I think that all would be required is to extend @PropertyLayout / @CollectionLayout (or equivalently .layout.json file) to specify the tab. This could apply both to regular and contributed properties and collections. I guess there could be some defaults so

Re: Showing action results as tabs attached to entity pages

2014-12-12 Thread GESCONSULTOR
I think that current bookmarks place in the new viewer (at least for me) fulfills their role. But I really miss them for entities ... :(( El 12/12/2014, a las 14:29, Dan Haywood d...@haywood-associates.co.uk escribió: ok, yes, that helps. In which case I think that all would be

Re: Showing action results as tabs attached to entity pages

2014-12-12 Thread GESCONSULTOR
Also, not sure about the default... I think that they should be shown by default on the same page. At least, is our current implementation and is working nicely. Sorry ... :) El 12/12/2014, a las 14:29, Dan Haywood d...@haywood-associates.co.uk escribió: ok, yes, that helps. In

Re: Showing action results as tabs attached to entity pages

2014-12-12 Thread Dan Haywood
Some screenshots/sketches would probably be useful; I'm not certain I'm following everything you're saying here. On 12 December 2014 at 13:37, GESCONSULTOR o@gesconsultor.com wrote: Also, not sure about the default... I think that they should be shown by default on the same page. At

Re: Showing action results as tabs attached to entity pages

2014-12-12 Thread GESCONSULTOR
Ok. I'll send them this weekend. El 12/12/2014, a las 14:47, Dan Haywood d...@haywood-associates.co.uk escribió: Some screenshots/sketches would probably be useful; I'm not certain I'm following everything you're saying here. On 12 December 2014 at 13:37, GESCONSULTOR

Re: Archetypes for 1.8.0-SNAPSHOT

2014-12-12 Thread Martin Grigorov
Hi, secondary menus are renderer at the right side, next to the user information. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov 2014-12-12 16:55 GMT+02:00 Rade, Joerg / Kuehne + Nagel / Ham GI-PS joerg.r...@kuehne-nagel.com: Hi Dan, I just gave [1] a try