| |
|
| |
While now long out of print, my 1998 book on using Java in Domino was the first comprehensive description of the (then) new backend classes for Java |
| |
|
| |
Conducts a fulltext search on all documents in a view and filters the view so it represents only those documents that match the fulltext query in sorted order. |
| |
|
| |
Conducts a fulltext search on all documents in a view and filters the view so it represents only those documents that match the fulltext query in sorted order. |
| |
|
| |
This walkthrough will detail how to create a self signed certificate, enable SSL on the Domino server and connect to that SSL connection in a Java application. |
| |
|
| |
XPages アプリケーションから Java プログラムを呼び出して外部システムと連携する方法を紹介します。この記事では IBM Connections API を利用し、XPages アプリケーションから Lotus Greenhouse の IBM Connections プロフィールへのメッセ |
| |
|
| |
This note is to provide insight and best practices concerning changes in backend memory management on Item value retrieval in the V8.53 release |
| |
|
| |
Many LotusScript and Java developers assume that if you want to iterate through a documen response hierarchy, you have to use a view to do it. While this is often the right way to go, having extra views in a database solely for agent or program access can cause problems and consume a lot of space. ... |
| |
|
| |
These videos provide a tutorial to creating your first plugin for Lotus Notes. I begin with showing you how to install and configure the Expeditor Toolkit. I then walk you through creating your first client services project and show you how to take advantage of some of the APIs provided by Lotus ... |
| |
|
| |
Jeremy Hodge returns to the NotesIn9 ScreenCast to continue his series introducing Java to the XPages Developers. |
| |
|
| |
object height"360" width"640" param value"always" name"allowScriptAccess" param value"true" name"allowFullScreen" param value"http:player.wizzard.tvplayeroix128985555001configk9394ccc86a65b868uuidrootepisodek44af7cf770f44523" name"movie" embed height"360" ... |
| |
|
| |
The video is the first in a series of Articles introducing you to the concepts needed to work with Java in your XPage applications. Topics covered in the series include Java Classes, Managed Beans, Converters, Validators, and more. |
| |
|
| |
不思議な事に Domino JavaCORBA クラスの API は Javadoc が公開されていません。この記事では dominojavadocgenerator というソフトウェアを使用して Domino Java API の Javadoc を生成し、Eclipse や Domino Designer で利用する方法を紹介します。 |
| |
|
| |
Full sample program for NotesDomino coding in Java under Eclipse. |
| |
|
| |
There has been ongoing confusion over memory management in the Java classes. This article is intended to provide background and guidance on how to approach this issue and best practices. While LotusScript memory management is automatic, enabled by precise messaging from the language to the ... |
| |
|
| |
This presentation demonstrates LotusScript and Java in Lotus Domino Designer 8.5.1. |
| |
|
| |
Here's the promised followup article to my earlier posting on views and autoupdate. This blog post shows a sample agent that illustrates the differences in behavior when iterating over a view between having the AutoUpdate view property on, or off. ... |
| |
|
| |
The LotusScript NotesView object (and the Java View object) contain a very powerful property named AutoUpdate. Its use can greatly change the way view navigation happens in agents and other programs. |
| |
|
| |
The help for the JavaScript Domino Objects library for 8.5.1 has sample code for a small number of topics but not most. The next major release of Domino Designer should see improvements. Meanwhile, you can interpolate by copying and adjusting the corresponding Java sample code. The JavaScript code ... |
| |
|
| |
This article is highlights how to programmatically set Database Replication priorities , when a user opens the database or through an agent. In LotusScript , you could create an agent and call it something like "Set High Priority"
Then use this code in the Initialize() section xmpSub ... |
| |
|
| |
Recently we upgraded to 8.5 and the web services consumer code that was built using axis ( java api for web services) Failed to work. The code from version 7.0 could not compile.( Use source 5 or higher to use Enum Key word. I decided to use the 8.5 web services consumer design element. But i ... |
| |
|
| |
Greetings! There's not much I don't like about the way the LotusScript (and Java, and COM) "back-end classes" for Notes and Domino work, but there are a few. Chief among that very small list is the call NotesDocumentCollection.GetNth(). It's a performance killer (most of the time, for large ... |
| |
|
| |
Greetings! A few years ago I wrote a rather long presentation on character sets, the difference between code pages, code points and fonts, on how LMBCS works, how Unicode works, and how you use them. There's an awful lot to say about this topic, the history, what to watch out for, and so on. If ... |
| |
|
| |
Greetings! I wrote a series of posts on my blog a little while ago about some rather deep and (to me, anyway) interesting issues with "garbage collection". Rather than reproduce all that content here, I'm providing a series of links to the original posts. Suggested reading technique: 1. Start at ... |
| |
|
| |
Greetings! I was invited to contribute to this wiki, and was given permission to post a whole series of entries that link back to articles on my blog. Each wiki entry will be an abstract of the topic, with a link to the full blog posting. This is the first one, let's see how it goes! Today's ... |
| |
|
| |
The JavaCompilerTarget INI setting lets you use features specific to different Java Development Kits (JDKs). You can set this variable to any value between 1.1 and 1.6, and then restart the client or server for this change to take effect. In each case, the "-source" flag is the latest source that ... |