Notes Domino FAQ

Neue Features in IBM Lotus Notes and Domino 7.0.2 (1072 Fixes)
Kategorie: Domino Designer; Domino Server; Notes/Domino 7.x

Overview:
http://www-142.ibm.com/software/sw-lotus/products/product4.nsf/wdocs/nd702

http://www-306.ibm.com/software/swnews/swnews.nsf/n/nhan6qxh97?OpenDocument&Site=lotus


Overview 7.02:

Source: IBM.com


Notes Client

Innovation Pack (Windows only)
The new Innovation Pack included with the Notes Client contains several new features:


Notes access for SAP solutions
Integration of Domino applications with SAP data and business processes have been increased, allowing Domino customers to achieve higher productivity, lower costs, and better decision-making. Improvements include the following areas: Note that, for this release of Notes, there is no browser access for the new application templates, and they will be translated to English and German only; see "Using Notes Access for SAP solutions" in these release notes for additional information.


Mail, Calendar, and Scheduling improvements
Performance improvements made to the Mail, Calendar, and Scheduling functions include:



Improved IM performance
Performance improvements made to Notes Instant Messaging include:
Enhanced language support (Windows only)
Better integrated support for German Reform and Hungarian spell checking.



Domino Web Access

Support for Macintosh client
DWA now supports the Macintosh via a Firefox browser (versions 1.0.x & 1.5.x). Please note that the DWA client running on Macintosh does not include either off-line capabilities (DOLS, local archive, off-line access), or integrated Sametime capabilities. Sametime presence and chat are provided by the Sametime Java connect client, outside of the context of the DWA client.

Also please note that DWA does not support the Macintosh Safari browser.


"Display icons . . ." preference
Users can set a preference to display icons in their mail views, indicating whether they were the only recipient, or whether their name is listed in the "To" field or the "cc" field. See "Display icons when your name is in the "To" or "cc" field" in these release notes.



Platforms

Windows 2003 Server x64 Edition supported
Microsoft Windows 2003 Server x64 Edition (Intel Pentium and compatible processors) is a supported platform for the Domino server.


SuSE Linux Enterprise Server 10 supported
SuSE Linux Enterprise Server (SLES) 10, 32-bit and 64-bit, are supported platforms for the Domino server.



Domino Designer

Support for additional DXL design elements
New elements for Shared Columns, Shared File Resources, and Shared Stylesheet Resources have been added.


Additional MIME APIs
Additional MIME APIs have been exposed in the C API SDK, to allow third-party developers to more easily develop applications which directly access and manipulate MIME data.


HTML API enhancement
The HTML API presently used for converting CD to MIME (in e-mail) is now available in the Notes SDK. The HTML API provides access to the Domino web server's "command processor", to convert Notes forms, views, and documents into HTML.


User-defined HTML tag attributes
User-defined attributes can now be added to the <HTML> tag generated by the web engine. When the field $$HTMLTagAttributes is present on a form, its contents are placed in the attribute list of the <HTML> tag. For more information, see "Additional HTML-related field attributes" in these release notes

Custom <!DOCTYPE> declaration
Users can now specify a custom <!DOCTYPE> declaration on a per form basis. When the field $$HTMLFrontMatter is present on a form, its contents will be placed in the generated HTML, ahead of the <html> tag, and the web server will not generate anything there automatically. For more information, see "Additional HTML-related field attributes" in these release notes


AddInternetCertificateToUser() enhancement
In previous releases of Domino, when the AddInternetCertificateToUser() process was called from the back-end, using the CA process without a keyring, the CA process returned an error. This error has been addressed, and the AddInternetCertificateToUser() process can now be called using the CA process without a keyring.


Lotus Enterprise Script Builder (ESB) migration to Domino
Domino 7.0.2 provides a way for Lotus ESB users to migrate their applications to Domino. ESB provided an Integrated Development Environment (IDE) for developing LotusScript-based application programs that access databases, application systems, and legacy host systems; it also provided an execution environment to run the developed applications.



Domino Server

Allow for basic authentication of some URLs
Domino 7.0.2 allows certain URLs, for example those that generate RSS feeds, to use Basic Authentication, even if Domino Session Authentication is in effect.


Support for xACLs to secure Internet passwords
For passwords stored in the Domino Directory, administrators can set up xACLs to limit access to Internet passwords to the users themselves for accessing and changing their own passwords, and to adminstrators for allowing administrative changes to passwords. For more information, see "Using xACLs to secure Internet passwords" in the Documentation updates section of these release notes.


Support for reading TNEF objects (winmail.dat attachments)
Microsoft Outlook and Microsoft Exchange can be configured to send e-mail to other Outlook and Exchange users by encapsulating Microsoft-specific data in a Transport Neutral Encapsulated Format (TNEF) object. When so configured, Outlook sends a multipart/mixed MIME message, where Microsoft Rich Text Format (RTF) text is rendered as plain text in the first part of the multipart/mixed message. The original RTF data, however, is encapsulated in the TNEF object, along with any other objects from the original message: attachments, OLE objects, etc.

In previous releases, when Notes users received these messages, they could read the plain text rendition of the original RTF, but could not access any attachments which were sent in the original message.

Beginning with Domino 7.0.2, the MIME itemizer now recognizes TNEF objects, pulls out any attachments which are encapsulated in a TNEF object, and adds those attachments to the message before writing it to the Domino router's mail box.

For additional information, please see "Configuring the TNEF converter" in these release notes.


Recipient Journaling
In earlier Domino releases, for journaled messages, the SendTo, CC and BCC items were captured in the message, but not the actual recipients of the message. Since, for example, the SendTo/CC/BCC items may contain group names, and these groups may change over time, it is important for compliance purposes to be able to capture the expansion results at the time the message is being routed, so that information describing the actual recipients of the message is captured. Note that mail forwarding results in similar needs.

Starting with Domino 7.0.2, a new item has been added to the message being journaled that indicates the individual recipients of the message, including members of any groups that are expandable on the server doing the journaling. For groups that are to be expanded on other servers (for example, groups in other domains), the list includes those groups that are not expanded. The list also includes the result of any changed or added recipient addresses, such as those that result from mail forwarding, or by copying mail to another recipient via mail rules.

For additional information about this feature, see "Message journal now contains actual intended recipient names" in these release notes.


Smart Upgrade Run-As (SURunAs) utility
Smart Upgrade Run-As (SURunAs) is a utility that allows an administrator to wrap an install kit in a program that will allow that install kit to be installed on a user's machine, even if the user doesn't have local administrator privileges. This utility is designed to be run with Smart Upgrade, and works by creating an executable that wraps up the administrator's credentials and the Smart Upgrade kit into one executable, which "runs as" the administrator when it is launched by Smart Upgrade on an end user's machine.

This avoids the issue of needing to give users installation and registry modification privileges to upgrade. For additional information, see "Using the Smart Upgrade Run As feature" in these release notes.



Domino for i5/OS

Performance improvement with application profiling
By using a performance technique called application profiling, CPU utilization by Domino has been reduced. Profiling is done by generating a realistic workload, collecting profiling data for the program while the workload is running, and then re-translating the program using the collected data.

The data tells the translator which branches are most commonly taken in the code, and which procedures most often call other procedures. This allows the translator to re-order the procedures, and re-organize the code within procedures, so that the processor instruction cache is used more efficiently, and overall performance improves. This technique is now applied to the Domino for i5/OS product prior to distribution.

Übersicht nach Datum
DominoTeam Letzte Änderung: 06/22/2006 11:06:18 PM


[ Home ] [ News ] [ Tipps&Tricks ] [ Buchtipps ] [ Suche ] [ Impressum ] [ Kontakt ]