Re: Frontend Frameworks / Libraries

2015-09-14 Thread Thiago H de Paula Figueiredo
On Mon, 14 Sep 2015 14:21:46 -0300, Kalle Korhonen wrote: React and Ember Fastboot solve the SEO problem by rendering the first load on server, but Angular doesn't offer the same functionality natively. There's https://prerender.io/ though, but it's another component you need to deploy. I

Re: Frontend Frameworks / Libraries

2015-09-14 Thread Kalle Korhonen
Oh, must add that hacking together a pre-rendering PhantomJS engine with T5 is relatively simple. I've implemented one for rendering thumbnails of SVG graphs, complete with PhantomJS auto-install and a dedicated thread pool; it worked great for the purpose. Kalle On Mon, Sep 14, 2015 at 10:21 AM,

Re: Frontend Frameworks / Libraries

2015-09-14 Thread françois facon
It's a powerful feature. The best of both worlds! François 2015-09-14 19:21 GMT+02:00 Kalle Korhonen : > React and Ember Fastboot solve the SEO problem by rendering the first load > on server, but Angular doesn't offer the same functionality natively. > There's https://prerender.io/ though, but

Re: Frontend Frameworks / Libraries

2015-09-14 Thread Kalle Korhonen
React and Ember Fastboot solve the SEO problem by rendering the first load on server, but Angular doesn't offer the same functionality natively. There's https://prerender.io/ though, but it's another component you need to deploy. Kalle On Mon, Sep 14, 2015 at 6:20 AM, George Christman wrote: >

Re: Custom ValueEncoder & IOC

2015-09-14 Thread Thiago H de Paula Figueiredo
On Mon, 14 Sep 2015 10:41:49 -0300, Chris Poulsen wrote: Can't you could just bind it in your app module? Yep! Or also contribute it to the ValueEncoderSource service, so it's automatically picked up by Select and other components. As in any other IoC container, in order to have depende

Re: Handling a bad context and component events

2015-09-14 Thread Thiago H de Paula Figueiredo
On Mon, 14 Sep 2015 07:11:13 -0300, Carlos Montero Canabal wrote: Hi, Hi! I'd say the recommended way of dealing with ma dynamic list of activation context values is to use a single onActivate(EventContenxt context) method and no other onActivate() methods. By the way, if you just wa

Re: Custom ValueEncoder & IOC

2015-09-14 Thread Chris Poulsen
Can't you could just bind it in your app module? -- Chris On Mon, Sep 14, 2015 at 3:35 PM, Damon Childs wrote: > How do i get a custom ValueEncoder under control of IOC? > > I have a ValueEncoder that translates a id to a Object from a db. > > public class PropertyTypeEncoder implements > Valu

Custom ValueEncoder & IOC

2015-09-14 Thread Damon Childs
How do i get a custom ValueEncoder under control of IOC? I have a ValueEncoder that translates a id to a Object from a db. public class PropertyTypeEncoder implements ValueEncoder { @Inject private Session session; public PropertyTypeEncoder(Session session) { this.sess

Re: Frontend Frameworks / Libraries

2015-09-14 Thread 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 (or eg. Highchart/Raphael/JChart) > with Tapestry 5.4. > Use Tapestry as usual and let different pages do what

Handling a bad context and component events

2015-09-14 Thread Carlos Montero Canabal
Hi, I would like to know if I develop the best option to handle a bad context in my webapp. I have a website (http://www.ryalive.com ) with a form where you have to put various values. When you search, webapp redirect to http://page/arg0/arg1/arg2/arg3

Re: Ajax issue in beta35

2015-09-14 Thread françois facon
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. 2015-09-13 19:54 GMT+02:00 Christine : > On 13-09-15 19:34, françois facon wrote: > >> Good news! >> >> I had to face the same problem