IntelliJ Templates + Apache Isis

2015-01-02 Thread Branham, Jeremy [HR]
I've added a few code templates for IntelliJ IDEA that help me build domain objects and services rapidly. Available here - https://github.com/Sprint/ide-templates It only takes me a few seconds now to scaffold new classes and properties. Dan/Martin - Thanks for turning me on to IDEA. I'm really

Isis + Neo4j 2.1.6

2015-01-02 Thread Branham, Jeremy [HR]
If you are interested in running Isis with Neo4j - Have a look at this branch that contains a sample application [neoapp] based on the 'simpleapp' example. https://github.com/jdbranham/isis/tree/DN_404 And a small extension that enables the embedded Neo4j services - including the Neo4j browser,

replacing Wicket viewer components

2015-01-02 Thread Erik de Hair
Hi, I tried to replace a component (just to try this out) but got stuck. As a first step I copied the ReferencePanelFactory (as PortalReferencePanelFactory, still using the ReferencePanal from Isis) and created a ComponenFactoryRegistrarDefault as PortalComponentFactoryRegistrar like document

Re: extending PageAbstract

2015-01-02 Thread Erik de Hair
Hi Dan On 12/24/2014 06:59 PM, Dan Haywood wrote: As per [1], the secondary menu bar is actually the right-aligned menu items, whereas the tertiary menu is that with the user's logon name. So, basically, do you want to change the label that show's the user's name? For now that's what I thought