Archive for 2013
Wednesday, December 11th, 2013
When I start a new XPages project, I use lots of code snippets and modules from previous projects. Many of these code snippets and modules are open source or available on blog posts from fellow XPages bloggers. In this blog post I will list some of these useful code snippets and modules and hope that […]
Continue reading XPages boilerplate: useful code snippets and modules for your next XPages project.
Tags: IBM Domino, IBM Domino Designer, IBM XWork Server, open source, OpenNTF, XPages
| 1 Comment »
Wednesday, December 11th, 2013
The IBM Connect 2014 conference takes place next month. I am going once again and look forward to the atmosphere, the sessions, and most importantly the people. I arrive Friday evening January 24th and leave again Friday January 31st. I will be staying at the Dolphin hotel. See you there?
Continue reading I am going to IBM Connect 2014.
Tags: conference, IBM Connect, Lotusphere, PHL Consult
| 4 Comments »
Monday, December 9th, 2013
This week is the Hour of Code week. I am going to introduce my oldest son’s school class to programming (he is 8 years old). I will use some of the available resources from code.org such as LightBot, Who are you going to introduce to the world of programming this week?
Continue reading Hour of Code: Anybody can learn.
Tags: Hour of Code, Programming
| 4 Comments »
Thursday, December 5th, 2013
I am honoured and proud to have been re-elected as IBM Champion with a group of 86 other 2014 IBM Champions for IBM Collaboration Solutions.
Continue reading I have been re-elected as IBM Champion.
Tags: community, DanNotes, IBM Champion, Notesnet, OpenNTF, PHL Consult, XPages
| 2 Comments »
Thursday, November 28th, 2013
The 50th DanNotes conference took place yesterday and today. Here is my presentation from my session on introducing developers to using Java in XPages: XPages and Java (DanNotes 50th conference, November 2013) from Per Henrik Lausten
Continue reading Intro to XPages and Java (my session at DanNotes, November 2013).
Tags: DanNotes, Java, Presentation, XPages
| Comments Off on Intro to XPages and Java (my session at DanNotes, November 2013)
Wednesday, November 27th, 2013
The 50th DanNotes conference started this morning. Follow all the action on Twitter (using #DanNotes). Links to presentations will be added later. Enjoy!
Continue reading DanNotes 50th conference has started!.
Tags: DanNotes, IBM Notes 9, XPages
| Comments Off on DanNotes 50th conference has started!
Tuesday, October 29th, 2013
IBM Notes 9.0.1 and IBM Domino 9.0.1 are now available for download on Passport Advantage. This release includes 292 documented fixes (as of this evening). Here’s the “Top 20” fix list according to IBM. Some of the 9.0.1 part numbers: IBM Notes Client 9.0.1 for Windows English: CIQ7REN IBM Notes Client 9.0.1 for Mac English: CIQ7UEN […]
Continue reading IBM Notes 9.0.1 and IBM Domino 9.0.1 are now available for download.
Tags: IBM Domino, IBM Domino Designer, IBM Notes 9, IBM XWork Server, XPages
| 34 Comments »
Wednesday, October 2nd, 2013
Thank you Bruce for all you have done for OpenNTF and the community since 2001. I have worked with you as a director on the OpenNTF board since October 2011. We have spoken together at IBM Connect 2013 on our open source project Collaboration Today. You are a great friend and mentor and I always enjoy […]
Continue reading Thanks, Bruce.
Tags: IBM Champion, IBM Connect 2013, Lotusphere, open source, OpenNTF, ThanksBruce
| 1 Comment »
Tuesday, August 27th, 2013
The 50th DanNotes conference takes place November 27-28, 2013 and also marks the 20th anniversary for the DanNotes user group. I am part of the organizers team and we are hard at work planning the conference and have opened for session abstract submissions. If you are interested in speaking at the conference, please register and submit your […]
Continue reading Submit your abstract for the 50th DanNotes conference.
Tags: conference, DanNotes
| Comments Off on Submit your abstract for the 50th DanNotes conference
Tuesday, May 28th, 2013
Using Notes objects in XPages and in Java require that you recycle those objects in order to avoid memory leaks and backend out of memory issues. Here I will summarize how to do proper recycling in XPages for server-side javascript, Java and Java using the new OpenNTF project org.openntf.domino. Server-side JavaScript With server-side JavaScript you […]
Continue reading How to recycle Notes objects in XPages and Java.
Tags: Java, Javascript, OpenNTF, XPages
| 9 Comments »