Teach the old dog some new tricks: Let LotusScript consume REST Services the easy way  

By Robert Ibsen Voith | 10/14/17 5:37 AM | - | Added by Kenio Carvalho

This article shows you how to consume REST Services in LotusScript. Behind the scenes this is accomplished with two script libraries. One back-end worker class made with Java (class:CWebContentConsumerJava) which does all the heavy lifting, and a LotusScript wrapper class (class:CWebContentConsumer) which uses the LotusScript-to-Java bridge LS2J to interface the back-end java directly.

How I added Textbox.io rich text editor to XPages  

By Robert Ibsen Voith | 5/24/15 9:38 AM | - | Added by Oliver Busse

What about replacing the built in rich text editor in XPages with a super-modern editor which accepts image-pasting directly, without configuring anything on the server?