|
82 | 82 |
|
83 | 83 | <p>
|
84 | 84 | This app has been generated using Apache Isis'
|
85 |
| - <a href="http://isis.apache.org/intro/getting-started/simple%61pp-archetype.html" target="_blank">SimpleApp</a> archetype, |
| 85 | + <a href="http://isis.apache.org/intro/getting-started/simple%61pp-archetype.html" target="_blank" rel="noopener noreferrer">SimpleApp</a> archetype, |
86 | 86 | to create a purposefully minimal application that nevertheless includes fixture data, integration tests and BDD specs.
|
87 | 87 | <br/>
|
88 | 88 | <br/>
|
89 |
| - The app itself consists of a single domain class, <a href="https://github.com/apache/isis/blob/master/example/application/simple%61pp/dom/src/main/java/dom/simple/SimpleObject.java" target="_blank"><tt>SimpleObject</tt></a>, |
90 |
| - along with an equally simple (factory/repository) domain service, <a href="https://github.com/apache/isis/blob/master/example/application/simple%61pp/dom/src/main/java/dom/simple/SimpleObjects.java" target="_blank"><tt>SimpleObjects</tt></a>. |
| 89 | + The app itself consists of a single domain class, <a href="https://github.com/apache/isis/blob/master/example/application/simple%61pp/dom/src/main/java/dom/simple/SimpleObject.java" target="_blank" rel="noopener noreferrer"><tt>SimpleObject</tt></a>, |
| 90 | + along with an equally simple (factory/repository) domain service, <a href="https://github.com/apache/isis/blob/master/example/application/simple%61pp/dom/src/main/java/dom/simple/SimpleObjects.java" target="_blank" rel="noopener noreferrer"><tt>SimpleObjects</tt></a>. |
91 | 91 | </p>
|
92 | 92 |
|
93 | 93 | <p>To access the app:</p>
|
|
98 | 98 | </p>
|
99 | 99 | <p>
|
100 | 100 | provides accesses to a generic UI for end-users,
|
101 |
| - Isis' <a href="http://isis.apache.org/components/viewers/wicket/about.html" target="_blank">Wicket Viewer</a>. |
102 |
| - As its name suggests, this viewer is built on top of <a href="http://wicket.apache.org" target="_blank">Apache Wicket</a>™. |
| 101 | + Isis' <a href="http://isis.apache.org/components/viewers/wicket/about.html" target="_blank" rel="noopener noreferrer">Wicket Viewer</a>. |
| 102 | + As its name suggests, this viewer is built on top of <a href="http://wicket.apache.org" target="_blank" rel="noopener noreferrer">Apache Wicket</a>™. |
103 | 103 | </p>
|
104 | 104 | </li>
|
105 | 105 | <li>
|
|
118 | 118 |
|
119 | 119 | <p>
|
120 | 120 | The default user/password is <b><i>sven/pass</i></b> (as configured in the
|
121 |
| - <a href="https://github.com/apache/isis/blob/master/example/application/simple%61pp/webapp/src/main/webapp/WEB-INF/shiro.ini" target="_blank">shiro.ini</a> file). |
| 121 | + <a href="https://github.com/apache/isis/blob/master/example/application/simple%61pp/webapp/src/main/webapp/WEB-INF/shiro.ini" target="_blank" rel="noopener noreferrer">shiro.ini</a> file). |
122 | 122 | </p>
|
123 | 123 |
|
124 | 124 | </div>
|
|
0 commit comments