Shared java resources in XPages applications -
i try implement of logic in xpages application in java. don’t idea of attaching jars or java code in nsfs. want create repositories of java code available in applications on given server (maven). know domino/jvm /lib/ext folder. know can use javauserclassesext=pathtojava resources in notes.ini question is, methods mentioned above best options share java resources in pure xpages environment or should consider other alternatives?
you might check out link, show basics of creating "extension library"
http://www-10.lotus.com/ldd/ddwiki.nsf/dx/creating_an_xpages_library#create+the+library+class
that can use implement java jar across whole server , replicate using updatesite template domino servers.
Comments
Post a Comment