clear
query|
facets|
time |
Search criteria: author:"Stephen Cameron".
Results from 11 to 20 from
58 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
[expand - 8 more]
[collapse]
-
Customize UI behavior -
Isis - [mail # user]
|
...Regarding ZK 'Presentation Layer' seems this is the ability to use ZKcomponents in a template context, eg JSP, Struts. That is doing things at alower level, but interesting to ask if such a ... |
|
|
|
|
Customize UI behavior - Isis - [mail # user]
|
...On Wed, Nov 22, 2017 at 10:43 PM, SE Song <[EMAIL PROTECTED]> wrote:> Moving off isn't my option, because I love Apache Isis anyways. Only one> thing that I doesn't like is UI, t... |
|
|
|
Customize UI behavior - Isis - [mail # user]
|
...You could develop a custom viewer, it has been done:https://github.com/apache/isis/blob/master/adocs/documentation/src/main/asciidoc/pages/powered-by/_powered-by_gesconsultor-grc.adocOn Mon,... |
|
|
|
Customize UI behavior - Isis - [mail # user]
|
...I am not a expert by any means, but I do encourage you to stick with ApacheIsis if *you* think the fit is good!Others will have more ideas buthave you looked at Estatio? That would have to b... |
|
|
|
Customize UI behavior - Isis - [mail # user]
|
...Have you tried using tabs via the xxx.layout.xml?My pages aren't more than one screen height and I've not had the otherproblems that you indicate, Apache Isis doesn't submit a form in the se... |
|
|
|
Customize UI behavior - Isis - [mail # user]
|
...More details here: https://www.youtube.com/watch?v=MxewC5Pve5kOn Tue, Nov 21, 2017 at 8:46 PM, Stephen Cameron <[EMAIL PROTECTED]> wrote:> Have you tried using tabs via the xxx.layo... |
|
|
|
Customize UI behavior - Isis - [mail # user]
|
...Another idea that might be useful is to use mass update actions, simply anaction with many parameters, each one corresponding to a property of theclass. If you position these actions in the ... |
|
|
|
Customize UI behavior - Isis - [mail # user]
|
...Ok, but using tabs via layout.xml is still an option.Maybe using a JAXB VM causes a full page reload?Do you have to use them?On Tue, Nov 21, 2017 at 9:13 PM, SE Song wrote:> I... |
|
|
|
Customize UI behavior - Isis - [mail # user]
|
...Hi,I seriously doubt this can work in the way you imagine.You'd have to write a whole new ZK based viewer (like the standard Wicketone). See the org.apache.isis.viewer.wicket.* package... |
|
|
|
|
|
[expand - 4 more]
[collapse]
-
Tenancy restriction - entity that relates to more thanoneOtherentity. -
Isis - [mail # user]
|
...Hi Nikhil, Good to hear, thanks for the feedback.I think that the Apache Isis security module is great.On Tue, Dec 12, 2017 at 8:27 PM, Patrick Pliessnig wrote:> :-)>> Am 12.12.2017... |
|
|
|
|
Tenancy restriction - entity that relates to more than one Other entity. - Isis - [mail # user]
|
...I think that making use of a custom ApplicationUser (explained in thesecurity module notes) with a property practice may be necessary.Then Practioners would either log in as a specific user ... |
|
|
|
Tenancy restriction - entity that relates to more than one Other entity. - Isis - [mail # user]
|
...Or, maybe just switching the role and setting a practice value afterlogging in, then you have to switch the role back to the simple 'login' oneon logout, so that the next time they login the... |
|
|
|
Tenancy restriction - entity that relates to more than oneOtherentity. - Isis - [mail # user]
|
...Hi Nikil,The context switching that Patrick is speaking of is what I was suggestingbefore, but to make this work I think you have to extend the defaultapplication user and record the current... |
|
|
|
Tenancy restriction - entity that relates to more than oneOtherentity. - Isis - [mail # user]
|
...Oops, ignore that comment in the Person about tenancy paths, they aren'tneeded (yet).On Thu, Dec 7, 2017 at 9:33 AM, Stephen Cameron wrote:> Hi Nikil,>> The context switching that P... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Overriding default Repositories -
Isis - [mail # user]
|
...Hi,I want to provide an Apache Isis application and I expect others to extendthe default entities, I think that the way to acheive this is for'repository' domain services to be overridden, t... |
|
|
|
|
Overriding default Repositories - Isis - [mail # user]
|
...Hi Dan,I cannot make the connection between what you have described and my needfor someone else to be able to add a few extra properties to a persistableclass.New actions/methods can be adde... |
|
|
|
|
|
Maven mixins in eclipse -
Isis - [mail # user]
|
...I see the same but have not tried hard to fix, I just manually reset thecode level to 1.8.I need to reset the "JRE System Library" on the build path before that.I don't use mixins as yet.On ... |
|
|
|
|
[expand - 1 more]
[collapse]
-
Accessing confidential data - 2 step authentication support -
Isis - [mail # user]
|
...Hi Nikil,Good to know someone else is using Apache Isis in Australia, if you needanother resource I am in Hobart.I started to look a two factor authentication via Apache Shiro, maybe anexter... |
|
|
|
|
[expand - 1 more]
[collapse]
-
clearing bookmarks from code? -
Isis - [mail # user]
|
...Hi,I am wondering if there is a way to clear all bookmarks from inside anaction? The BookmarkService doesn't provide for it.I'm experimenting with a contextual approach, where a basic user h... |
|
|
|
|
clearing bookmarks from code? - Isis - [mail # user]
|
...Yes I came to same conclusions, thanksOn Sat, Dec 23, 2017 at 8:11 PM, Dan Haywood wrote:> Hi Steve,>> You are right, I don't think anything is exposed, but it should be easy> en... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Issue in moving to 1.16.0 -
Isis - [mail # user]
|
...Hi,I can run an App in Eclipse OK, but when I try to install it on a testserver in Tomcat i get an error perventing the app startingCaused by: java.lang.NoSuchMethodError:org.apache.isis.app... |
|
|
|
|
Issue in moving to 1.16.0 - Isis - [mail # user]
|
...Oops, me doing something silly again, have to do mvn clean and then mvninstall in Eclipse to get a valid warOn Thu, Jan 11, 2018 at 3:41 PM, Dan Haywood wrote:> This looks like you have a... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Interface support -
Isis - [mail # user]
|
...Hi,I'm trying to make use of Java interfaces, seems they are supported byDataNucleus, but may not by Apache Isis from the follow build error message?[ERROR] Failed to execute goalorg.apache.... |
|
|
|
|
Interface support - Isis - [mail # user]
|
...Seems so:http://www.datanucleus.org/products/accessplatform_3_1/jdo/jdoql_interfaces.htmlOn Fri, Jan 19, 2018 at 10:57 PM, Dan Haywood wrote:> Hi Steve,>> Do we know that this is va... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Using database Views -
Isis - [mail # user]
|
...Hi,Using a DataNucleus capability rather than an Apache Isis one.http://www.datanucleus.org/products/accessplatform_3_1/rdbms/views.htmlYou can use annotations in your class instead of a jdo... |
|
|
|
|
Using database Views - Isis - [mail # user]
|
...The SQL is not liked by HSQLDB, works fine with MySQL as you say, whathappens if you just remove 'AS'?I've not used mine against HSQLDB .On Thu, Feb 15, 2018 at 10:49 PM, Smitha N &nbs... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Fixtures location -
Isis - [mail # user]
|
...Yes, it does need a Module to include that packageOn Tue, Apr 3, 2018 at 5:05 PM, Stephen Cameron wrote:> Hi,>> I've a small project based on SimpleApp archetype.>> I want to ... |
|
|
|
|
Fixtures location - Isis - [mail # user]
|
...Hi,I've a small project based on SimpleApp archetype.I want to present a list of fixtures in the Prototype menu, but am havingtrouble reconfiguring.I change the default fixture specification... |
|
|
|
|
|
|