<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comtool</title>
    <link>http://lekkimworld.com/tags/tool/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comtool</title>
      <url>http://lekkimworld.com/tags/tool/</url>
    </image>
    <item>
      <title>Tool of the day: websequencediagrams.com</title>
      <link>http://lekkimworld.com/2011/10/26/tool_of_the_day_websequencediagrams_com.html</link>
      <content:encoded>&lt;p&gt;
Today I needed to draw a number of &lt;a href="http://en.wikipedia.org/wiki/Sequence_diagram"&gt;sequence diagrams&lt;/a&gt; and since I do not have a program installed for this I decided to look online. My search was successful and I was very happy to find &lt;a href="http://websequencediagrams.com"&gt;websequencediagrams.com&lt;/a&gt;. What sets this tool apart from others is that you do not draw the sequence diagram but you write it. Just up my alley as a developer. Using easy syntax like the below you can quickly stitch a diagram together.
&lt;pre style="font-family: courier; font-size: 8pt; background-color: #ececec; padding: 5px;"&gt;
Alice-&amp;gt;Bob: Go do it!
Bob-&amp;gt;Alice: Okay!
Bob-&amp;gt;Charles: Help me please!
Charles-&amp;gt;Bob: Done!
Bob-&amp;gt;Alice: Done!
&lt;/pre&gt;
The above would yield this diagram.
&lt;img src="http://www.websequencediagrams.com/cgi-bin/cdraw?lz=QWxpY2UtPkJvYjogR28gZG8gaXQhCkJvYi0-ABYFOiBPa2F5AAsHQ2hhcmxlczogSGVscCBtZSBwbGVhc2UhCgASBwBBB0RvbmUANg4ADQU&amp;s=napkin" /&gt;
&lt;br/&gt;
There's a number of styles to choose between such as napkin, plain UML etc.
&lt;/p&gt;
&lt;p&gt;
There are probably other such tools but this fit the profile and use case for me.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/tool/">tool</category>
      <category domain="http://lekkimworld.com/tags/uml/">uml</category>
      <pubDate>Wed, 26 Oct 2011 11:44:58 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-10-26:default/1319629498718</guid>
      <dc:date>2011-10-26T11:44:58Z</dc:date>
    </item>
    <item>
      <title>Google saves the day for Notes plugin developers</title>
      <link>http://lekkimworld.com/2010/09/17/google_saves_the_day_for_notes_plugin_developers.html</link>
      <content:encoded>&lt;p&gt;
Alan Cooke (member of the &lt;a href="http://lekkimworld.com/2010/08/26/redbook_residency_nomination_accepted.html"&gt;Redbooks team&lt;/a&gt;) just pinged me on Sametime and pointed me to a greate piece of news. As you might remember &lt;a href="http://java.dzone.com/articles/google-acquires-java-tool"&gt;Google acquired Instantiations&lt;/a&gt; a while back. Instantiations developed a couple of developer tools for GUI building, code analysis and UI testing. Today all our prayers had been heard and &lt;a href="http://java.dzone.com/articles/instantiations-tools-free-all"&gt;Google is making all the tools from Instantiations free!!!&lt;/a&gt;. How sweet is that?!
&lt;/p&gt;
&lt;p&gt;
The article referenced above describes the different tools and screenshots.
&lt;/p&gt;
&lt;p&gt;
The reason this is important to you as a Lotus guy or gal is that WindowBuilder Pro for SWT makes it very easy to quickly mock up or build the GUI for your SWT based plugins. You simply drag'n'drop components onto the screen to build the UI. Think of the XPages UI but for SWT components. Very nice. 
&lt;/p&gt;
&lt;p&gt;
So how do you get the tools? Simply head over to the respective Google page to learn more and/or install. The direct links are:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.google.com/webtoolkit/tools/wbpro/index.html"&gt;WindowBuilder Pro&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/webtoolkit/tools/codepro/doc/index.html"&gt;CodePro AnalytiX&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/webtoolkit/tools/wintester/html/index.html"&gt;WindowTester Pro&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
Did I mention that all the tools are now free?!? 
&lt;/p&gt;
&lt;p&gt;
Once you go the tool page you'll see a link to the "Download" page in the menu on the left. The page has links to update sites for easy installation. The tools work with Eclipse 3.4, 3.5 and 3.6.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;P.S.:&lt;/strong&gt; There is also a GWT designer tool (Google Web Toolkit) available (tool page is &lt;a href="http://code.google.com/webtoolkit/tools/gwtdesigner/index.html"&gt;here&lt;/a&gt;). The tool is very nice if you develop GWT applications.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/eclipse/">eclipse</category>
      <category domain="http://lekkimworld.com/tags/google/">google</category>
      <category domain="http://lekkimworld.com/tags/instantiations/">instantiations</category>
      <category domain="http://lekkimworld.com/tags/notes/">notes</category>
      <category domain="http://lekkimworld.com/tags/swt/">swt</category>
      <category domain="http://lekkimworld.com/tags/tool/">tool</category>
      <pubDate>Fri, 17 Sep 2010 10:29:36 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2010-09-17:default/1284719376433</guid>
      <dc:date>2010-09-17T10:29:36Z</dc:date>
    </item>
  </channel>
</rss>


