|
1 |
| -This is a simple blog app that was created in the spirit of the 'WO in |
2 |
| -15 minutes' movie created by Jonathan ‘Wolf’ Rentzsch. |
| 1 | +This is a simple blog app that is being created in the spirit of |
| 2 | +updating the blog application created in the 'WO in 15 minutes' movie |
| 3 | +made by Jonathan ‘Wolf’ Rentzsch. |
3 | 4 |
|
4 |
| -This example application has been designed to showcase ERModernLook |
5 |
| -development as well as demonstrate some lesser known page level and |
6 |
| -property level components available to the D2W developer in ERModernLook |
7 |
| -and the broader ERD2W framework. I hope it will eventually show the |
8 |
| -progression of building up and customizing a D2W application. Emphasis will |
9 |
| -be on building up the administrative interface. |
| 5 | +SimpleBlog has been designed to showcase ERModernLook development as |
| 6 | +well as demonstrate some lesser known page level and property level |
| 7 | +components available to the D2W developer in ERModernLook and the |
| 8 | +broader ERD2W framework. I hope it will eventually show the progression |
| 9 | +of building up and customizing a D2W application. Emphasis will be on |
| 10 | +building up the administrative interface. |
10 | 11 |
|
11 |
| -ERRest integration is now being added to show how it might be used |
12 |
| -to create a front-end with several desirable features such as nice URLs. |
| 12 | +ERRest integration is being added to show how it might be used to create |
| 13 | +a front-end with several desirable features such as nice URLs. |
13 | 14 |
|
14 |
| -It depends on ERModernDirectToWeb modifications that are currently |
| 15 | +SimpleBlog depends on ERModernDirectToWeb modifications that are currently |
15 | 16 | located in my Wonder fork but may end up in Wonder proper.
|
16 | 17 |
|
17 |
| -The application also depends on a FrontBase database. This may change in the |
18 |
| -future and/or you may want to change your properties file to point to a |
19 |
| -database from a different vendor. |
| 18 | +SimpleBlog depends on a H2 database. The file H2 uses is located in |
| 19 | +/tmp which will be deleted on restart. You may want to change the |
| 20 | +property to point to a more permanent location if you want the database |
| 21 | +to persist. |
20 | 22 |
|
21 |
| -The database you create should be named 'simpleblog' and will start up |
22 |
| -with a user with login credentials: |
| 23 | +You may want to change your properties file to point to a database from |
| 24 | +a different vendor. |
| 25 | + |
| 26 | +The database will start up with a user with login credentials: |
23 | 27 |
|
24 | 28 | username: test password: test
|
25 | 29 |
|
|
0 commit comments