Blog Archives

What language should I move to?

I really thought that this would be a simple question. The answer is obviously Java. We have Java skills from using XPages so it just makes sense to answer this question with Java… Except then you look at the java

Tagged with: , ,
Posted in Domino To Spring, None

You don’t know what you’ve got till it’s gone

A lot has changed since I last wrote a blog post. One of the biggest changes career-wise has been a decision by the company I work for to move away from IBM Domino and switch to a different platform for

Tagged with: ,
Posted in Domino To Spring, Uncategorized

Getting To The Java Roots of XPages – Part 14

Adding additional methods to an existing class by extending it is not the only thing that you can do with Extends. You can also override existing methods in the extended class. In our StaffInfo class the getInternetAddress will return a

Tagged with: ,
Posted in None

Getting To The Java Roots of XPages – Part 13

In todays part I’m going to talk about Extending a class in Java. The concept is very simple, There is an existing class that does 90% of what you need it to do but your application needs some extra functionality

Tagged with: ,
Posted in None
Archives