Re: Frontend Frameworks / Libraries

2015-09-15 Thread Arve Klev
Hi, sorry, I have no experience with SEO. - Arve 2015-09-14 15:20 GMT+02:00 George Christman : > Very nice Arve, do you have any experience making these angular pages SEO > friendly? > > On Sun, Sep 6, 2015 at 11:08 AM, Arve Klev wrote: > > > Hello. > > Yes it is VERY easy to to use AngularJS (

Re: Frontend Frameworks / Libraries

2015-09-15 Thread Harry Zhou
Ah, thanks so much for the tip! I did embed the files, which really bloated up the app. Will try out the duo app approach; makes lots of sense. On Tue, Sep 15, 2015 at 1:52 PM, Kalle Korhonen wrote: > On Tue, Sep 15, 2015 at 9:34 AM, Harry Zhou wrote: > > > Would appreciate your advice on how t

Re: Frontend Frameworks / Libraries

2015-09-15 Thread Kalle Korhonen
On Tue, Sep 15, 2015 at 9:34 AM, Harry Zhou wrote: > Would appreciate your advice on how to setup Ember for T5.4. I imagine the > way would be defining an init module that requires via shim ember (also > ember-data, etc.) and @import that module on the Tapestry page. But what is > the most logica

Re: Frontend Frameworks / Libraries

2015-09-15 Thread Harry Zhou
Hi Kalle, Would appreciate your advice on how to setup Ember for T5.4. I imagine the way would be defining an init module that requires via shim ember (also ember-data, etc.) and @import that module on the Tapestry page. But what is the most logical place to put custom ember code, and how best to

Re: Ajax issue in beta35

2015-09-15 Thread Christine
On 14-09-15 11:41, françois facon wrote: I would suggest you to do a project->clean under eclipse and also to do a mvn clean before the build of your war. I would also try to clean the remote server. Thanks François, now it works. dagdag Christine ---