Hi Walden, > porting the templating part of that to GWT. Feels like an impedance > mismatch to me, but I confess I'm not deep into understanding it.
Templates help in doing one thing - an HTML designer can provide a template for a complex widget. The engine can can parse it and show it in the UI. The advantage is - separation of logic and UI. I can tweak the UI layout without touching the code. Similarly, somebody can update the logic without messing up with the UI. Like ASP.Net in .Net, JSF/Tag-Library in Java EE, Smarty in PHP, Django in Python etc!.. and Dijit (Dojo Widgeting System) Templates for Dojo/JavaScript :) > > Anyway, I wish you success, Thanks! Today, after a lot of experimentation... I think I've found a decently right track. Will find time to document them sometime next week! -- Happy Hacking, Gaurav http://sf.net/projects/dwt http://eduzine.edujini-labs.com http://blogs.mastergaurav.com ------------------------------ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
