<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blair Armeau &#187; Lotus</title>
	<atom:link href="http://blair.armeau.net/category/lotus/feed" rel="self" type="application/rss+xml" />
	<link>http://blair.armeau.net</link>
	<description>A site about the things going on in my world</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:00:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>A quick and easy guide to installing Domino on Linux</title>
		<link>http://blair.armeau.net/a-quick-and-easy-guide-to-installing-domino-on-linux.html</link>
		<comments>http://blair.armeau.net/a-quick-and-easy-guide-to-installing-domino-on-linux.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:07:33 +0000</pubDate>
		<dc:creator>Blair Armeau</dc:creator>
				<category><![CDATA[Lotus]]></category>

		<guid isPermaLink="false">http://blair.armeau.net/?p=124</guid>
		<description><![CDATA[By Mark Lawson This page originally found at http://www.dominopower.com/issues/issue199911/linux001.html When Lotus placed their Sneak Preview (SPI) of Domino for Linux on Notes.Net in August of this year, I&#8217;m sure even they were surprised that 50,000 people chose to download it &#8212; considering each download was a non-trivial 130MB. This gives some indication of the scale [...]]]></description>
			<content:encoded><![CDATA[<p>By Mark Lawson</p>
<p>This page originally found at <a href="http://www.dominopower.com/issues/issue199911/linux001.html">http://www.dominopower.com/issues/issue199911/linux001.html</a></p>
<p>When Lotus placed their Sneak Preview             (SPI) of Domino for Linux on Notes.Net             in August of this year, I&#8217;m sure even they             were surprised that 50,000 people chose             to download it &#8212; considering each download             was a non-trivial 130MB. This gives some             indication of the scale of the interest             in Linux, both as an alternative platform             in its own right and as a platform for             Domino.</p>
<p>Recently, at Lotusphere &#8217;99 in Berlin,             Lotus announced the second release of the             software, Sneak Preview II (SPII), which             has fixed several of the problems associated             with the initial version. What scares many             people away from taking the plunge and             trying SPII out is the steep learning curve             associated with Linux, especially if your             interest is Domino-on-the-platform rather             than the platform itself. This article             shows you how to install and setup SPII             on a spare PC in less than one hour, with             no Linux knowledge. From there you can             explore and decide whether you want to             invest further time in learning Linux as             a Domino platform. I think you&#8217;ll be pleasantly             surprised.</p>
<p>Of course, if you&#8217;re already a Linux wizard,             you&#8217;re already halfway home.</p>
<h2><strong>Things you need to have first</strong></h2>
<p>Since you don&#8217;t get the Notes/Domino client             or administration software with SPII, you             are obliged to have at least two PCs available             and connected via TCP/IP: one with the             client and administrator installed, the             other the target for Linux.</p>
<p>Moving on, the target box must be a Pentium             class machine with at least 64 MB of RAM             (128 MB is recommended) and 1 GB of disk             storage. We used a retired P200 workstation             with a 2 GB disk and upgraded it to 96             MB of RAM.</p>
<p>On the software side you need a copy of             a Linux distribution. RedHat 6.0 works             out of the box so this is a good choice             if you don&#8217;t have a strong opinion either             way. We used Mandrake Linux, which is based             on RedHat 6.0, from The Linux Emporium             (at <a href="http://www.linux-emporium.co.uk/">http://www.linux-emporium.co.uk/</a>).             This distribution costs the princely             sum of £2 or US$3.25 (CD only).</p>
<p>You also need a copy of the Notes/Domino             server software, either downloaded as a             tar file from Notes.Net or on CD from Lotus.             If you download it and you don&#8217;t have a             fast link, you might find it drops out             on you halfway. A tip here is to have a             word with your local ISP and see if they&#8217;ll             do it for you for a nominal fee. Another             idea is to install GetRight (available             from <a href="http://getright.com/">http://getright.com/</a>).             This nifty program is quite stubborn about             downloads &#8212; it restores failed downloads             and keeps working at it until the entire             file is on your hard drive.</p>
<h2><strong>Installing Linux (20 minutes)</strong></h2>
<p>First off, if you haven&#8217;t already, install             Linux on your target PC. I&#8217;ve outlined             the main points below:</p>
<ul>
<li>If you can&#8217;t boot from CD, create a               boot floppy (see installation documents).</li>
<li>Boot the soon-to-be Linux box and,               when asked, choose &#8220;Server&#8221; as the               installation option, it will then install               all the appropriate software.</li>
<li>Set up the network as you would in               Windows, i.e. IP address, etc. I include               this as a single bullet item, but assume               there will be some poking around the               system before you get this right. Once               you can ping the box, you&#8217;ll know you               succeeded.</li>
<li>Set up X-Windows, but don&#8217;t worry               if it&#8217;s not perfect. Say No to the &#8220;Start               Automatically&#8221; question.</li>
<li>When asked for an &#8220;ordinary user&#8221; name,               choose &#8220;notes&#8221;. You&#8217;ll need this for               the Domino installation later on.</li>
<li>When the PC reboots, log in as &#8220;root&#8221;.</li>
<li>Type  &#8220;setup&#8221; and disable the http               task in &#8220;System Services&#8221; if you want               to use the http task in Domino instead               of Apache (Apache, a popular Web server,               launches by default in most Linux releases).</li>
<li>Once you restart the PC by typing &#8220;shutdown               -r now&#8221;, you&#8217;re done.</li>
</ul>
<h2><strong>Installing Domino (40 minutes)</strong></h2>
<p>I&#8217;ll assume you have the Domino software             on CD. If you don&#8217;t, you&#8217;ll want to transfer             the software to the Linux box. You can             do this using FTP or Samba (see &#8220;Sharing             Linux drives with Samba&#8221;, elsewhere in             this issue).</p>
<p>Let&#8217;s install Domino on your Linux box:</p>
<ul>
<li>Place the CD in the drive and log in               as root if you haven&#8217;t already done so.               Make sure you&#8217;ve got your cursor at a               shell prompt. If you&#8217;re in X-Windows               or some other shell, you can launch a               Shell tool, or quite to the basic command-line               shell.</li>
<li>Type &#8220;mount /dev/cdrom&#8221; to mount               the CD. You should hear it spin up.</li>
<li>Type  &#8220;df&#8221; to get a list of partitions               and how much space is available in               each. By default, the install tries               to put the program and data in /opt/lotus               and /local/notesdata respectively.               The listing below shows what partitions               are in what directory trees and in               our case this would mean cramming both               partitions into 136 MB.</li>
</ul>
<blockquote>
<table id="Table120" border="1" cellspacing="1" cellpadding="1" width="100%">
<tbody>
<tr>
<th>Filesystem</th>
<th> Size</th>
<th>Used</th>
<th>Avail</th>
<th>Use%</th>
<th>Mounted                   on</th>
</tr>
<tr>
<td>/dev/hda8</td>
<td>250M</td>
<td>100M</td>
<td>136M</td>
<td>42%</td>
<td>/</td>
</tr>
<tr>
<td>/dev/hda1</td>
<td>17M</td>
<td>782k</td>
<td>15M</td>
<td>5%</td>
<td>/boot</td>
</tr>
<tr>
<td>/dev/hda6</td>
<td>638M</td>
<td>165M</td>
<td>440M</td>
<td>27%</td>
<td>/home</td>
</tr>
<tr>
<td>/dev/hda5</td>
<td>638M</td>
<td>275M</td>
<td>330M</td>
<td>46%</td>
<td>/usr</td>
</tr>
<tr>
<td>/dev/hda7</td>
<td>250M</td>
<td>6.3M</td>
<td>230M</td>
<td>3%</td>
<td>/var</td>
</tr>
</tbody>
</table>
</blockquote>
<ul>
<li>From the list we could see that /home/notesdata               would be better for the Notes data in               order to have enough room for some databases.</li>
<li>From the prompt type &#8220;/mnt/cdrom/linux/install&#8221; and               follow the prompts to install the software.               Notice that the &#8220;notes&#8221; user you created               earlier will own the software.</li>
<li>Once the installation is complete,               logout as &#8220;root&#8221; and then log back in               as &#8220;notes&#8221;.</li>
<li>Change to your notes data directory.               In other words, type &#8220;cd /home/notesdata&#8221;  or &#8220;cd               /local/notesdata&#8221; if you installed               into the default directory.</li>
<li>Now type &#8220;/opt/lotus/bin/http httpsetup.&#8221; When               the program starts starts, go to your               other PC, start up your Web browser and               open the URL http://&lt;linux_box_ip_address&gt;:8081.               (Of course, replace  &lt;linux_box_ip_address&gt; with               the actual IP number). You should get               the Domino server Setup screen that               we&#8217;re all familiar with. Set up the               server as usual.</li>
<li>If created, the Cert.ID and Server.ID               will have been placed in the Notes               data directory. Your Admin user ID               will have been attached to your document               in Names.NSF</li>
<li>Once set up, go back to the Linux               server and type &#8220;/opt/lotus/bin/server&#8221;  and               watch it start up. Note you don&#8217;t get               the &#8220;&gt;&#8221; prompt on the console but               don&#8217;t worry, you can just type commands               as normal.</li>
<li>If you didn&#8217;t choose to have Domino               start the http task automatically,               then type &#8220;start http&#8221; at the console. Next,               use your browser to open http://&lt;linux_box_ip_address&gt;:8081/names.nsf               and detach the user ID from your document.</li>
</ul>
<p>The  &#8220;:8081&#8243; syntax is a special case             that allows you to set up the server over             the Web by running the http task in this             special &#8220;standalone&#8221;  mode. Once the             server is set up the http task is just             loaded like any other task (usually automatically)             and takes no parameters.</p>
<p>The Apache Web server is the default in             Linux as IIS is on NT. You can choose to             disable Apache (as I suggest in a previous             section) or move the port number Domino             uses to something else, say :8080, using             the Administrator. In fact the latter is             often the preferred mode, as many people             looking at Domino want to take advantage             of the good things in Apache and forwarding             appropriate .NSF requests to Domino (in             the same way that people use the IIS/Domino             combination in Windows).</p>
<p>Now you can switch to this ID and use             your Client and Administrator as normal             from your PC.</p>
<p>Congratulations, you&#8217;re done!</p>
<h2><strong>Conclusion</strong></h2>
<p>I hope this has given you the confidence             to try out Domino on Linux. Although it&#8217;s             complicated by the Windows standard, the             reliability is very high and the cost negligible.             Linux is set to grow as a server choice             that can only be good for the Domino market.             All in all, it&#8217;s a platform worth getting             to know.</p>
<ul>
<li>Product availability and resourcesThe Notes.Net site is the primary site                 for the downloadable software and a                 good discussion group with support                 issues and porting information to other                 flavors of Linux at \<a href="http://www.notes.net/linux">http://www.notes.net/linux</a> (you&#8217;ll                 have to register).</li>
<li>Mandrake and other flavors of Linux               are available from the Linux Emporium               at <a href="http://www.linux-emporium.co.uk/">http://www.linux-emporium.co.uk/</a>.</li>
<li>GetRight is available from <a href="http://getright.com/">http://getright.com</a>.               Mark Lawson is MD of Electric Memo               Ltd., who specialize in Lotus Notes               solutions. He can be reached at <a href="mailto:markl@electricmemo.com">markl@electricmemo.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blair.armeau.net/a-quick-and-easy-guide-to-installing-domino-on-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About IBM Lotus Domino</title>
		<link>http://blair.armeau.net/about-ibm-lotus-domino.html</link>
		<comments>http://blair.armeau.net/about-ibm-lotus-domino.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 00:59:59 +0000</pubDate>
		<dc:creator>Blair Armeau</dc:creator>
				<category><![CDATA[Lotus]]></category>

		<guid isPermaLink="false">http://blair.armeau.net/?p=113</guid>
		<description><![CDATA[Do more with less Organizations always want to accomplish more. They want to reliably deliver information their customers need around the clock. Easily manage their entire infrastructure from a single point. Increase employee productivity. Communicate and collaborate in realtime. All with less effort, lower costs and fewer resources. Now you can take full advantage of [...]]]></description>
			<content:encoded><![CDATA[<h2>Do more with less</h2>
<p>Organizations always want to accomplish more. They want to reliably deliver information their customers need around the clock. Easily manage their entire infrastructure from a single point. Increase employee productivity. Communicate and collaborate in realtime. All with less effort, lower costs and fewer resources. Now you can take full advantage of the administration and performance power of IBM Lotus® Domino server to make it easier to manage the complexities of your business. Lotus Domino offers robust tools that can simplify your management tasks and increase performance and uptime. Achieve better administrative control with tools like policies, archiving, quota management and SPAM filtering. And smoothly evolve your Lotus messaging solutions to meet marketplace demands.<br />
Easily migrate to Lotus Domino</p>
<p>Lotus Domino can coexist with the systems you already have for as long as you need it to. Whether you&#8217;re upgrading from an earlier Lotus Domino release or migrating from a competitive platform, Lotus Domino and your existing system can work together. Key system databases, such as the Domino Directory, are designed for backward compatibility to allow Domino and older Domino systems to coexist — helping facilitate a smooth upgrade. And because Lotus Domino supports standards like Native Simple Mail Transfer Protocol (SMTP), Multipurpose Internet Mail Extensions (MIME), Post Office Protocol (POP3), Lightweight Directory Access Protocol (LDAP) and Secure Sockets Layer (SSL), you don&#8217;t have to implement infrastructure changes to successfully deploy Lotus Domino . Since its inception, backward compatibility has been a core design feature of Domino server. This continues with Domino , preserving your existing investment in Domino. There is no need for you to completely change your infrastructure to keep your business running.</p>
<h2>Key Features and Benefits</h2>
<p>* Helps increase your system&#8217;s availability with advanced reliability and security features<br />
* Saves time by letting you update your client environment centrally with low-touch deployment<br />
* Simplifies administration and saves time by letting you centrally manage user configurations for individuals, groups or even an entire organization<br />
* Centralizes directory resources for more control with less overhead<br />
* Reduces costs and eases administration by supporting multiple organizations and languages on one Domino server<br />
* Helps maximize uptime with enhancements that enable sophisticated data collection and faster server restarts<br />
* Helps keep your users productive and connected with improved clustering, formula engine, full-text searching, network compression and replication<br />
* Provides interoperability with your existing application servers, such as Domino R5 server, WebSphere server, Sametime 3 server and QuickPlace server</p>
]]></content:encoded>
			<wfw:commentRss>http://blair.armeau.net/about-ibm-lotus-domino.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About IBM Lotus Notes</title>
		<link>http://blair.armeau.net/about-ibm-lotus-notes.html</link>
		<comments>http://blair.armeau.net/about-ibm-lotus-notes.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:04:41 +0000</pubDate>
		<dc:creator>Blair Armeau</dc:creator>
				<category><![CDATA[Lotus]]></category>

		<guid isPermaLink="false">http://blair.armeau.net/?p=118</guid>
		<description><![CDATA[With business needs in mind, Lotus Notes provides a messaging and collaboration platform with an intuitive environment. Lotus Notes integrates the highest priority information sources &#8212; including e-mail, calendaring, scheduling, to do list and more &#8212; within a proven, reliable messaging environment. Notes helps to maximize value and can reduce total cost of ownership, by [...]]]></description>
			<content:encoded><![CDATA[<p>With business needs in mind, Lotus Notes provides a messaging and collaboration platform with an intuitive               environment. Lotus Notes integrates the highest priority information sources &#8212; including e-mail, calendaring,               scheduling, to do list and more &#8212; within a proven, reliable messaging environment. Notes helps to maximize               value and can reduce total cost of ownership, by offering a highly intuitive user interface, with built-in               streamlined administration and management functionality. Notes delivers outstanding performance, easily grows               with your business needs and provides dependable security features. And importantly, the Notes client can improve               usability and significantly increase end-user productivity.</p>
<h2>Notes</h2>
<p>As an integrated collaborative environment, Lotus Notes combines enterprise-class messaging and calendaring &amp; scheduling                   capabilities with a platform for collaborative applications. With Lotus Notes , we have focused on improving                   features and adding more functionality without materially altering the Lotus Notes user interface. This                   approach is geared toward improved productivity for Lotus Notes users without requiring companies to retrain                   users. The proven messaging and collaboration engine remains at the core of Notes, and Lotus Notes makes                   it easier to use, easier to customize, more flexible, and simpler to deploy and administer.</p>
<p>IBM Lotus Notes integrates your highest-priority information resources &#8212; e-mail, calendaring and scheduling, journal, to-do lists, Web pages, databases &#8212; all within a proven, reliable messaging environment. Enhancements with this release offer more customization options, such as color-coding e-mails and calendar entries, rearranging columns, changing sort order and selecting your favorite calendar view. Improved attachment handling and selective replication mean Notes users have more flexibility to access, process and manage information, while saving on storage space. These enhancements, built on existing Notes functionality, mean users can increase productivity without any training.</p>
<p>Calendaring and scheduling functionality is significantly improved in Notes , with emphasis on increasing user productivity by allowing users to perform more actions directly in the calendar view. An improved scheduling form allows users to complete one comprehensive, easy-to-use form that neatly captures the many details required when scheduling meetings, appointments or reminders. Additional enhancements provide administrative assistants more management tools to create meeting invitations and view calendar details for one or more executives.</p>
<p>With Lotus Notes , many tasks execute in the background &#8212; reducing wait time and helping to increase end-user productivity and satisfaction. Users can detach documents, poll for new mail, replicate and queue print jobs &#8212; all while performing other important tasks. Background replication and the ability to selectively replicate databases, documents, views or folders supports user multitasking and increases network efficiency. The Lotus Notes client also leverages the benefits of streamlined management and administration capabilities in IBM Lotus Domino by centralizing management of many client settings like security settings, desktop settings and archiving.</p>
<h2>Highlights of Notes</h2>
<ul>
<li>Integrates your most valuable messaging, collaborative and personal information management (PIM) resources                   &#8212; like e-mail, calendar, to-do list &#8212; to allow users to access them while connected with or disconnected                   from your network</li>
<li>Includes hundreds of enhancements to increase ease-of-use, including background attachment handling,                   multi-user support and customization options</li>
<li>Provides industry-leading calendaring and scheduling functionality, which let users easily collaborate                   and schedule meetings with colleagues across the world</li>
<li>Helps reduce total cost of ownership with minimal training, end user productivity enhancements and built-in                   management and administration functionality</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blair.armeau.net/about-ibm-lotus-notes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Lotus Notes</title>
		<link>http://blair.armeau.net/ibm-lotus-notes.html</link>
		<comments>http://blair.armeau.net/ibm-lotus-notes.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:03:10 +0000</pubDate>
		<dc:creator>Blair Armeau</dc:creator>
				<category><![CDATA[Lotus]]></category>

		<guid isPermaLink="false">http://blair.armeau.net/?p=116</guid>
		<description><![CDATA[Day in and day out I spend most of my time at Navy Federal developing applications in IBM’s Lotus Notes series of products. The more I use them, the more impressed I am about the products themselves. From use, I am a firm believer that this is one of the best products around. Introducing Lotus [...]]]></description>
			<content:encoded><![CDATA[<p>Day in and day out I spend most of my time                     at Navy Federal developing applications                     in IBM’s Lotus Notes series of products.                     The more I use them, the more impressed                     I am about the products themselves. From                     use, I am a firm believer that this is                     one of the best products around.</p>
<h2>Introducing Lotus Notes</h2>
<p><span style="font-weight: bold;">Lotus Notes</span> continues                         to set the standard for innovation in                         the messaging and collaboration market                         Lotus defined over a decade ago. As an                         integrated collaborative environment,                         Lotus Notes combines enterprise-class                         messaging and calendaring &amp; scheduling                         capabilities with a robust platform for                         collaborative applications. Take advantage                         of the advanced functionality, reliable                         performance and dependable security &#8211;                         and help reduce your total cost of ownership                         in the process.</p>
<h2>Introducing Lotus Domino</h2>
<p><span style="font-weight: bold;">Lotus Domino</span> Family                         of Servers provide a multi-platform foundation                         for collaboration and e-business, driving                         solutions from corporate messaging to                         Web based transactions and everything                         in between.</p>
<p>IBM Lotus Domino server offers robust                         tools that can simplify your system management                         tasks and increase network performance                         and uptime. Achieve better administrative                         control with tools like policies, archiving,                         quota management and SPAM filtering.                         And smoothly evolve your Lotus messaging                         solutions to meet marketplace demands.</p>
<h2>IBM’s Product Line</h2>
<table border="0">
<tbody>
<tr>
<td><span style="font-weight: bold;">Domino</span></td>
<td>Integrated messaging and Web application                           software platform</td>
</tr>
<tr>
<td><span style="font-weight: bold;">Notes</span></td>
<td>E-mail, calendaring, group scheduling,                           Web access and information management                           client</td>
</tr>
<tr>
<td><span style="font-weight: bold;">Knowledge Management</span></td>
<td>Knowledge Management, including K-station                           (enterprise knowledge portal) and Discovery                           Server (comprehensive knowledge server:                           taxonomy, metrics, advanced search,                           expertise location)</td>
</tr>
<tr>
<td><span style="font-weight: bold;">LearningSpace</span></td>
<td>Distance learning platform integrating                           live, asynchronous and self-paced content                           delivery</td>
</tr>
<tr>
<td><span style="font-weight: bold;">Sametime</span></td>
<td>Real-time collaboration software solution                           with chat, whiteboarding and application                           sharing capabilities</td>
</tr>
<tr>
<td><span style="font-weight: bold;">QuickPlace</span></td>
<td>Team collaboration software for capturing                           discussions, documents, tasks, etc.                           for projects and ad-hoc initiatives</td>
</tr>
<tr>
<td><span style="font-weight: bold;">SmartSuite</span></td>
<td>Desktop productivity solutions, including                           32-bit Windows applications: spreadsheet,                           word processor, database, presentation                           graphics, time management, and multimedia                       software</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blair.armeau.net/ibm-lotus-notes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Companies Use Notes For (and What They DON&#8217;T Use it For)</title>
		<link>http://blair.armeau.net/what-companies-use-notes-for-and-what-they-dont-use-it-for.html</link>
		<comments>http://blair.armeau.net/what-companies-use-notes-for-and-what-they-dont-use-it-for.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:05:42 +0000</pubDate>
		<dc:creator>Blair Armeau</dc:creator>
				<category><![CDATA[Lotus]]></category>

		<guid isPermaLink="false">http://blair.armeau.net/?p=120</guid>
		<description><![CDATA[Notes serves such a wide variety of applications that examples exist of it being used for nearly every application. However, there is industry consensus about types of applications work or don&#8217;t work and specific examples. In general, there are more uses for Notes than places it doesn&#8217;t work. Companies use Notes successfully for: Application support [...]]]></description>
			<content:encoded><![CDATA[<p>Notes serves such a wide variety of applications                         that examples exist of it being used for                         nearly every application. However, there                         is industry consensus about types of applications                         work or don&#8217;t work and specific examples.                         In general, there are more uses for Notes                         than places it doesn&#8217;t work.</p>
<h2>Companies use Notes successfully for:</h2>
<ul>
<li>Application support request tracking</li>
<li>Applications that are updated frequently</li>
<li>Applications that need to be deployed                         on a variety of hardware or operating                         system clients or servers</li>
<li>Applications that need to store and                         mix rich text, graphics, sound, video,                         other OLE objects</li>
<li>Applications where access security                         is important</li>
<li>Audits</li>
<li>Bulletin boards*</li>
<li>Business placement in brokerage firms</li>
<li>Business Redesign Discussions</li>
<li>Call Reporting</li>
<li>Change Management</li>
<li>Combining information from various                         sources to aid in investment</li>
<li>Decision making</li>
<li>Communication and work across time                         zones</li>
<li>Company-wide announcements*</li>
<li>Compensation and Benefits management</li>
<li>Controlled Interchange with Internet                         Usenet Newsgroups</li>
<li>Corporate Phone Directory</li>
<li>Correspondence Management</li>
<li>Customer Support</li>
<li>Data Warehousing (mid-size organizations)</li>
<li>Directories*</li>
<li>Disaster planning and recovery</li>
<li>Distributing any unstructured information                         that can&#8217;t be defined easily ahead of                         time</li>
<li>Documentation/reference checkout tracking</li>
<li>Electronic Forms and Forms routing</li>
<li>Electronic job postings</li>
<li>Electronic Mail within an Organization</li>
<li>Employee reference guides*</li>
<li>Empowering the mobile worker</li>
<li>Executive Information Systems</li>
<li>Expense Reporting</li>
<li>External provider information</li>
<li>Fax: Outbound/Inbound/Fax Back</li>
<li>Flexible Benefits Enrollment (also                         done using Phone Notes)</li>
<li>General discussions</li>
<li>Group Information Manager</li>
<li>Group Scheduling</li>
<li>Help Desk</li>
<li>Hotel Lists</li>
<li>Human Resources/Employee Tracking</li>
<li>Insurance Claim Processing</li>
<li>Inter-organization Applications and                         Mail Exchange</li>
<li>Internet Mail Gateway</li>
<li>Investment Applications</li>
<li>IP address tracking (easier to manage                         IP address than using Domain Naming Services)</li>
<li>IS tip sharing</li>
<li>Job requisition submission and tracking</li>
<li>Knowledgebases</li>
<li>Legal Case Tracking</li>
<li>Library catalog</li>
<li>Library Periodical Tracking</li>
<li>Loan Approval</li>
<li>Medical Record Imaging</li>
<li>Medical/Patient Case Management</li>
<li>Meeting Minutes</li>
<li>New account/customer setup and tracking</li>
<li>News warehouses</li>
<li>Outside counsel (including direct exchange                         via Notes with those providers) Performance                         management</li>
<li>Personal Information Manager</li>
<li>Planning Discussions</li>
<li>Police Tracking of Criminals</li>
<li>Presentation databases</li>
<li>Problem/Incident Tracking</li>
<li>Procedures*</li>
<li>Product and service catalogs</li>
<li>Product Development</li>
<li>Project Management</li>
<li>Public Relations Tracking</li>
<li>Publishing Information onto the WWW</li>
<li>Purchase order systems</li>
<li>Rapid delivery of applications and                         interactive prototypes</li>
<li>RealTime desktop-desktop collaboration                         using Intel ProShare</li>
<li>Resume and Applicant tracking</li>
<li>Rolodex</li>
<li>Sales and Lead Tracking</li>
<li>Sales and Marketing databases</li>
<li>Sales brochure ordering (Minnesota                         Mutual uses this to let agents order                         marketing materials)</li>
<li>Securities Agent Licensing</li>
<li>Sick leave tracking</li>
<li>Simple-Moderate Workflow applications</li>
<li>Skills matching and succession management</li>
<li>Software documentation</li>
<li>Software Inventory</li>
<li>Speech tracking (The Met keeps all                         of the executive&#8217;s speeches in Notes)</li>
<li>Standards*</li>
<li>Status Reports</li>
<li>Stock purchase request tracking</li>
<li>Supply order tracking</li>
<li>Surveys coupled with an internal discussion                         area</li>
<li>Technology discussions</li>
<li>Time Sheet Reporting</li>
<li>To-Do lists</li>
<li>Tracking sales activity</li>
<li>Tracking staff availability</li>
<li>Training management and registration</li>
<li>Travel Itineraries</li>
<li>Underwriter evaluation for assessing                         the quality of risks</li>
<li>Underwriting</li>
<li>Underwriting guidelines</li>
<li>Underwriting inspection report requests,                         delivered directly to the service via                         Notes</li>
<li>Vacation tracking</li>
</ul>
<p>* During research, these applications                         were also identified as suitable for successful                         delivery via an Intranet.</p>
<h2>Companies shouldn’t use Notes for:</h2>
<ul>
<li>Accounting/Finance</li>
<li>Accounts Payable</li>
<li>Applications that need a lot of number                         crunching</li>
<li>Applications that require record locking</li>
<li>Applications with many data fields                         to fill in</li>
<li>Complex contact management and scheduling</li>
<li>Desktop Publishing</li>
<li>Enterprise-wide billing systems</li>
<li>Heavy reporting applications</li>
<li>High volume transaction-based applications,                         which are typically done using CICS and                         relational databases</li>
<li>Payment processing and application</li>
<li>Payroll</li>
<li>High volume point of sale applications</li>
<li>Realtime inventory management</li>
<li>Room scheduling (only true for Notes                         3.x, Notes 5+ includes room and resource                         scheduling)</li>
<li>Very advanced or complicated workflow                         (only true for Notes 3.x, Notes 5+ works                         well for complicated workflow)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blair.armeau.net/what-companies-use-notes-for-and-what-they-dont-use-it-for.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Domino?</title>
		<link>http://blair.armeau.net/what-is-domino.html</link>
		<comments>http://blair.armeau.net/what-is-domino.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:06:37 +0000</pubDate>
		<dc:creator>Blair Armeau</dc:creator>
				<category><![CDATA[Lotus]]></category>

		<guid isPermaLink="false">http://blair.armeau.net/?p=122</guid>
		<description><![CDATA[A Domino database is somewhat different than a conventional relational database, nor can the application be considered merely a messaging, workflow, or knowledge management application. There is really no way to compare Lotus Domino and Notes to any one product. For web applications, rather than a relational database such as an Access, Oracle, or DB2 [...]]]></description>
			<content:encoded><![CDATA[<p>A Domino database is somewhat different than a conventional                         relational database, nor can the application be considered                         merely a messaging, workflow, or knowledge management application.                         There is really no way to compare Lotus Domino and Notes to                         any one product.</p>
<p>For web applications, rather than a relational database such                         as an Access, Oracle, or DB2 database being accessed via scripting                         methods such as PERL, PHP, ColdFusion or other CGI executables                         the Domino server and databases are an integrated platform.                         The back end code is contained in the same file as the data                         and executed directly by the Domino server. This allows for                         greater security and flexibility at a fraction of conventional                         development and application licensing costs. No only that,                         but the Domino server is cross-platform, scalable, and also                         performs numerous other Internet services including SMTP, MAP,                         LDAP, NNTP, POP3, as well as other more complex services and                         applications (and you can set up Domino to run those old CGI                         scripts, too).</p>
<p>From an IT management and cost of ownership point of view,                         imagine consolidating the functions performed by that expensive                         Oracle server, your Exchange Server (Outlook 98/2000 is even                         supported as a mail client by Domino), your web server, your                         corporate CRM system, and more than likely a few other systems                         in your organization into one centrally managed application                         with one set of client licenses (third party Notes/Domino applications                         may require additional licensing), all running on the hardware                         and OS of your choice.</p>
<p>But in either case you don&#8217;t need to toss out your old applications                         to start using Domino. There are nearly endless ways that Domino                         can coexist with other products either permanently or during                         a transition. Domino is powerful stuff! Call us today at (604)                         788-9336 or email <a href="mailto:info@mbarrick.com">info@mbarrick.com</a> to                         find out more.</p>
<p>The following explains in some details                         the basic similarities and differences                         between Domino and a conventional relational                         database.</p>
<h2>3.4.1 Domino database concept</h2>
<p>A Domino database is a collection of related information stored                           in a single file. A Domino application uses at least one database.                           A database holds information about its design as well as data.                           Domino data is organized as documents. A document is defined                           as an object containing text, graphics, video, or audio objects,                           or any other kind of rich text data.</p>
<p>Domino databases contain documents, as opposed to relational                           databases, which contain tables. Unstructured or structured data,                           as well as associated programming logic, are stored within the                           database.</p>
<p>Domino databases are essentially a complete application with                           its associated data. They contain all of the forms, views, agents,                           fields, and code required to store and manage data. The databases                           can reside on a Domino server or Lotus Notes workstation.</p>
<p>There are many design features that are available for Domino                           databases.We will evaluate the forms and views as the main design                           element that we are concerned with in this project.</p>
<h2>3.4.1.1 Form</h2>
<p>The form is the skeleton provided to users to enable them to                           enter data, either by typing or by using other control buttons.                           A form can also be thought of as an abstract structure of a document.                           It defines all the fields and its type for a document. There                           is at least one form in a database, although a typical business                           application will have many forms, each targeted to the type of                           information that the user wants to save in the database.</p>
<p>The                           form contains all the design elements:                           Fields to store the user’s information,                           static text, buttons, sections, images,                           and subforms that help the user enter                           the data into the database.</p>
<h2>3.4.1.2 View</h2>
<p>A view shows a list of documents stored in a Domino database                           and can be thought of as a table of contents of a database. Views                           provide a means to organize documents in a database to be presented                           to the users or a program. Each row listed in a view represents                           data taken from a single document. Each column represents a field                           or a result of a formula taken from that document.</p>
<p>Domino databases have at least one view, but most of them have                           more. A view can display all the documents in the database, or                           it can display a subset of the documents. Views can present documents                           sorted on different fields, for example, sorted by topic, creation                           date, or author.</p>
<h2>3.4.1.3 Documents</h2>
<p>A Domino document is a container for data and is similar to a                           row in a database management system (DBMS). Each document is                           a collection of fields. A unique identifier is given to each                           document upon its creation and is used by the Domino database                           as a primary key.</p>
<p>A document’s                           design is held within a Domino form,                           which specifies what a document can                           contain in each field, for example,                           a form number, a date, text, or rich                           text.</p>
<p><em>(IBM Redbooks, &#8220;Linux Web Hosting with WebSphere,                           DB2, and Domino&#8221; PP 70-71)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blair.armeau.net/what-is-domino.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blair.armeau.net @ 2012-02-06 11:24:13 -->
