Work With Code Samples

If you're looking for samples that demonstrate different use cases for application development, the Visual Builder Cookbook is for you. The cookbook provides a collection of step-by-step recipes that describe how to implement different techniques to develop your application using the Designer in VB Studio. You also get the complete code for each sample, so you can inspect and learn from it.

Here's how you can access the cookbook right from your VB Studio instance:
  1. From your project's Workspaces page, click any workspace to open it in the Designer.
  2. Click Menu in the upper right corner and select Code Examples.
This opens the cookbook hosted as a VB Studio application at https://vbcookbook.oracle.com/.
You can also create your own copy of the cookbook on your VB Studio instance:
  1. From your project's Workspaces page, click New, then select New Visual Application.
  2. In the New Visual Application dialog, enter a name for the workspace.
  3. Select the Development environment.
  4. Click Change Template in the Visual Application Template, select Oracle Visual Builder Cookbook, and click Use selected.
  5. Choose an option for your Git Repository.
  6. Click Create.
This creates a workspace with a complete copy of the cookbook in your environment. The cookbook app will have everything you need to run the samples, including backend business objects, and the code for all the samples.