Exercise: GUI to BUI to DWC
In this exercise you will practice the basic steps to deploy a BBj program in DWC.
1. Load the provided sample from the GitHub training repository in your IDE. Examine the program and run it in GUI.
2. Start the program in BUI. You can either use Enterprise Manager to deploy or - if you're using BDT in Eclipse - use the spiderweb toolbutton in the toolbar.
3. Run the program in DWC, by changing /apps/ into /webapp/ in the browser URL
4. Apply modifications to the program:
* set the window creation flag to $00100000$ and play with the program again in DWC in the browser
* add CSS instructions to apply layout by CSS, e.g. CSS grid layout
* set the expanse and theme attribute of the Button using setAttribute. Visit the Button - element's properties documentation