Could you someone please help me how to use XPages: A ClientSide State by Sven Hasselbach in Domino Designer.
The code provided on the GIT does not have site.xml to install in the domino Designer.
Could you someone please help me how to use XPages: A ClientSide State by Sven Hasselbach in Domino Designer.
The code provided on the GIT does not have site.xml to install in the domino Designer.
You have to create your own OSGi Developement environment first, then you can create a new Plugin project and import the following files / folder:
/src
/META-INF
build.properties
, plugin.xml
Now you can change the secret keys in
/src/ch/hasselba/xpagesclientstate/application/ClientStateManagerImpl.java
Next you have to create a Feature project, and an Update Site project and click on Build
.
Then you have a site.xml
which can be imported into Designer & Domino server.
You need to create an update site project. Details are here:
https://wiki.eclipse.org/FAQ_How_do_I_create_an_update_site_(site.xml)%3F
For reference, see the answers to this question Deploying OSGi Servlet to Domino