GWT App provides several features and benefits like:
- Declarative HTML templating at runtime without application recompiling and templates content generated dynamically by JSP and JSTL.
- Holds GWT's primarily as a reliable business logic framework by moving out a view decorations into HTML templates.
- SEO support by means of HTML templates embeddable into the main page.
- MetaField to simulate Java annotation and for RPC data auto binding.
- Strong typing in MVC including Java generics.
- Passing serialized RPC data into HTML main page for no delay access to the initial data.
- Like-tree hierarchical MVC structure (PAC/HMVC).
- Pipe channels to skip over the model flow between units in the like-tree MVC hierarchy.
- Modular acyclic structure in Maven.



