Friday, April 24, 2015

Re: LESS/ SASS/... style usage in GWT ?

Thanks Ed, i will have a look at Errai again, last time i did i focused on other parts and missed the theming parts...
Arnaud

Le ven. 24 avr. 2015 à 21:53, Ed Bras <post2edbras@gmail.com> a écrit :
Have a look at the RedHat Errai templating mechanism. 
Errai is setup in modules (jar's), so you can use only the parts you need. And easy to extend/fork parts you need.

The idea is that you load the css/html dynamically when needed in the app (through annotations). These html/css snippets/pages can be controlled/provided by Customers/third party companies. It works well, efficient with a good productivity: you can easily change the css/html without recompiling the GWT app. It works good when clients want other colors or provider their own html snippets/pages..
GWT loads the css/html snippets and adds logic to the required html snippets, like buttons and form processing, etc...

With all the css/html framework and developers out there these days, it a very friendly and productive integration. 
As a GWT developer I love it and makes me happy. I don't want to be busy with missing pixels and jumping css behaviors. Everybody has to do what he is good at ;) Especially these days, css/js is changing a lot, difficult to keep up with...

Just my 50 cent...


--
You received this message because you are subscribed to a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/mrBctJ2BGtI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment