Blogs

  • Browse Blogs
  • My Blog
  • My Updates

Tags Help

  • View as cloud  | list

Similar Entries

photo

The Good and Bad of ...

Blog:  Sanity Check
Roland Reddekop
Updated 
No Ratings 0     Comments 2
photo

AIX vs. Linux for do...

Blog:  Patrick Picar...
Patrick Picard
Updated 
No Ratings 0     Comments 2
photo

Re: XPages... the Bi...

Blog:  kalechi crud
bruce lill
Updated 
No Ratings 0     No Comments 0
photo

Re: XPages... the Bi...

Blog:  Yellow is the...
Tim Tripcony
Updated 
No Ratings 0     No Comments 0
photo

XPages... the Bigges...

Blog:  Erik Brooks
Erik Brooks
Updated 
No Ratings 0     Comments 9

Dogear Bookmarks

Yellow is the New Blog

Blog Authors:  Tim Tripcony  

Previous |  Main  | Next

Tee hee

Tim Tripcony  |     |  Tags:  dxl domino java  |  Comments (0)

import lotus.domino.*;
public class JavaAgent extends AgentBase {
public void NotesMain() {
try {
Session session = getSession();
AgentContext agentContext = session.getAgentContext();
DxlFactory.createAgent("James Bond", DxlAgent.LOTUSSCRIPT).addCodeEvent("Initialize", "Sub Initialize\n'Shaken, not stirred.\nEnd Sub").toDesignElement(agentContext.getCurrentDatabase());
} catch(Exception e) {
e.printStackTrace();
}
}
}

Comments

Previous |  Main  | Next
Skip to main content link. Accesskey S
IBM Lotus Connections Help Tools About

Tags

A tag is a keyword that is used to categorize an entry. To view the entries with a particular tag, click a tag name or enter a tag in the box.
The tag cloud indicates the frequency of tag use. Popular tags appear darkest. The slider control adjusts how many tags are displayed in the tag cloud.