JBoss Community

ManagentConsolePatterns

created by Heiko Braun in JBoss AS7 Development - View the full document

This article outlines the core patterns that being used with the JBoss AS 7 Web Management Console.

 

Model View Presenter

 

A derivation of the good old MVC, that considered being best practice in the GWT community.

The main motivation for this pattern is simplify testing of GWT applications by keeping the actual views

as dumb as possible. Some introductions can be found here:

- Model View Presenter Pattern (Martin Fowler)

- Best Practices For Architecting Your GWT App (05/27/2009) (2009-05-27)

- TotT: Be an MVP of GUI Testing (2009-02-05)

- TotT: Testing GWT without GwtTestCase (2009-08-08)

Comment by going to Community

Create a new document in JBoss AS7 Development at Community