... | ... | @@ -86,5 +86,8 @@ Next you'll find an **objects** section, defining an object of type **BaseWidget |
|
|
|
|
|
Last but not least, there's a **templates** section, which appears to *include* the two XML files we've met earlier when we were discussing the **scenario** folder, remember? I leave it to you to have a look at them. As you might have guessed by their name, one of them defines the starry background of our application and the other one makes sure the Hello Call-out shows up.
|
|
|
|
|
|
And this concludes our tour of the very first scenario. Even though this scenario is very simple, it is important to understand that over time a lot of functionality has been crammed into it, driven by the desire to externalise as much of the application's logic into the scenario and away from the Java code itself. I would invite people closer to the Authoring persona to continue with looking at the edicated [Scenario](authoring/Scenario) chapter in the [Authoring](authoring) track of this documentation. You'll find a wealth of information and hopefully of inspiration as well in there. For the developers among you, I invite you to have a look at the more development related aspects of the Hello World application next.
|
|
|
And this concludes our tour of the very first scenario. Even though this scenario is very simple, it is important to understand that over time a lot of functionality has been crammed into it, driven by the desire to externalise as much of the application's logic into the scenario and away from the Java code itself. I would invite people closer to the Authoring persona to continue with looking at the dedicated [Scenario](authoring/Scenario) chapter in the [Authoring](authoring) track of this documentation. You'll find a wealth of information and hopefully of inspiration as well in there. For the developers among you, I invite you to have a look at the more development related aspects of the [Hello World application](development/Application_Code) next.
|
|
|
<div align="right">
|
|
|
[Application Code](development/Application_Code)
|
|
|
</div>
|
|
|
|