Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. In the menu, select File > New > RapidClipse Project.
  2. In the following project wizard, enter the name of your project under Project name, e.g. Example.

  3. Under Data Source > Connection, select a data source or click New... to create a new data source. 

  4. Click Finish.

...

The first time you create a new RapidClipse project, all libraries required for a RapidClipse project, along with their dependencies, will be automatically downloaded from the Maven Central Repository. This is why you have to be online. Depending on your Internet connection, the download can take a few minutes. After that, you can also work with RapidClipse offline.

Options:
  • Data Source - Enables you to select an already existing data source and to create a new one.
    • Show import wizard - Shows the database import wizard that imports the metadata in your database and generates appropriate entities. 
  • User Interface
    • Create UIs for multiple devices - Generates a RapidClipse multiple UI project with different MainUIs, including the respective first view (MainView) for desktops, smartphones, and tablets.
  • Authentication and Authorization
    • Enable authentication - Standard concept for authentication. Creates a new authentication provider.
    • Enable authorization - Standard concept for authorization. Creates a new authorization provider. To use the authorization option, make sure to also select Enable authentication.
  • MobileKit
    • Enable MobileKit - Connects the XDEV Mobile Kit. Gives you access to device and system functions of mobile devices and can deploy hybrid mobile apps for Android, iOS and Windows devices.
  • XDEV Cloud
    • Create project in the XDEV Cloud - Creates an XDEV Cloud project. You'll first need an XDEV Cloud account.

...