Posts Tagged ‘Java’

Integrating a Lotus Notes application with Exchange

Thursday, September 29th, 2011

I recently finished a project with the purpose of integrating a Lotus Notes CRM application with Microsoft Outlook and Microsoft Exchange. The customer has moved their mail handling to Exchange and Outlook and still uses Lotus Notes for their application handling including this CRM application. The CRM application had functionality to import mails from Notes, [...]

getItemValueString and Domino 6.5.5 and 7.0 (Show’n Tell Thursday)

Thursday, August 31st, 2006

The return value of the Java method getItemValueString has been changed in Lotus Domino 6.5.5, Lotus Domino 7.0 and later releases. Before 6.5.5 the method getItemValueString returns null if the item is empty or if the item does not exist. In 6.5.5, 7.0 and later releases getItemValueString returns the empty string (“”) instead. I upgraded [...]

Write AJAX apps using Java (Google Web Toolkit)

Wednesday, May 17th, 2006

Google Web Toolkit has been released. From the overview: “Google Web Toolkit (GWT) is a Java development framework that lets you escape the matrix of technologies that make writing AJAX applications so difficult and error prone. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of [...]

Java in Notes/Domino Explained

Tuesday, April 4th, 2006

Be sure to have a look at the “Java in Notes/Domino Explained” series by Mikkel Heisterberg. Great introdocution to using Java in the Domino environment.