Error while calling Java MVC View method in Lotus Notes Xpages button Click [closed]

孤人 提交于 2019-12-02 06:36:37

If it's a standard Java API, working examples of that API are irrelevant. Look for working examples of any standard Java API, e.g. Apache POI. The questions you have on integration will be answered by that. Questions on using the API should be addressed by the Intuit API documentation.

One aspect to bear in mind is that the standard Java policy in Domino restricts quite a bit, particularly Java reflection. If the Intuit Java API uses Java reflection to convert JSON to Java objects and vice versa, you will need to amend the Java policy, use AccessController.doPrivileged to elevate permissions or possibly wrap such calls and the API in an OSGi plugin. But you'll need to try and, if necessary, investigate further to verify if you need to do that.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!