Posts Tagged ‘OpenNTF’

05
Mar

XPages OpenLog Logger Project on OpenNTF

Late last night I released the XPages OpenLog Logger project on OpenNTF. There have been options for logging to OpenLog from XPages for some time - Matt White's OpenLogXPages SSJS library from TaskJam and the OpenLogItem class I included in XPages Help Application. So why did I bother with this? Firstly, if you think this is just an aggregation of previous code, think again. The Java implementation has three main changes: I was frustrated with having to create an OpenLogItem in each class or in a central utils class. So all methods are now static. So now ...

14
Nov

XPages Help Application v3.0.0

I've just completed development of new release of the XPages Help Application. There are a number of enhancements and modifications, including some refactoring of the Java code based on the learning I've gained over the last six months. The most significant enhancement is a mobile interface, accessible via the m_Content.xsp XPage. You can see some teasers of the functionality in the screenshots attached, showing the iPad interface. You'll see that it reproduces all the read-only functionality of the web application - Contents, Index, Search and Bookmarks views as well as the ability to add to and remove from bookmarks. Editability of ...

09
Aug

XPages Help Application v1.2.0

Last night a new release of the XPages Help Application was launched on OpenNTF. For those who haven't seen it, this is an XPages framework for managing online help content. The application demonstrates extensive use of themes, use of Java managed beans, and an implementation of the OpenLog Java class specifically designed for use in managed beans. The latest release includes a number of enhancements to the OpenLog class, including specific changes to enable it to be used with view scoped managed beans. (View scoped beans and any Java classes referenced by them have to implement Serializable). Nathan ...

24
Nov

Three Announcements

It's been a busy couple of weeks at Intec. First there was ILUG, my third LUG of the year and a new session for me. Thanks for the evaluations, the comments were very encouraging. My concern when rehearsing it was echoed by one of the respondents, that there was too much material really for a one-hour presentation. The bad news is I didn't cover anywhere near all that is available in Dojo. The problem is there is just so much in the Dojo libraries that is useful. Hopefully with the demo application there is enough for people to feel comfortable ...