<?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>ROPARDO s.r.l. &#187; Lotus Notes</title>
	<atom:link href="http://blog.ropardo.ro/tag/lotus-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ropardo.ro</link>
	<description>Experience software development with ROPARDO S.R.L.</description>
	<lastBuildDate>Mon, 28 Nov 2011 07:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Integrating Lotus Notes applications with web services(Part 2)</title>
		<link>http://blog.ropardo.ro/2010/05/14/integrating-lotus-notes-applications-with-web-servicespart-2/</link>
		<comments>http://blog.ropardo.ro/2010/05/14/integrating-lotus-notes-applications-with-web-servicespart-2/#comments</comments>
		<pubDate>Fri, 14 May 2010 16:06:20 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[parsing Xml]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[Xstream]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2050</guid>
		<description><![CDATA[Once we received the information from the web services, the next step was to parse that stream in order to get the necessary data. I needed a quick and easy way of doing this. After a little search on the existing solutions, I have chosen to use Xstream library. It&#8217;s simple to work with and [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/05/14/integrating-lotus-notes-applications-with-web-servicespart-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect Lotus Script to Java using LS2J</title>
		<link>http://blog.ropardo.ro/2010/03/26/connect-lotus-script-to-java-using-ls2j/</link>
		<comments>http://blog.ropardo.ro/2010/03/26/connect-lotus-script-to-java-using-ls2j/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:58:22 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lotus script]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1741</guid>
		<description><![CDATA[Introduced in Lotus Notes 6, LS2J allows the use of Java code from Lotus Script. To use LS2J from within Notes, your Lotus Script code must include this line: UseLSX &#34;*javacon&#34; This loads the LS2J Dynamic Link Library (DLL) on Win32 and registers all the Application Data Types (ADTs). Lotus Script provides a JavaSession ADT [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/03/26/connect-lotus-script-to-java-using-ls2j/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limitations of Lotus Notes ListBox fields</title>
		<link>http://blog.ropardo.ro/2010/02/19/limitations-of-lotus-notes-listbox-fields/</link>
		<comments>http://blog.ropardo.ro/2010/02/19/limitations-of-lotus-notes-listbox-fields/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:45:48 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[embedded view]]></category>
		<category><![CDATA[lotus script]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1550</guid>
		<description><![CDATA[In a previous article I wrote on how to work with Lotus Notes ListBox fields. Unfortunately these type of fields have a major drawback, their limit of only 32 kb of text. So if you want to display thousands of entries you must use an embedded view. This is an small example of using an [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/02/19/limitations-of-lotus-notes-listbox-fields/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Generating word documents from Lotus Notes documents</title>
		<link>http://blog.ropardo.ro/2010/01/15/generating-word-documents-from-lotus-notes-documents/</link>
		<comments>http://blog.ropardo.ro/2010/01/15/generating-word-documents-from-lotus-notes-documents/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:22:09 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[lotus script]]></category>
		<category><![CDATA[Lotus Symphony]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1371</guid>
		<description><![CDATA[Sometimes you wish to print the information contained in a Lotus Notes document. Lotus Notes offers such printing options, but if you have layout issues one solution would be to export into an word document. You can create an word document in Lotus Script using CreateObject(&#8220;Word.Application&#8221;) function. It only works on your computer if you [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/01/15/generating-word-documents-from-lotus-notes-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Lotus Notes applications with web services</title>
		<link>http://blog.ropardo.ro/2009/11/30/integrating-lotus-notes-applications-with-web-services/</link>
		<comments>http://blog.ropardo.ro/2009/11/30/integrating-lotus-notes-applications-with-web-services/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 13:13:27 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Apache Axis]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1084</guid>
		<description><![CDATA[I have spent some time recently trying to integrate Lotus Notes with an existing Java web services consumer. The web service consumer (ProjectRepository) was build on Apache Axis technology and provided the project names my application needed. So I created an Java agent that uses that existing code: import java.util.Iterator; import java.util.List; &#160; import lotus.domino.AgentBase; [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/11/30/integrating-lotus-notes-applications-with-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Traveler 8.5.1 with iPhone</title>
		<link>http://blog.ropardo.ro/2009/10/13/use-traveler-8-5-1-with-iphone/</link>
		<comments>http://blog.ropardo.ro/2009/10/13/use-traveler-8-5-1-with-iphone/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:31:06 +0000</pubDate>
		<dc:creator>Ciprian Candea</dc:creator>
				<category><![CDATA[System Adminstration]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Traveler]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=750</guid>
		<description><![CDATA[Today I&#8217;ve update for testing Traveler from 8.5 to Traveler 8.5.1 &#8211; this process was made on Windows environment. To update Traveler first you have to update Domino server &#8211; that is simple following steps from self extracting installation (CZ5RTEN archive) &#8211; it detect actual version of Domino installed and if it is 8.5 it [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/10/13/use-traveler-8-5-1-with-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lotus Domino 8.5.1 available for Download</title>
		<link>http://blog.ropardo.ro/2009/10/13/lotus-domino-8-5-1-available-for-download/</link>
		<comments>http://blog.ropardo.ro/2009/10/13/lotus-domino-8-5-1-available-for-download/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 13:01:02 +0000</pubDate>
		<dc:creator>Ciprian Candea</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[System Adminstration]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Traveler]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=747</guid>
		<description><![CDATA[If you are using Domino and Lotus Notes is good to know that 8.5.1 release is available for download from IBM. IBM Lotus Domino 8.5.1 for Windows 32 bit English(CZ5RTEN) Quick Start Guide &#8211; IBM Lotus Notes and Domino 8.5.1 Multilingual(CZ561ML) IBM Lotus Notes and Domino 8.5.1 Release Notes English(CZ5QREN) IBM Lotus Domino Designer 8.5.1 [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/10/13/lotus-domino-8-5-1-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

