JBoss Community

Management Console Design

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

Goals & Requirements

 

Design Considerations

 

- Mixing SmartGWT with GWT proper

Might turn out to be a caveat. Two things to consider:

- Is SmartGWT mostly external Javascript invoked through JSNI?

In that case the compiler optimizations wont work.

- Does SmartGWT interplay with GWT? In both directions?

All GWT 2.1 features and future improvements need to be accessible.

 

- AutoBean an option?

Would be nice to avoid having to work overlay types directly.

 

- RestGWT might be a good choice

Has a proper service abstraction, plus Json-Java serialization which might be useful

 

- How does authentication work from the console?

Architectural Issues

 

- Embedded HTTP or Servlet Engine?

 

- Same Origin Policy constraint

 

- Deployment support for standalone & domain

Resources

 

- GWT Developer Guide

 

- Client Server Communication

- Working with JSON

 

- Layouts

- Widgets

- SmartGWT (Widget Library)

 

- MVP

- Event Handlers

Comment by going to Community

Create a new document in JBoss AS7 Development at Community