Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create an user plug-in in Xpages?

Tags:

xpages

I am trying to create an OSGi Plug-in to extend XPages but unsure of where to start.

Can anyone show me easy way to create a sample plugin?

Where do i have to write my java code and how do I add it to an updatesite?

like image 364
Ramkumar Avatar asked Mar 02 '12 07:03

Ramkumar


1 Answers

This tutorial will walk you through creating a plugin, how to build and deploy it.

http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Creating_an_XPages_Library

There is also a blank XPage plugin available at the link below (although it is part of the overall tutorial).

http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Blank_XPages_Library

(Overall tutorial is here: http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Master_Table_of_Contents_for_XPages_Extensibility_APIs_Developer_Guide )

like image 52
Simon O'Doherty Avatar answered Nov 12 '22 17:11

Simon O'Doherty