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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 128 от 2009-01-14


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

Кто нибудь пробовал для Quickr for WebSphere Portal V 8.1 использовать Lotus Domino Server 6.5.4, как Ldap SERVER ?
Кто нибудь пробовал для Quickr for WebSphere Portal V 8.1 использовать Lotus Domino Server 6.5.4, как Ldap SERVER ?
Всем доброго дня и с прошедшими праздниками.
У меня задача: Мне надо сделать так, чтобы пользователи сами себя могли регистрировать на сайте.
Как это сделать на Lotus?
А при чем тут репликация? Я же говорил о том, что "В организации /Gambol настроен Directory Assistace, которая лезет в адресную книгу одного из серверов в /Acme ..."
Нужен исключительно жирный шрифт? Unread Mark стандартный, который предлагается по-умолчанию в клиенте вас не устраивает? Вы хотите доработать почтовую базу чтобы новые непрочитанные сообщения в почтовой базе отображались исключительно жирным шрифтом?...
Дорогие коллеги и умные люди!! Помогите, как можно содать базу в Лотусе. Я начала создание базы в домино дизайнере. По лотусу совсем чайник. Подскажите как и начать разработку и создание базы. Читая ваши форумы, я думаю вы откликнитесь, и поможите. Везде искала инфу и книги, нашла только одну хоршую книгу Полякова. Плиз, помогите!! sad.gif
Уважаемы коллеги, кто-нибудь объединял Lotus Domino и Windows Active Directory, что это дает ?? Как это делается ??
А при чем тут репликация? Я же говорил о том, что "В организации /Gambol настроен Directory Assistace, которая лезет в адресную книгу одного из серверов в /Acme ..."
Нужен исключительно жирный шрифт? Unread Mark стандартный, который предлагается по-умолчанию в клиенте вас не устраивает? Вы хотите доработать почтовую базу чтобы новые непрочитанные сообщения в почтовой базе отображались исключительно жирным шрифтом?...
Доброго времени!
...
Может быть, имеет место кеширование запросов в удалённую Domino Directory? Попробуйте перезагрузить сервер-реципиент - не поможет ли?
Интересные темы:
Список форумов:

Tips. Советы

Over the new year break I discovered Adobe Flex and have fallen for it, big time. Although I knew of it's existence before, I'd kind of written it off as being "just Flash". Now I can't believe I went this long without taking the time to find out more. Although it is "just Flash" it's an amazing tool that I can't encourage you enough to take a look at.

Don't worry, developing in Flex is nothing like developing in Flash. If you've tried creating Flash movies you'll now what hard work that is. With Flex it's much easier and there are many parallels with usual HTML-based web development. The learning curve isn't very steep at all. More of a gentle slope.

What is Flex?

It's a way of creating Rich Internet Applications (RIAs), which are based on Flash and so packaged inside a single SWF file. You embed this file on your webpage - like a normal Flash "movie" - and there you have it - a "rich internet application".

Here's an example - a "document explorer" I've been playing with which lets you find certain documents from within the Dext database. Click the image to take a look.

 flexapp

Like the accounts interface I mentioned the other day it's not so much a useful application as it is a way of me getting to learn the ins and outs of Flex. What you see though didn't take long at all.

Is it the Future of the Web?

No. As I see it Flex is only really useful when creating applications. If you want to create a typical website, such as a forum, blog or other heavily text-based site (that you want Google to index) then HTML is still the only answer. If, however, what you're building is more like a typical desktop-based application then maybe Flex could make building it on the web a whole lot simpler. As ever it's horses for courses.

For every project I've worked on recently where I can see Flex might have worked I can think of at least one other where it wouldn't have.

When It Comes In Handy

My interest in Flex came about as I am currently tendering for a couple of projects where the systems are required merely to "report" on data in a database. In one case the client wants nothing more than a web-based interface to view what data is held. The interface then need to allow further sorting/filtering of the data. Custom view-building if you will. Flex is a perfect fit.

Trying to design an HTML-based layout and interface (from scratch) can take way too long and be a nightmare to make it cross-browser. That's before you get as far as choosing the JavaScript framework to use or go about finding the most suitable plugins to add - such as, say, a date picker. When you do find those plugins you then need to extract all the files and carefully add them to your project. As you must know by now web development can be a chore at times.

With Flex developing it becomes a pleasure again. You do it all from with Adobe's Flex Builder app. You can either code by hand or use drag and drop to place elements on the work area in a WYSIWYG manner. Most of what you need comes as standard so you don't need to choose additional plugins or worry about where to put the myriad files that accompany them.

Can Anybody Use It?

More or less, yes. To use a Flex RIA you'll need Flash Player version 9 or later. Looking at the stats for codestore.net it looks like 90-something % of you do. Whether this is an issue or not depends on who your user-base are.

In most cases, for web-based applications that suit Flex, I'd imagine it's a corporate environment and you know they should have it or can insist they get it if not.

What About Accessibility?

I could be wrong but, like Flash, I imagine Flex is inaccessible. If this is an issue then Flex probably isn't for you.

Is it better than Ext?

Flex and Ext are very similar. They do a lot of the same things out of the box. Personally though I've not found Ext that much fun to develop with. You need a first class degree in JavaScript to get the most out of it. Most of us (myself included) only have a second class degree. I find Ext messy and almost cumbersome. Flex feels much cleaner. I know which I'd rather use.

Ext, however, is probably a better fit for Domino. Ext allows you to embed an iFrame with a standard Domino page/form in it. You can create/edit/save documents without needing to do much to the form at all. With Flex it's a different story. You have to create the whole form in Flex code and make sure the names match with the backend form. Any new fields on the Notes form would mean recompiling and uploading a new SWF after having added the new field in Flex.

Further Reading

There are plenty of example Flex applications out there to get you excited. Start with the Flex Showcase. If that doesn't work for you take a look at the Flex Component Explorer or the samples tab of Flex Developer Center -- such as this dashboard app.

Here's a video of somebody building a simple Flex app so you can see what's involved. My next post will show the basics of plugging a Flex app in to a Domino database.

Click here to post a response

Use this LotusScript code to automatically pluralize a singular English-language noun. One benefit of the code is that Lotus Notes/Domino users will receive an alternative to generic messages like, "You have # something(s)."

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

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

Author: Ferry Kranenburg
Tags: In-view Edit
Idea:
Make it possible to use in-viewedit to update a column that displays multi value fields. If you select 'use multiple values as seperate rows'  and you use in-viewedit then you can't determine in Lotusscript or formula at wich position in the multivalue field you are editing.

Author: Roland Reddekop
Tags: fonts
Idea:
Why must we search through 168 irrelevant, ugly fonts to find the 4 that we use all the time! The Notes rich text editor needs to grow up and take a lesson from popular Word processors and either remember what fonts we use regularly or at least enable a user preference for font favorites to be pinned to the top of the list.

Еще записи:
Интересные блоги специалистов:

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

Reprovisioning of a plug-in that was deployed by an installed widget may occur more frequently than the catalog update interval. Also, a plug-ins that was originally installed using a widget that has since been removed may erroneously attempt to reinstall and reprovision.
The install widget option is available even when a mail or catalog document does not have focus. The install widget option should only be available when a mail or catalog document has focus.
When installing a widget, the necessary user interface dialog may lose focus or appear behind another dialog or window.
The Widgets account manager cannot accept an email address or URL as part of an account name
The "Show Widget Toolbar and the My Widgets Sidebar panel" preference fails to roam to a new Notes client.
Lotus software announced the availability of IBM Lotus Notes and Domino version 8.5 in August 2008. This major release contains both defect fixes and new features. Upgrade Central provides key resources for planning and deploying the next release of your Lotus and WebSphere Portal software. For the latest upgrade information about all Lotus and WebSphere portal software, visit the Upgrade Central page at: http://www.ibm.com/software/lotus/support/upgradecentral.
Java agent taking exception leads to Domino 8 server crash.
This technote describes what was done to improve the performance of the Notes 8.0.2 and 8.5 clients.
Using Lotus Notes, you find that the date overlaps the letterhead when printing a memo. This does not occur when viewing the memo within Notes.
This technote provides a list of items to check when troubleshooting a performance issue for a Lotus Domino server on VMware ESX.
In Lotus Domino, you remove your DB2 Access Server. You cannot re-enable it and you receive an error message when trying to test access. Why does this happen?
IBM recommends setting the following system values before installing Lotus Domino on i Japanese edition (Language Feature 2962)
IBM® Lotus® iNotes™ 8.5 full mode offers new features to bring more consistency between the iNotes browser-based experience and the Lotus Notes® 8.5 installed client experience. It also begins to add the same integration to external data services. In this article, the first in a multipart series, we cover the new features in Lotus iNotes 8.5 full mode and examine the Web 2.0 related features in particlar depth.
This article covers what’s new in the IBM® Lotus® Notes® 8.5 release. Lotus Notes 8.5 marks a major milestone in the Lotus Notes history and is a significant release in terms of new features, appearance, programmability, and functionality.
IBM® Lotus® iNotes™ 8.5 full mode offers new features to bring more consistency between the iNotes browser-based experience and the Lotus Notes® 8.5 installed client experience. It also begins to add the same integration to external data services. In this article, the first in a multipart series, we cover the new features in Lotus iNotes 8.5 full mode and examine the Web 2.0 related features in particular depth.
Lotus Support Technical Exchange is a series of Open Mic conference calls and webcasts where technical experts share their knowledge and answer your questions on specific technical topics.
The purpose of this collection is to provide links to a select group of documents and resources that educate readers on the items and issues to take into consideration when using the Lotus Domino 8.5 XPages feature.
Также почитатай:
Найти документацию можно на сайтах:

В избранное