Graymound User Interface ML Editor
We will use this Editor to create User Interface for our application. We will have ComboBox, TextBox and Button on our User Interface. Module information which retrieves from Web Service will show on ComboBox. User will select module information from Combo then click the Button; if data is contains "Administration" true MessageBox will appear. If not, false MessageBox will appear.
Pre-defined Graymound Service
We will use pre-defined Graymound Service on our project to get language information from database. You could look Graymound Service codes under Code Files part. But we won't create a service in this part.
Web Browser
We will use our simple User Interface on a web browser.
Java Web Start
We will use our simple User Interface like a desktop application with Java Web Start.
What will you learn in this part?
- Connect to GraymoundService.
- Get data from GraymoundService then fill ComboBox.
- Make a business logic on client side.
- Switch to Graymound perspective
- Creating a blank project with blank GUIML page
- Creating an Action
- Using Drag-n-drop GUIML editor
- Simple Event handling
- Creating a Method
- Creating If-Then Block
