Re: Wicket serving AngularJS app

2013-12-27 Thread Martin Grigorov
Hi, I see two options: 1) use Wicket Page instead of index.html so Wicket can contribute JS/CSS resources to the header 2) use AngularJs functionalities to do this. This approach may lead to page rerendering/reflow (UI flickering) because Angular can do this after the initial page load Martin Gri

Re: Wicket serving AngularJS app

2013-12-26 Thread Andrea Del Bene
Hi, have you already had a look at WicketStuff rest module? https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/wicketstuff-restannotations-parent > I am using Wicket 6 to manage an AngularJS app. Currently I am just letting > Tomcat serve the AngularJS client i.e. index.html and usin

Re: Wicket serving AngularJS app

2013-12-24 Thread Ernesto Reinaldo Barreiro
I do not know the answer to your questions... but this https://github.com/reiern70/antilia-bits/tree/master/wicket-angular-parent might of interest to you. You can see it in action at http://www.antiliasoft.com/wicket-angular-demo/ On Mon, Dec 23, 2013 at 11:07 PM, Warren Bell wrote: > I a

Wicket serving AngularJS app

2013-12-23 Thread Warren Bell
I am using Wicket 6 to manage an AngularJS app. Currently I am just letting Tomcat serve the AngularJS client i.e. index.html and using Wicket for authentication, authorization and REST. But I would like to use Wicket to serve up the client so that I can manage css and js resources and set an in