Tuesday, May 15, 2018

Re: New Widgets Library: XGL

Hello Lofi,

Thank you for your friendly words. 

I do not use Elemental2.

I recreated from scratch all the DOM wrapper objects, a complete Widget hierarchy, and an event management system.

It is the main reason why XGL code length is more than 175,000 line of code and CSS :-)

But doing so allowed me to have more flexibility to leverage modern browsers capabilities, and handle challenges of web applications efficiently. For example, there is a component in XGL that prevent layout trashing (or reflows) by scheduling all the reading and writing in the DOM intelligently. I called this component "Presto".

I will post later this week an article on my blog an article explaining layout trashing, and how Presto handles it.

Best,
Paul

On Tuesday, May 15, 2018 at 6:51:45 AM UTC-4, Dr. Lofi Dewanto wrote:
Nice work,

what kind of web tech do you use? Elemental2 or Canval HTML?

Thanks,
Lofi

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment