<< 11 June 2006 | Home | 13 June 2006 >>

Subscribe to comments directly from FeedDemon - nice!

Isn't that cool! A way to directly subscribe to the comments to a specific post directly from the RSS reader (FeedDemon in my case). Sweet! I took a look at the RSS feed source and it is due to the use of the Comment API (http://wellformedweb.org/CommentAPI/) and the <wfw:commentRSS /> tag. This is a new feature added in FeedDemon 2.0.24 just out...

Java in Notes/Domino Explained: Test agents in Eclipse by extending AgentBase (part 1)

As previously described there are a couple of ways to create Java agents in Notes/Domino. One of the ways is by using "Imported Java" which bascially means that the agent class should extend lotus.domino.AgentBase. Extending AgentBase is nice since it means that Notes/Domino will intialize the runtime environment for you (initializing a thread, create a session etc.). Testing such agents in Eclipse can be a pain though unless you do your homework since the required setup by Notes/Domino hasn't been done.

Read more...