Skip to content

Add new field to new screen

(see more Microservices)

Task for the developer:

  • You need to create the field to a new screen.
  • The screen will be designed to look like this:

getstartedms.png

Live Sample · GitHub

Step 1 Download Intellij Plugin

Step2 Add screen

Create file screen.json

{
  "name": "myexample",
  "icon": "calendar",
  "order": 4002,
  "title": "Get Started example microservice",
  "navigation": {
    "menu": [
    ]
  }
}

Step3 Create and add view to corresponding screen.json

addview.gif

Step4 Create and add widget to corresponding view.json

addWidget.gif

Step5 Create DAO, DTO , Service. Add to corresponding Controller createDaoDTOBuilder.gif

Step6 Add field to corresponding widget.json see Add field

Step1 Create DAO, DTO , Service, Controller

see Create environment

Step2 Add screen

see Add screen

Step3 Add view to corresponding screen.json

see Add view

Step4 Add widget to corresponding view.json

see Add widget

Step5 Add field to corresponding widget.json

see Add field