Skip to content

iplus-framework/iPlus-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iPlus Framework Example Projects

These example projects serve to explain the most important programming concepts of the iplus framework. You can find the corresponding video on our homepage.


Learning Content

  1. Add your own database model or reuse an existing database using the database-first approach that can be managed by the iplus runtime.
    Documentation: Database Model Documentation

  2. Create software components (so-called business objects) that use the database model so that you can deploy transaction-based applications.
    Documentation: Business Objects Documentation

  3. Create a user interface for business objects using the engineering environment.
    Documentation: User Interface Documentation

  4. Exporting packages for distribution to other users or transport to another iplus installation.
    Documentation: Exporting Packages Documentation, Importing Packages Documentation

  5. Creating server-side service components that are either static instances or dynamic instances used as part of workflows.
    Documentation: Service Components Documentation

  6. Create controls to interact with these service components.

  7. Use these service components on the client side without any network programming knowledge.

  8. Creating workflows
    Documentation: Workflows Documentation


Download, Compilation, and Use

  1. A common directory Make sure to clone this repository into the same root path as iplus-framework. So that our repositories are all in a common directory, so that the specified relative paths match.

  2. Compile the release version of iplus-framework (GitHub Repository), because the example projects use the compiled dll's from the bin directory. Otherwise, you have to adjust the paths in the csproj files.

  3. Unzip the database file from the database folder and restore the database on a SQL Server instance.

  4. Adjust the connection string in the "gip.iplus.client" project and set it as the startup project.

  5. Compile the example and start the application. Login with "superuser":"superuser".


Footnotes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages