<?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>Lotushints &#187; organization</title>
	<atom:link href="http://www.lotushints.com/tag/organization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lotushints.com</link>
	<description>Lotus Notes tips &#38; tricks you always hoped you will not need</description>
	<lastBuildDate>Wed, 14 Jul 2010 06:00:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Version control and bug tracking</title>
		<link>http://www.lotushints.com/2009/01/version-control-and-bug-tracking/</link>
		<comments>http://www.lotushints.com/2009/01/version-control-and-bug-tracking/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 12:51:10 +0000</pubDate>
		<dc:creator>Vladimir Kocjancic</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bug tracking]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.lotushints.com/?p=169</guid>
		<description><![CDATA[In my years of developing software, I come to realize that what every software development department needs is: some sort of IDE with a compiler version control and bug tracking. Usually you get stuck with IDE with a compiler. Everything else is up to you. But how are things in Lotus Notes? Version control As [...]]]></description>
			<content:encoded><![CDATA[<p>In my years of developing software, I come to realize that what every software development department needs is:</p>
<ul>
<li>some sort of IDE with a compiler</li>
<li>version control</li>
<li>and bug tracking.</li>
</ul>
<p>Usually you get stuck with IDE with a compiler. Everything else is up to you. But how are things in Lotus Notes?<br />
<span id="more-169"></span><br />
<strong>Version control</strong></p>
<p>As expected Lotus Designer doesn&#8217;t have an integrated version control software. Not yet anyway. They are planing to build subclipse to work in new 8.5 designer, but that still needs some time. Also most people are probably still stuck at R7.</p>
<p>Well, one of the things you could use is Teamstudio Ciao!. This is a payed software meaning that either it becomes your department policy to use it or you will never use it. I had a chance of working with Ciao and I have to say that I was less than impressed. But that is just me. I know a lot of people using it without any drawbacks and with lack of tools out there, this is probably the way to go.</p>
<p>Next widely used option is to use separate templates for each and every version of your application. There are two things wrong with this. One is that there is no way any developer would do a new template just for fixing one single agent. Second one is that I am yet to see a consistent template policy.</p>
<p>Another possibility is to copy your database locally and then import it into Subversion (SVN) or perhaps write a script that would periodically do that for you. The thing is that you won&#8217;t be able to just revert to desired version of the database without deleting the existing one. There is one other option. You could export objects (agents, views etc.) as DXL, import it into SVN and then when needed import DXL back to the database. However, DXL is not 100% representation of design elements. Thus I wouldn&#8217;t recommend it.</p>
<p>As mentioned there is a subclipse project that would enable subclipse in Domino Designer 8.5. Subclipse is Eclipse plug-in for Subversion. And since Domino Designer 8.5 is built on Eclipse framework, this would finally solve most of our version control issues.</p>
<p><strong>Bug Tracking</strong></p>
<p>Why bug tracking? Well, I am yet to see software without bugs. And the thing that helps the most is some sort of bug tracking engine. However, oddly enough, this is the part rarely seen and used. Typical bug tracking process should go like this:</p>
<ul>
<li>someone reports a bug</li>
<li>developer is assigned to the bug</li>
<li>developer fixes the bug</li>
<li>third person (inside a company and related to project the bug was reported for) tests the fixed code</li>
<li>bug report is completed.</li>
</ul>
<p>Now, show of hands. How many of you have this process implemented in your development cycle? I thought so. But being a Notes developer, what are your options?</p>
<p>There is a great open source project at openntf.org called <a href="http://www.openntf.org/Projects/pmt.nsf/ProjectLookup/BugTracker">BugTracker</a>. Another option is to use some commercial product like <a href="http://www.trackersuite.com/frame_help_desk_software.html">Trackersuit Help Desk Software</a> or similar.</p>
<p>If you are not attached to domino apps only, there are tons of open source applications for bug tracking. Probably most known amongst them are <a href="http://www.mantisbt.org/">Mantis BugTracker</a> and <a href="http://www.bugzilla.org/download/">Bugzilla</a>.</p>
<p>The most inappropriate systems for bug tracking I have seen thus far are internal forum and wiki. These applications are not meant to be bug trackers. So, please, don&#8217;t use them as such.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotushints.com/2009/01/version-control-and-bug-tracking/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Organizing Notes Web Applications</title>
		<link>http://www.lotushints.com/2008/09/organizing-notes-web-applications/</link>
		<comments>http://www.lotushints.com/2008/09/organizing-notes-web-applications/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:36:04 +0000</pubDate>
		<dc:creator>Vladimir Kocjancic</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[web site rules]]></category>

		<guid isPermaLink="false">http://www.lotushints.com/?p=3</guid>
		<description><![CDATA[This one might sound a bit of a &#8220;d&#8217;oh&#8221; to experienced Lotus Notes developers. However, in my experience most of young Notes developers that are just starting to float (and even some swimming ones) are lacking ideas how to organize their Lotus Notes database. We all know how we felt for the very first time. [...]]]></description>
			<content:encoded><![CDATA[<p>This one might sound a bit of a &#8220;d&#8217;oh&#8221; to experienced Lotus Notes developers. However, in my experience most of young Notes developers that are just starting to float (and even some swimming ones) are lacking ideas how to organize their Lotus Notes database.<span id="more-3"></span></p>
<p>We all know how we felt for the very first time. Dropped into a thing called Notes, with something non-relational called a database, only to find out that it is really a massive component storage and not just a database. All that storing capabilities sooner or later require some sort of database organization. Most would be satisfied with basic configuration and that is fine, if you are creating a small internal database that no one will ever look at. Building a large web based application, one would soon find out that default is not even nearly good enough.</p>
<p><strong>Why is web different?</strong></p>
<ol>
<li>Domino engine (at least up to version 7.0.3) still doesn&#8217;t know how to add Expires headers to css, JavaScript and image files and thus those files are never cached. Yes that is correct. Never.</li>
<li>Using pages for design elements as CSS and JavaScript is (since release 6.0) not recommended, as there are separate sections to store those files (Style Sheets and Files).</li>
<li>Sticking with pages and using computed text to generate links to images is slow and thus effects your web site performance. Specially from remote areas.</li>
</ol>
<p>Thus, when redesigning a web database, I try to stick to following guidelines:</p>
<ol>
<li>Put only CSS in pages (if it is really necessary) and use relative linking and 0 computed texts. All other resources are stored in desired places.</li>
<li>Give an alias to all design elements, i.e <em>scripts/myscript.js</em> or <em>images/myimage.gif</em> or <em>styles/mystyle.css</em>.</li>
</ol>
<p>Naming convention assures me that my design is always <strong>easy to find</strong>, I can <strong>relatively assign links</strong> to image resources from CSS without a need for database replica id and most importantly, it allows me to <strong>force Expires header to design elements via Web site rules</strong>, which (due to design elements now being cached) results into significantly faster web site loading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotushints.com/2008/09/organizing-notes-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
