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

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

  Все выпуски  

Customized Notes data directory for specification at install or upgrade


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

Попробуйте посмотреть вот эти 2 документа (на английском):
http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21114401
http://www-01.ibm.com/support/docview.wss?rs=203&uid=swg21096591
iNotes форма используется для изменения стандартного вида iNotes интерфейса, т.е. того, через который Вы можете работать со своей почтовой коробкой через Web.
...
очень часто разработчики, по незнанию, или передавая из уст-в-уста "подходы" к программированию для LDN (Lotus Domino Notes) упорно ходят по граблям
таковыми являются - использование форматов от МС (альтернатива ODF, PDF, RTF)

Использование COM интерфейсов... - самая распространенная (на мой взгляд) "ошибка"
несмотря на кажущуюся простоту (на самом деле это не так), эти интерфейсы плохо документированы (искать, порой по крупицам), "не совпадают" типы LS и VB, способ передачи параметров - отдельные исследования...
И в довершении бед - неконтролируемые утечки памяти...
неуправляемость поведения (черный ящик):
-локировки файлов
-остающиеся процессы
-открываемые окна
...

и если на клиенте - это терпимо, то на сервере - недопустимо

COM, как правило, поставляется с приложением (хотя бывает как отдельный набор) и часто - это платно (и имеет лицензионные ограничение по кол-ву юзеров)

теперь про java - она встроена в платформу LDN, возможно использование нативных DLL (в LDN тоже можно)...
Самое главное (для разработчиков) - для неё написано огромное кол-во кода (в том числе бесплатного), качественные библиотеки Apache
разумеется - есть недостатки:
- невозможность использования UI Notes (по крайней мере до 8.х версий, но и там не всё "гладко")
- обмен с LS через бридж LS2J, и как следствие - ограничение передаваемых типов данных
...

но:
- возможно использование UI swing, кот. работает в отдельном потоке LDN и объекты обладают временем жизни LDN
- возможность создания долгожвущих объектов
- глобальные объекты
...

теперь ссылки (могут пересекаться):
|#^#]>http://faq.javaranch.com/view?AccessingFileFormats|#^#]>

до кучи - распознавание (всякое):
|#^#]>http://www.roncemer.com/software-development/java-ocr|#^#]>
|#^#]>http://abstractnonsense.com/software/ocr.html|#^#]>
|#^#]>http://neuroph.sourceforge.net/image_recognition.html|#^#]>
|#^#]>http://asprise.net/product/ocr/download.php?lang=java|#^#]>
База находиться на сервере
Подскажите пожалуйста как можно через LotusScript или @ пользователю показать диалог выбора каталога/файла на сервере.
нужно для отдельной базы NSF, созданной по стандартному шаблону doclbm7.ntf (MS Office Library) сделать доступ через Web и с красивым интерфейсом, и без использования ява апплетов. Версия Lotus Notes/Domino 8.5.1
...
нужно для отдельной базы NSF, созданной по стандартному шаблону doclbm7.ntf (MS Office Library) сделать доступ через Web и с красивым интерфейсом, и без использования ява апплетов. Версия Lotus Notes/Domino 8.5.1
...
Я предлагаю Вам ознакомиться тогда вот с этим учебным материалом от IBM по поводу создания Web аппликации с использованием технологии XPages:
...
спасибо за информацию, изучаю.
...
Обычно в дизайне баз часто используются по две формы - одна для представления внутри обычного десктоп клиента, другая - под Web. Иногда такие формы имеют совмещенный код.
...
Интересные темы:
Список форумов:

Tips. Советы

Michael Urspringer seems to have gotten tired of being reminded, with every message, that to view documents in Quickr you need to install a connector. He offers a Windows Registry key to silence such messages in the future.

Read | Permalink
Bob Balfe has started looking at the Java/Eclipse tool SWTBot to help him integrate UI testing with unit testing. He provides a link to the SWTBot page in case you're interested.

Read | Permalink
Ulrich Krause had been working on a server logging problem when he got a note from IBM explaining a workaround. The variable is added to the Notes.ini on the server to turn off new logging features.

Read | Permalink

Membership does have benefits. From now until November 20th you can register for Lotusphere 2010 at the LotusUserGroup.org rate of just $1795. Starting November 21 the price will be $2295.

Read | Permalink
By Joe Dolittle

Reader Tanith Rosamunde writes:

My boss has decided to do the IT equivalent of crossing the beams. He wants to make Domino work with IIS. Worse, he wants ME to make Domino work with IIS.
Is this even possible?
Will it cause permanent damage to the fabric of the universe (or my career)?

As it turns out, you can use IIS as a front-end to WebSphere Application Server and Domino. You basically need to install the WebSphere plug-in into IIS. This is neither all that hard, nor unsupported. In fact, Lotus has documented the steps you're going to need to follow.

Here you go:

Tanith, it's always good to know how to do more things, and if you've got experience bridging two worlds, that's always a valuable career point. All life as we know it will not stop instantaneously and every molecule in your body will not explode at the speed of light. So, you're safe for now.

Joe is a ZATZ associate editor. Prior to this job, he was customer support manager for the FileFlex database engine.

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

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

Author: Johan Koopman
Tags: apple web browser userinterface
Idea:
Lotus market Quickr as a great solution that run's under different browser types like IE, Mozilla and Safari.
 
However the user experience running under the different browser is completely different. The user experience is great with IE because it uses ActiveX. The User experience expectations in Mozilla and Safari are the same however there are a lot of differences.
My suggestion would be that Quickr recognises automatically  the browser technology that is used and provides based on the browser being used a very intuitive user experience for the vanilla templates that come out to the box with Quickr.
 
The user is being guided intuitively through all the options that are provided for that specific browser. Currently, in my experience, it's not intuitive.
 
The user experiences are managed in the documentation of Quickr.
 

Author: Rob Goudvis
Tags: developer
Idea:
I would like to see that it is allowed to go to a field that is not editable. This may be useful when you need to jump to a part of a form that does not contain editable fields and still you want to place the cursor there.

Author: Steffen Gräbner
Tags: subscription subscribe subscriptions websphere quickr
Idea:
At the moment in Quickr it is not possible to get an overview of all personal subscriptions inside of Quickr.
Even not with the Feedreader-Komponent. Feed Reader only can adress ONE source.
So, for users it is very difficult to recognize in which place changes were made or content is updated.
 
If the starting page of quickr ("My-Places"-Portlet) would be more customizable, it would be beneficial if also my subscriptions could be configured.
 
This would allow a central overview on your subscriptions, without having to leave Quickr.
 
I know that you can a centralized overview on subscriptions via Notes 8.5 sidebar. But what if your company doesn't use 8.5? Or she uses 8.5 Basic-mode?
Second opportunity would be a third party feed reader. But it is third party, why should i use third party, when quickr has a feed-reader? Third party would mean to teach users to use third party eg.

Author: Steffen Gräbner
Tags: subscription subscribe subscriptions websphere quickr
Idea:
At the moment in Quickr it is not possible to get an overview of all personal subscriptions inside of Quickr.
 
Even not with the Feedreader-Komponent. Feed Reader only can adress ONE source.
 
So, for users it is very difficult to recognize in which place changes were made or content is updated.
 
If the starting page of quickr ("My-Places"-Portlet) would be more customizable, it would be beneficial if also my subscriptions could be configured.
 
This would allow a central overview on your subscriptions, without having to leave Quickr.
 
I know that you can a centralized overview on subscriptions via Notes 8.5 sidebar. But what if your company doesn't use 8.5? Or she uses 8.5 Basic-mode?
Second opportunity would be a third party feed reader. But it is third party, why should i use third party, when quickr has a feed-reader? Third party would mean to teach users to use third party eg.

Author: Thomas Leriche
Tags: speed fast slow notes client
Idea:
RAM and network are big dependencies, but application speed is the single most important feature of any software application. If IBM could make Lotus Notes the fastest email client on the planet they would surely grab back a huge chunk of market share.  This is as basic as it gets.... we want speed... speed... and more speed.  Enough with the bells and whistles... let's get back to basics!

Author: ShashiKanth Reddy
Tags: LotusNotesSAP
Idea:
As we all know SAP has proved a lot, so we need to have lotus notes integration with SAP.
 
Already there are so many requirements for SAP integration in lotus notes. I could not find any code to integrate. IBM has to publish the code that integrates lotus notes with SAP.
 
Wat do u say?

Author: Marius Jaeger
Tags: view view documents selection selection formula
Idea:
Sometimes it would be nice, we could show documents from 2 ore more databases in one view.

An example is the display of appointments from a CRM database and the appointments from the
calender inside the users mail database in one (calender)view.

So IBM should enhance the SELECT Formula of a view.

Author: Tony Austin
Tags: Domino Designer 8.5 Working Set rearrangment
Idea:
I really badly feel the need to be able to drag'n'drop items upwards/downwards in the Domino Designer 8.5 working set, in order to keep related items close together.
 
In the illustration, I get frustrated when I can't move the currently-highlighted app "iText PDF text stamping prototype #3" downwards a couple of rows (indicated by the green arriow) so as to better associate this app with two others (where I've also been testing iText for PDF generation and stamping).
 
You always could shift things around in the old Domino Designer, and not being able to do it in DDE 8.5 is quite an annoyance.

Author: Tony Austin
Tags: Domino Designer 8.5 Working Set rearrangment
Idea:
I really badly feel the need to be able to drag'n'drop items upwards/downwards in the Domino Designer 8.5 working set, in order to keep related items close together.
 
In the illustration, I get frustrated when I can't move the currently-highlighted app "iText PDF text stamping prototype #3" downwards a couple of rows (indicated by the green arriow) so as to better associate this app with two others (where I've also been testing iText for PDF generation and stamping).
 
You always could shift things around in the old Domino Designer, and not being able to do it in DDE 8.5 is quite an annoyance.
 
UPDATE:
I've added a short explanatory video to my blog post about this, see http://notestoneunturned.blogspot.com/2009/11/rearrange-items-in-domino-designer-85.html

Detlev Poettgen and Onur Guengoeren have released a nice end user tool on OpenNTF under the Apache license - called Snippets. Lotus Notes users can drag and drop snippets of texts and attachments from a sidebar panel into Notes documents. Users can ...
Еще записи:
Интересные блоги специалистов:

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

Notes 8.5.1 can be installed or upgraded on Windows and Citrix platforms in conjunction with a customized data directory specification. This new functionality is documented ...
Unexpected vertical line displays when using "Move to Folder" in Notes mail
The following are the electronic software delivery dates of national language versions for recent releases of Lotus Notes and Domino.
Windows 7, Snow Leopard (on Mac OS X 10.6.2), and Red Hat Enterprise Linux 5.4 Desktop certification testing is currently underway targeting support for Notes 8.5.1 Fix Pack 1 in January 2010. As part of this release, Notes 32-bit will be supported on Windows 7 64-bit. This technote will be updated as more information becomes available.
Также почитатай:
Найти документацию можно на сайтах:

В избранное