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

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

  Все выпуски  

Creating External Facing Web Sites Using IBM WebSphere Portal


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

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

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

comp.soft.prog.lotuscodesrore

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

This tool takes the nsfdump sample application from the C API, and turns it into an add-in menu, available off the Actions menu. This allows you to dump any note from any database to a text file. This tool is built using the 8.5 version of the C API, however, it should be backwards compatible with previous versions of Notes. noteDump.zip contains the source for building this.
Еще примеры:
Больше кодов на сайтах:

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

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

Tips. Советы

Mary Beth Raven has posted instructions on how you can enable your users to install Eclipse-based plug-ins in Notes 8 and above.

Read | Permalink
Patrick Kwinten has finally gotten his servers upgraded to Domino 8.5.1 and is looking forward to using XPages. But. The Blue.css is giving him problems and he'd like some help.

Read | Permalink

John Head has a warning for all you over-eager types - Symphony3Beta has not been posted yet by IBM. If you find it someplace, it isn't real, and you shouldn't download it.

Read | Permalink

Something weird is happening with my Java Agents. Notes keeps randomly dropping it's "handle" on them.

If I create a WebQuerySave agent in Java it all works well until out of the blue I'll get an error like this:

HTTP Web Server: Lotus Notes Exception - Entry not found in index [/path.nsf/0/DOCID?SaveDocument]

If I remove the name of the Java agent from the Form it works fine. It seems to me like Domino is just forgetting the agent exists. Although, obviously, it does still exist. I can see/edit it in Designer.

The only solution I've found is to create a new Agent and paste the code from the forgotten agent to the new one and change the WQS event in the Form to the name of the new Agent. Simple renaming the old Agent doesn't work.

Needless to say this is very annoying. I'm starting to wonder why I didn't just stick with doing everything in LotusScript.

Anybody seen this behaviour before? I'm using Domino Designer 8.5.1 and the server is Domino 6.5.

To rub salt in the wound it's now happening with a Scheduled Java Agent which is telling me "Entry not found in index" in its log. Again, I had to create the agent from scratch.

Click here to post a response

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

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

Author: Marius Jaeger
Tags: mail mail.box
Idea:
Sometimes there are hundreds of mails in a mail.box on a domino server and the server can't delivery all the mails in  a acceptable time.
For troubleshooting this situation i would like to have the option to start a task on a second domino server in the same domain.

This task should move the mails from the overloaded domino server's mail.box into his own mail.box and delivery them.

An example for this servertask could be:
load movemail from <servername>

The task could be stopped manually with
tell movemail quit

and automatically it the mail.box of <servername> is empty, if you use the parameter /a when load the task
load movemail from <servername> /a

 

We've added a new link in the upper right corner of the home page to the 'Explore OpenNTF' ...
Author: Vlad Sh
Tags: Applications Navigator Working Set remove
Idea:
When there is no access to the server:
1. Designer continually appeal to the server and slows. Can I do that this process was the background and not interfere with work?
2. and click on the title database and select "Remove" or press Del, at first for some reason is an attempt to the server and connect to the database, which leads to hang indefinitely and has no meaning, because in fact, I just delete the shortcut of the database.
3. and if the database was moved to another server, selecting from the context menu Replication>> Find Replica Notes client finds this database on another server, removes old workspace shortcut and instead allocates a new (to the new server). Designer In this context menu does not work. I wanted this to work similarly to the client Notes.
 
If the database once was on the Local, but it is removed, then:
1. when trying to access the database in the designer shortcut (eg glance properties), nothing happens - the window (and other windows) properties does not fly, the message that the database is missing, does not appear.
2. when you try to view the database structure ("Expand Application") flies out the message "Error: Server Unavailable", which is not true, because DB is on the Local;
After that fly a message to the proposal to delete "... application from this list"; need option to disable the appearance of this request (if I want to remove this application, I can just press Del, this is quite enough), the option "Show error notification in the Applications Navigator " on the appearance of this message is not affected.
 
Edit Working Set dialog:
If you remove the application from the list is made from the panel Applications Navigator, then propose to delete it from the current working set. Ability delete completely from the general list can be added to the window Edit Working Set. Remove, if you select record (column Title) and click Del.
P.S. Size of the window Edit Working Set allowed to change, I propose to save these changes; now whenever you try to open a window in the original size.
 
 

Author: John Chambers
Tags: URL tinyurl shortening
Idea:
With the increasing popularity of microblogging ("Twitter"), messaging and other opportunities to share links, many IBMers are using URL shortening utilities provided by third-party vendors such as tinyurl.com and bit.ly.  These are not owned by IBM and if the terms of using their service are unfavorable, or if the URL expires, links from IBM (even in product documentation!) will fail.
IBM.com (or any ibm.<domain>) could provide an internal service to IBMers to register an external URL and receive an externally accessible shortened URL.  The terms of using this service and the expiry of such URLs would be controlled by IBM and not subject to the whim of third parties.
Example, instead of having to publish this URL:
http://www.ibm.com/eserver/support/fixes/fixcentral/swg/quickorder?apar=PM05857&productid=Lotus%20Web%20Content%20Management&brandid=2
...using this service, I could just publish this one instead:
http://ibm.ly/PM05857
...and ibm.ly's server could redirect the request to the correct URI.

Author: Peter Presnell
Tags: xpages include page
Idea:
With an Xpage I can include another Page (Xpage or Custom Control)using a formula.  But this formula is only evaluated on Page load.  I would like to see the ability to have this formula evaluated dynamically to that I can dynamically change the contents of the parent Xpage after it has been loaded.  Just need the ability to change that "$" character to a "#"!!!!

Author: Patrick Kwinten
Tags: images replacement properties
Idea:
When you want to replace an inline image (imported image) you basically have to delete the current image and replace it by importing a brnad new image.
 
This causes you to loose all the properties set.
 
In case you could from the image properties - first tab - select a new 'source'  and maintaining all the properties set you save time here.

Author: Patrick Kwinten
Tags: images replacement properties
Idea:
When you want to replace an inline image (imported image) you basically have to delete the current image and replace it by importing a brnad new image.
 
This causes you to loose all the properties set.
 
In case you could from the image properties - first tab - select a new 'source'  and maintaining all the properties set you save time here.

Frank van der Linden used the XPages Tree Control for a new web site. The control was a good starting point but didn't support everything necessary which is why Frank had to extend it. In the spirit of our open source community he contributed his ...
Еще записи:
Интересные блоги специалистов:

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

Technote, published: Mon, 11 Jan 2010

This IBM® Technote links to a wiki that addresses considerations for creating external facing Web sites by using IBM WebSphere® Portal Version 6.1.5.

Server Crashed 3 times in one month at 1 AM while running a qptool command
Index of Collecting Data documents (MustGather) for Lotus Domino. Note: This technote will be updated to include information on Lotus Notes clients in January 2010.
Данная статья описывает действия, которые требуется выполнить разработчикам IBM Lotus Domino для перевода их собственных стандартных приложений Lotus Domino® в отображения Java.
После конвертации вашего приложения с целью использования отображений Java вы можете выполнить описанные в данной статье шаги, чтобы использовать преимущества новых функций отображений, таких как древовидные списки, компактные отображения, бизнес-карты, многозадачные кнопки и пользовательские контекстные меню.
Также почитатай:
Найти документацию можно на сайтах:

В избранное