GWT JSON Project Goal

o Still target our requirement, here is the wireframe,
that’s a layout of page with widgets

|——————————–|
|       Title of Pages         |
|                                      |
|   message goes here   |
|                                      |
|——————————–|
o When we run the application in our eclipse environment.
o The “message goes here” is comming from the server backend.
The data is formatted as JSON data:
[
{
“message”: “message goes here”
}
]
o It is parse by our entry module and as shown “message goes here”