@Colin. We do target Titanium Mobile. Wich dont have any noting of DOM or UserAgent related stuff. We also have a GWT binding for DevKit ( http://docs.gameclosure.com/).
Right now we have to write some patches just to get rid(override) the the UserAgent/DOM related stuff. And that on each GWT release. Would be super coool if dont have to 2014-07-24 6:22 GMT+02:00 James Nelson <[email protected]>: > Just to toss in another use case... > > I develop a cross-platform java library that exposes generic apis that run > on multiple platforms; > each module inherits the minimum possible dependencies, and all > platform-specific code is isolated from shared APIs. > > I never touch anything in User unless I specifically need to write an > implementation that integrates with some other project, > and such dependencies never, ever make it into the shared modules. > Elemental or even just java emul is plenty to create a module of generic > functionality, > and I'm very pleased that GWT is keeping its permutations where they > belong. > > With Elemental being built against webkit's hmtl5 IDLs, it can be the > single permutations "standards way" (tm), > with c.g.g.user for all "legacy" code. > > If you need to support ancient browsers, do the enterprise thing and bend > over backwards to maintain support. > If you just want to leverage java in a javascript world, then GWT does > that too. > > Win-win, I'd say. :) > > -- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit-contributors/bc7863a7-2f63-409c-a6f2-ab2e397e5354%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/bc7863a7-2f63-409c-a6f2-ab2e397e5354%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Alain Ekambi Co-Founder Ahomé Innovation Technologies http://www.ahome-it.com/ <http://ahome-it.com/> -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAGw%3D_tywPDkFtAB%2BpDgGGxCRCA%2B3KS5a%2BaRStfWA0wbtAbMELQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
