369 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Forum | Blogs | Search | myPL | About 
 
Latest 7 Posts
Customizing IBM Connections -- Modifying the Report-To Chain iWidget to include profile data retrieved via Ajax
Tue, Jun 14th 2011 212
How to tell when an Expeditor/Eclipse plugin is starting in Lotus Notes 8
Thu, Sep 30th 2010 108
Storing arbitrary credentials in WebSphere Application Server
Fri, Jun 25th 2010 169
Understanding which account is used to handle a URL in Lotus Notes 8 or Lotus Expeditor
Tue, May 25th 2010 145
How to trigger plugin code to run after login in Notes 8 Standard
Thu, Apr 29th 2010 127
Lotus Notes 8: troubleshooting provisioning
Fri, Feb 12th 2010 193
Best practices for provisioning widgets in Lotus Notes 8
Tue, Feb 2nd 2010 235
Top 10
Best practices for provisioning widgets in Lotus Notes 8
Tue, Feb 2nd 2010 235
Customizing IBM Connections -- Modifying the Report-To Chain iWidget to include profile data retrieved via Ajax
Tue, Jun 14th 2011 212
Lotus Notes 8: troubleshooting provisioning
Fri, Feb 12th 2010 193
Storing arbitrary credentials in WebSphere Application Server
Fri, Jun 25th 2010 169
How to enable trace logging while installing/removing plugins via widgets in Lotus Notes 8 Standard
Sun, Jan 31st 2010 155
Understanding which account is used to handle a URL in Lotus Notes 8 or Lotus Expeditor
Tue, May 25th 2010 145
How to trigger plugin code to run after login in Notes 8 Standard
Thu, Apr 29th 2010 127
Eclipse platform:/... URIs
Mon, Feb 1st 2010 122
Welcome!
Sat, Jan 16th 2010 114
How to tell when an Expeditor/Eclipse plugin is starting in Lotus Notes 8
Thu, Sep 30th 2010 108


Hunter Medney
Blog Title Hunter's ISSL Blog
Blog Description Mostly info nuggets from my customer work in IBM Software Services for Lotus (ISSL)
Blog URL https://www.ibm.com/developerworks/mydeveloperworks/blogs/hmedney
RSS Feed http://feeds.feedburner.com/hunters-issl-blog
PlanetLotus Feed http://planetlotus.org/profiles/rss/hunter-medney
Validate Feed feedvalidator.org or validator.w3.org
Feed Last Checked May 18, 2012 12:13:21 AM EST. Realtime Update:
Landed Here Oct 22, 2010
Location New York, NY
Posts: # / 1st / Latest - -
Total Hits 1,665. myPL RSS Selections: 17


Recent Blog Posts
212


Customizing IBM Connections -- Modifying the Report-To Chain iWidget to include profile data retrieved via Ajax
Tue, Jun 14th 2011 10:10a   Hunter Medney
I was recently asked by a customer to append a link at the bottom of the Report-To-Chain widget that shows on a Profile page in IBM Connections 3.0. The link was to open the corresponding employee’s record in the customer’s internal corporate directory. The first step was to understand where the Report-to Chain content comes from. Like the Network and My Links boxes, the Reports-to Chain box is an iWidget. iWidgets are mini web applications designed to be embedded on a web page. More than j [read] Keywords: connections ibm ldd lotus ajax application applications development dojo interface javascript network profile server websphere widget widgets xml
108


How to tell when an Expeditor/Eclipse plugin is starting in Lotus Notes 8
Thu, Sep 30th 2010 12:18p   Hunter Medney
I had a customer who was concerned when certain plugins were starting in Notes 8, mainly to ensure non-critical plugins were not starting too soon and thus impacting startup time. The trace log in Lotus Notes 8 (Help – Support – View Trace) shows output from the Eclipse/Expeditor plugins in the platform.  The trace log is the output of a JSR47 (java.util.logging) logger, and Expeditor/Notes tries to funnel all logging through the JSR47 logger. JSR47 logging is controlled through the fil [read] Keywords: expeditor ibm lotus notes eclipse java properties workspace
169


Storing arbitrary credentials in WebSphere Application Server
Fri, Jun 25th 2010 12:00p   Hunter Medney
So you’re writing an application for WebSphere Application Server, and you need to call a remote system under fixed credentials.  How can you securely store and access these credentials? WebSphere Portal has the Credential Vault for this purpose, but what about WebSphere Application Server?  I knew about the J2C Authentication Data entries which have credentials for JDBC data sources, and figured I could use the same mechanism for arbitrary credentials. After a bit of searching, I fo [read] Keywords: ibm application server websphere websphere portal
145


Understanding which account is used to handle a URL in Lotus Notes 8 or Lotus Expeditor
Tue, May 25th 2010 12:34a   Hunter Medney
Background One feature of Lotus Expeditor is the Accounts framework.  The Accounts framework allows users to setup accounts to remote systems which can be used to login to those systems.  Accounts have properties like name, server, credentials, login type and others including custom properties. Since Lotus Notes 8 Standard is built on Lotus Expeditor, Lotus Notes 8 has the Accounts framework as well.  In fact, the Accounts framework is tightly integrated into Notes 8 such that acc [read] Keywords: connections expeditor lotus notes noteslotus sametime symphony java password properties server
127


How to trigger plugin code to run after login in Notes 8 Standard
Thu, Apr 29th 2010 9:37a   Hunter Medney
Suppose you have a plugin in Notes 8 Standard that needs to perform some task on startup but only after the user has successfully logged-in to the Notes client, i.e. unlocked their ID file. Notes 8 Standard is built on Lotus Expeditor, and Lotus Expeditor has an encrypted store for storing credentials.  The store must be “unlocked” before the credentials can be accessed.  In the standalone Lotus Expeditor product, the credential store is unlocked through name and password, through [read] Keywords: expeditor ibm lotus notes notes client application password security
193


Lotus Notes 8: troubleshooting provisioning
Fri, Feb 12th 2010 12:38p   Hunter Medney
Below are areas to look at when troubleshooting install/update/removal of Eclipse features and plugins via widgets. Check the rich client log, available via Help - Support - View Trace.  Enable trace logging for the widgets and provisioning subsystems to find out what is happening. Look at the features and plugins that have been installed in the user’s install site: /workspace/applications Check the platform.xml file to see which features are enabled.  Only installed and enabled f [read] Keywords: ibm lotus notes applications eclipse widgets workspace xml




235


Best practices for provisioning widgets in Lotus Notes 8
Tue, Feb 2nd 2010 8:17p   Hunter Medney
About widgets Lotus Notes 8 Standard offers an elegant deployment mechanism for pushing and pulling of Eclipse features & plugins which leverages the Domino infrastructure and its strengths (high availability, security, offline, policies, synchronization, …).  The mechanism is called “Drag-to-Install” and works primarily through a special Domino database called the "widget catalog” and a sidebar application called “My Widgets”. A widget catalog contains widgets, and widget [read] Keywords: admin domino expeditor ibm lotus notes policies application applications database desktop eclipse interface java security server widget widgets xml
85


Providing a custom image to provisioning widgets in Lotus Notes 8
Mon, Feb 1st 2010 11:12p   Hunter Medney
Widgets provide a nice mechanism for deploying Eclipse features and plugins to Lotus Notes 8 Standard clients.  These widgets can be created using a wizard provided in Notes 8.5.1 (below) or manually. Widgets are XML documents that describe dynamic contributions/extensions to the Notes 8 client.  Part of the widget XML is an imageUrl attribute for an optional image for the widget.  As the number of installed widgets grows, images can be useful to distinguish among them. While it may make se [read] Keywords: ibm lotus notes eclipse widget widgets xml
122


Eclipse platform:/... URIs
Mon, Feb 1st 2010 10:33p   Hunter Medney
Finally found some sort of reference on those "platfrom:/" URIs used in Eclipse.  Good stuff... http://lmap.blogspot.com/2008/03/platform-scheme-uri.html [read] Keywords: eclipse
155


How to enable trace logging while installing/removing plugins via widgets in Lotus Notes 8 Standard
Sun, Jan 31st 2010 8:31p   Hunter Medney
When deploying plugins using widgets in Lotus Notes 8 Standard, you may have need to see what’s happening under-the-covers. Lotus Expeditor (Eclipse-based middleware on which Lotus Notes 8 Standard is based) funnels all logging through JSR 47 logging (java.util.logging).  JSR 47 logging uses a configuration file to configure output and to set levels for each of the loggers. When running Lotus Notes 8 normally (outside an IDE), the log configuration file is in: /workspace/.config/rcpinstal [read] Keywords: expeditor ibm lotus notes eclipse java properties widget widgets workspace
114


Welcome!
Sat, Jan 16th 2010 5:41p   Hunter Medney
Welcome kind reader.  This blog is part of a personal mission to start being more active outside IBM's walls.   I'm with IBM Software Services for Lotus (ISSL) specializing in application development around Lotus products.  My specialty areas are: Eclipse/Expeditor/Notes 8 plugin developmentComposite applicationsLiveTextWidgetsLiveText, Widget, Plugin deploymentXPages  I started my IBM career as a hard core Notes developer, then moved into J2EE and Portal and now specialize in Eclipse deve [read] Keywords: expeditor ibm lotus notes xpages application applications development eclipse widget widgets




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - FAQ - Mobile Edition