Re: Faking asynchronous component rendering

2017-01-06 Thread Hugi Thordarson
Hi Samuel, that’s an excellent idea where I have ERXKeys, but usually these are just regular methods on a component class and I’d rather not create additional ERXKeys for properties that should be calculated asynchronously. Here’s an alternative approach: Just annotate the methods that should b

Faking asynchronous component rendering

2017-01-06 Thread Hugi Thordarson
Hi all, I’ve been speeding up some of my slower/more data-heavy components by making them load their data asynchronously before rendering, using something similar to this: https://gist.github.com/hugith/14f9a77d4b7d270dd6003084fdea7fb8 It *works* but is obviously somewhat cumbersome and has sho

Re: Maven + WOnder 7

2017-01-06 Thread Mark Gowdy
Hi, Nearly there. I have my frameworks converted to use Maven (dependencies are nice btw), and have got my first app to run in Development. I deploy it (for now), using [Run As : Maven Install], and copy the resulting tar.gz file to the server. When I run it on the server, the app tries to st