After using Gen Studio to generate a Web View module from the model, no errors occur, but when open the model html directory, it is empty.
Want to view/prototype the application in a browser using the .html files, prior to deploying it.
Where is the html from the Gen Studio generation of the application and how do I prototype?
Gen Studio and Gen Workstation Toolset
When generate within Gen Studio targeting Web View, this will generated the necessary .html files within the 'WebViewUI' directory of the model.
Once generated and select to launch the Build Tool from within Gen Studio, it will launch the Build Tool and build the module.
Once the build is successful, module needs to be assembled in order to create a <module>.ear file for deployment to a web server, such as JBoss, WebSphere or WebLogic.
To view/prototype the application module prior to deploying it, need to open the Gen Workstation Toolset and go to the 'Navigational Diagram' and select the application module window.
Once selected, change the Menu item 'Mode' to 'HTML' and then from the same Menu Item 'Mode', select 'Prototype'.
This will launch the application html in a browser for the selected window, such that you can see a prototype of the application module.
The html that is being referenced for this prototype is from the model 'html' directory which will be created on the fly when selecting Prototype.