Compare commits

..

2 Commits

Author SHA1 Message Date
Subhrodip Mohanta
b978c83993 Merge branch 'master' into bytecode-explanation 2021-03-22 12:05:27 +05:30
Ilkka Seppälä
44dbe4374f #590 add explanation for bytecode pattern 2021-03-21 16:39:56 +02:00

View File

@@ -99,11 +99,11 @@ public class BookViewModel {
</zk>
```
To deploy the example, go to model-view-viewmodel folder and run:
* `mvn clean install`
* `mvn jetty:run -Djetty.http.port=9911`
* Open browser to address: http://localhost:9911/model-view-viewmodel/
Note:
* To deploy this, go to model-view-viewmodel folder and run:
* mvn clean install
* mvn jetty:run -Djetty.http.port=9911
* In browser, http://localhost:9911/model-view-viewmodel/
## Class diagram