Skip to content

Standalone non-app examples for accomplishing semi-common tasks in Darwino

License

Notifications You must be signed in to change notification settings

darwino/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Darwino Examples

Standalone non-app examples for accomplishing semi-common tasks in Darwino.

domino-plugin

This directory contains three Eclipse projects to demonstrate how to add a Java-based plugin to the Domino Adapter DSL environment.

To add these projects to your Eclipse workspace, make sure to add the update site from the Darwino Domino adapter distribution and IBM's Update Site for Build Management to your Target Platform; otherwise, you will encounter errors about Eclipse not being able to resolve Darwino and Domino packages.

After installing this plugin to your Domino server, you can add it to your database adapter scripts by adding this to the top level of the script:

plugin "exampleConverterPlugin"

That name matches the name of the plugin specified in ExampleConverterPlugin - adjust it in the script if you adjust it in the plugin code.

About

Standalone non-app examples for accomplishing semi-common tasks in Darwino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages