How to extend Notes 8: using LiveText with capture groups
I get so many question on how to extend Notes 8 that I finally decided to create a series of blog posts on how to do it. All the posts in the series may be found under the extending_notes8 tag. In...
View ArticleHow to extend Notes 8: capture group LiveText recognizers with a Java action
I get so many question on how to extend Notes 8 that I finally decided to create a series of blog posts on how to do it. All the posts in the series may be found under the extending_notes8 tag. In all...
View ArticleHow to extend Notes 8: dynamic extensions using Java
I get so many question on how to extend Notes 8 that I finally decided to create a series of blog posts on how to do it. All the posts in the series may be found under the extending_notes8 tag. In all...
View ArticleHow to extend Notes 8: dynamic LiveText recognizers using Java
As I briefly described in my last post ("How to extend Notes 8: dynamic extensions using Java") it's possible to create new extensions to Lotus Notes using Java and hence inject functionality into the...
View ArticleHow to extend Notes 8: case insensitive LiveText patterns
When you start to do a lot of LiveText recognizers you find yourself wanting to do more advanced stuff with your regular expressions. For instance you might want to do case insensitive patterns or use...
View ArticleHow to extend Notes 8: LiveText demo application
The day before yesterday I posted the first summary post in my Extending Notes 8 series with a complete end-to-end approach to dynamically adding LiveTex recognizers. As part of that post I uploaded a...
View ArticleHow to extend Notes 8: New version of the demo application
I just posted an update to the demo application for my Extending Notes 8 series of posts. The demo application is discussed in more detail in my previous post (How to extend Notes 8: LiveText demo...
View ArticleIBM contributes LiveText to Java sample project on OpenNTF
As I've highlighted previously on this blog I've done quite a lot of work on LiveText to Java integration in my How to extend Notes 8-series. This week IBM contributed a sample on OpenNTF showing of...
View Article