Skip to content

Commit 19c5a99

Browse files
committed
Update ReadMe.md
1 parent fba390d commit 19c5a99

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

ReadMe.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@ This project is a step-by-step Spring-GWT tutorial.
22
It is inspired from the article written by Alex Tretyakov on 2012-08-30
33
[Spring and GWT tutorial. Part 5 - UiBinder](http://alextretyakov.blogspot.fr/2012/08/using-uibinder.html).
44

5-
The project was created as a "Maven Project" in Eclipse.
5+
The project was created as a "Maven Project" with GWT cli-tool.
66
Then files from hellogwt were added, commented and modified to run with SQLite instead of MySQL.
77

8-
The source code is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
8+
# Steps
9+
10+
These are the steps:
11+
12+
1. Spring Configuration
13+
2. Adding GWT
14+
3. GWT RPC services
15+
4. MyBatis and SQLite
16+
5. UIBinder
17+
6. Using a SplitLayoutPanel
18+
7. Internationalisation
19+
8. Hibernate and H2 (keeping MyBatis and SQLite in the configuration)
20+
21+
Next steps:
22+
23+
10. Unit tests
24+
11. Use of GXT
925

10-
= Run the application =
26+
# Run the application
1127

12-
== In command line ==
28+
## In command line
1329

1430
1. Build the project by executing `mvn clean install` command.
1531
Now we have application war-file.
@@ -30,14 +46,14 @@ If you have configured `$HOME/.m2/settings.xml` with a server called Tomcat6:
3046
You can use `mvn tomcat6:redeploy` if the war was deployed.
3147
3. Go to http://localhost:8080/hellogwt/.
3248

33-
== In Eclipse ==
49+
## In Eclipse
3450

3551
You need to install those plug-ins:
3652
- Eclipse Git Team Provider
3753

3854
Right-click on project and click on `Run As > Run on Server`.
3955

40-
== In NetBeans ==
56+
## In NetBeans
4157

4258
You need to install those plugins:
4359
- GWT4NB
@@ -46,16 +62,20 @@ You need to install those plugins:
4662

4763
Click on `Run project` or type F6.
4864

49-
= Debug the application =
65+
# Development
5066

51-
== In Maven ==
67+
## In Maven
5268

5369
- `mvn compile` only compiles Java sources.
5470
- `mvn gwt:compile` only compiles GWT module and writes extras.
5571

56-
== In NetBeans ==
72+
## In NetBeans
5773

5874
1. Define breakpoints if needed.
5975
2. Click on `Debug Project` or type Ctrl+F5.
6076
3. In the project custom menu, click on `Run GWT code server`.
6177
4. Visit the url said by the code server to install the bookmarklet.
78+
79+
# License
80+
81+
The source code is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)