Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在思考这个问题,但想不出解决方案。
我有一个上传文件的 XPage。数据源有一个 WQS LotusScript 代理,它对文件执行一些处理。
如何将此 LotusScript 代理的任何结果传回 XPage?
谢谢!
/J
您使用内存中的文档传递给代理,然后将其取回。请参阅我的示例或其bean 版本。但是,我会挑战与代理交谈的好处。您为每次调用支付 0.5-3 秒的性能损失,启动和关闭 LotusScript 引擎。
考虑到这一点,您坐下来将您的代理转换为 Java 类的收支平衡“更接近它的出现”。