Отправляет email-рассылки с помощью сервиса Sendsay

Бюллетень "Lotus Notes CodeStore"

  Все выпуски  

Configuring IBM Tivoli Access Manager SSO for IBM Lotus Connections 2.5


Рассылку ведет: Программист на Lotus NotesLotus CoderВыпуск No 295 от 2010-02-10
рассылка о программировании на Lotus Notes/Domino
Обсуждения на форумах, блогах. Примеры программного кода на LotusScript,@formula, Java

рассылка:выпускархивлентаблогсайт

Бюллетень "Lotus Notes CodeStore" Выпуск 13 от 21.04.2008

comp.soft.prog.lotuscodesrore

CodeStore. Примеры кодов

Еще примеры:
Больше кодов на сайтах:

Форумы.Свежи темы и обсуждения

Интересные темы:
Список форумов:

Tips. Советы

Beta 2 of Symphony 3.0 has been released by IBM. Symphony 3 is based on OpenOffice 3 code and can be downloaded for free.

Read | Permalink

Keith Strickland has posted Part 2 in his series on using XPages in Notes. He's posted code and screen shots to make the information clearer.

Read | Permalink
John Head says he promised to make this database available to you during his Lotusphere sessions. It's now available for download here.

Read | Permalink


INTEGRA FOR NOTES - THE AWARD WINNING LOTUS NOTES TO MICROSOFT OFFICE & LOTUS SYMPHONY INTEGRATION SOLUTION
Integra generates Notes data to Microsoft Word, Excel, and Lotus Symphony, allowing end users to analyse and present data using Graphs, Pivot Tables, Filters, etc. Supports Mail Merge and Labels. No installation required, on the end user's workstation.

Through the optional use of Integra's event driven model, it provides a depth of access to data & computational capability, which is unique in the industry.

Visit us at Lotusphere on booth 605.

If you use Traveler, IBM has released fix packs for versions 8.5.1, 8.5.0, and 8.0.1.

Read | Permalink


MARK YOUR CALENDAR FOR IN-DEPTH LOTUS TRAINING, MAY 12-14, 2010, BOSTON
Register by December 31, 2009 to save $350.

Mary Beth Raven has posted the slides from her Show & Tell session on "Extending your reach by extending the sidebar".

Read | Permalink
Few companies run homogeneous systems. Carl Tyler has posted a couple of short videos demoing OCS awareness using an iWidget and provides links to some articles with more information.

Read | Permalink

Enough waffle Jake, just give us the code. Ok, I've been teasing you long enough. Here's the download of both the Flex source code and the Notes database for the Contact Manager app we've been looking at.

Download the Zip file and extract the NSF to your server and the Zip within the Zip to your PC somewhere. Then, from within Flex Builder, go to File -> Import and browse to this Zip. This will import all the code as a ready-to-compile project.

Before you run it - once it's imported - open the Constants.as file from the root "/src" folder and then change the default path to wherever you put the NSF. Save the file and hit the compile/run/play button (green triangle). It should compile and run. You can then start adding documents to the backend database in Notes. Et voila.

As a recap, here are the ten posts I've made over the last month or so, which describe various aspects of the code:

  1. Building Your Views Remotely
  2. Extending Basic View Behaviour
  3. Using Components To Simplify Your Code
  4. Opening Documents From a View
  5. Managing Document Attachments
  6. Multiple File Uploads (note: read the comments to this post if you plan on using it!)
  7. Alert Is To Flex as MessageBox Is To LotusScript
  8. Display Column Values As Icons
  9. Creating an Icon Library
  10. The Form Container

What it's not is a step-by-step guide that let's a beginner get to grips with Flex development. If you're looking for a more in-depth guide to learning Flex basics then you could try this comprehensive series of screencasts.

What it is is an ill-thought-out series of ramblings with very little coercion. By making it a numbered series I may well have given the wrong impression. Sorry. While each of the ten posts has its own merits there's little point reading them in order, really. Although, if you're going to pick apart the Flex app itself it might be worth doing so.

Even if you have no use of a Contact Manager (heck, if you needed a contact manager then this probably isn't of much use anyway) the Flex app represents a conglomeration of as many of my current "best practices" as I could squeeze in. The code contains a lot of the goodness that I've learnt over the past year or more of my love affair with Flex. Primarily it demonstrates the ever-important concept of using re-usable components wherever possible.

Enjoy. If you have any questions, let me know...

Click here to post a response

Еще советы:
Смотри советы на сайтах:

Блоги. Что обсуждают и пишут

Author: Peter Presnell
Tags: @function
Idea:
It always seems so silly to display an edit button (or any action needing edit access) to a user who has author level access to a database but is not an author of the current document.  I would like to see an @function (e.g. @IsEditor) which would determine if the current user is able to edit the current document by resolving the author fields on the document (and the ACL level set).  This would be applicable to Classic Notes as well as XPages.  Bonus points for providing an equivalent NotesDocument method (for LS and SSJS) as well.

Author: Hynek Kobelka
Tags: mail
Idea:
From time to time you always find a user who sends a mail to a large group of adressess and puts them in the To/CopyTo field instead of the BlindCopyTo field. This then causes an endless "ReplyToAll" avalanche and can lead to (deserved) embaressment of the sender and his company.
 
Why not counter this with a simple function where the user would get a warning message when trying to send a mail which has x (10,50,100) adressees in the To or CopyTo field ?
 
PS: Such an simple function can also be nicely used in marketing the Notes client as many CEOs can actually see  this risk

Author: Stefan Meyer
Tags: import picture file drag and drop
Idea:
I can attach files to a RT field by simply dropping them from the (computer's) desktop. In case of a picture file, I import it afterwards. (Knowing that's double. But doing so I have the file and a preview...)
 
So what about pressing a key, like <i> (= [i]mport) and the picture file is not attached but imported? - Until a <right click and 'save picture as...> is there.
 
 

Author: Craig Wiseman
Tags: cluster notes failover
Idea:
If you don't have transaction logging enabled (and even sometimes if you do), there are pretty common situations where if a server crashes and comes back up, your mail may need to be consistency checked (or other things may be going on that keep it from responding.).
 
If your mail is not available due to consistency checking or slowness (Network operation did not complete in a reasonable amount of time....), you should be offered to fail over to a cluster-mate.
 
Maybe it's fixed somewhere, but I've seen this NOT work correctly using an 8.5.1 client....

OpenNTF Alliance Steering Committee Meeting Minutes: February 1, 2010 Conference Call ...
OpenNTF Alliance Steering Committee Meeting Minutes: February 9, 2010 Lotusphere 2010 Conference Call ...
Da Li Liu has contributed a new sample to OpenNTF showing how to integrate Lotus Notes and Lotus Symphony. Here is the catalog entry, here the direct download link and here the documentation. The new project contains a tutorial from Lotusphere ...
Еще записи:
Интересные блоги специалистов:

Статьи и Документация

This white paper explains how to configure IBM Tivoli Access Manager as a single sign-on (SSO) solution for IBM Lotus Connections 2.5. Though this is an optional configuration, it is recommended in order to provide a more secure environment, especially if users are accessing Lotus Connections from a wide area network (WAN).
Content of private eMail not seen on an iPhone
Web Doc, published: Mon, 8 Feb 2010

IBM® Lotus® and IBM Redbooks® publications have partnered together to create this wiki content that explains how to install, configure, and deploy the WebSphere Business Process Accelerator, a Portal accelerator that allows users to integrate Lotus Forms, WebSphere Portal, and WebSphere Process Server.

Why can't I set the Maximum Client Level to 8.5FP1 successfully in the Server Configuration document?
The following demonstration shows you how to create and use stationery when sending messages in Lotus iNotes 8.5.1. ...
Developing IBM Lotus® Forms for Webform Server is different from developing forms for IBM Lotus Forms Viewer and can consume more development effort. By understanding the nature of Webform Server and applying the practices listed in this article, you can resolve the potential issues during the development phase.
When trying to restart the Domino HTTP task ("restart task http"), the following error is being seen in the Domino console: "HTTP Server: Unable to open notes message queue"
Domino 8.5.1 displays miscellaneous data containing Exception:parseMS errors when accessed with an older version of jconsole.exe on java console debug output window. Incident is not reproducible using the 8.5.1 server java console (jconsole.exe)
In certain cirumstances, LotusScript may crash in the HTTP task on AIX 64-bit and Windows 64-bit versions of Lotus Domino.
If Notes 8.5.1.x roaming users change the sort order for a column in either the Inbox or in a folder, upon restarting Notes these views revert to their default sort order (oldest messages on top). This issue is known to occur if the workspace roaming feature is enabled in Notes 8.5.1.x. To confirm whether workspace roaming is enabled, see technote #1405295.
Также почитатай:
Найти документацию можно на сайтах:

В избранное