The IBM Domino Developer Edition – It’s coming in Q3 – finally ;)  

By Christian Guedemann | 5/11/17 10:58 AM | - | Added by Oliver Busse

Antwerp – Engage, 1st Day: What an important announcement, there will be a free for non production use licence of the latest and greatest IBM Domino Server. No time bomb and the only limitation is the usage. The purpose of this licence is very simple: Developers of all kind and nature are getting access to the huge ecosystem of IBM Notes/Domino/XPages Application Development.

XPages Designer Plugin 4 Eclipse – The Basics!  

By Christian Guedemann | 4/2/16 11:29 AM | - | Added by Oliver Busse

First, and please keep it in mind, I’m talking about XPages. Nothing more, nothing else. Some years ago, in an open discussion between the XPages Community and the XPages Development Team, we agreed that it would have a huge value, to have a XPages Designer which is based on the latest and greatest Eclipse Release and can be installed as Plugin / Addon.

A developers dream – for sure  

By Christian Guedemann | 12/1/15 2:52 PM | - | Added by Oliver Busse

OpenNTF is in the middle of his biggest transformation since the begining. Core of the this transformation is building communities around visons, problems and projects. This needs communication…. Continious communication, a flow of questions, answers and ideas.

Maven and XPages Plugin – From Scratch / Part IV The feature  

By Christian Guedemann | 12/31/14 9:30 AM | - | Added by Oliver Busse

While Switzerland was covered with snow, the OpenNTF Base project has made some progress. There are two new plugins, one is org.openntf.base and the other is org.openntf.base.lib.internal. org.openntf.base contains all the stuff to register the plugin collection as an extension library and also all "Top Level" classes. org.openntf.base is designed to have all the dependencies…

Maven and the magic of profiles  

By Christian Guedemann | 12/24/14 6:33 AM | - | Added by Oliver Busse

POI4XPages has a module called poi.assembly. This module builds the final ZIP file which can be uploaded to the OpenNTF website. One step in the assembly is that the module downloads the source code direct from github. This step takes a lot of time, so each mvn clean build takes a lot of time, because…

Maven and XPages Plugin – From Scratch / Part II – The Plugin  

By Christian Guedemann | 12/22/14 7:49 AM | - | Added by Oliver Busse

The core purpose of org.openntf.base.* is to bring some core plugins to the community. This plugin could be used in conjunction with other plugins, like org.eclipse.core.runtime. The first plugin that I want to build is a JAXB representation of the domino9 dxl. This plugin should offer some basic method to convert any domino object to…

Maven and XPages Plugin – From Scratch / Part I – The Parent  

By Christian Guedemann | 12/22/14 3:25 AM | - | Added by Oliver Busse

Is it a good Idea to start writing a blog series about Maven, XPages Plugin with the topic "The Parent" on your birthday? I don't know but the birthday reminds me a lot about my parents. About my father and mother who gave me the base structure of my life and lot of my being.…

Automated build with Jenkins / Some progress | guedebyte  

By Christian Guedemann | 4/8/14 9:57 AM | - | Added by Christian Güdemann

This saturday was dedicated to do some tests with automated build and Jenkins / Maven. Jenkins is a brilliant tool to let a server do some automated tasks. Maven is the tool which delivers a configuration language to describe how to build something. The goal of maven is to do the same thing always in…