What is the most used approach in GWT- the native approach where all web code is generated through GWT or the declarative approach where HTML/CSS templates are used and integrated through UIBinder? It seems the declarative approach was introduced for separation of concerns and allowing graphic designers the ability to contribute to GWT systems. However could it be argued that the declarative approach jeopardizes the browser independence guaranteed by GWT. We are new to GWT and we are trying to determine which direction we should take - what is the most recommended design pattern?
-- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
