<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.3.3" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>/bin/recykl</title>
	<link>http://blog.zmok.net</link>
	<description>Rails, Grails and Life</description>
	<pubDate>Tue, 12 Aug 2008 21:20:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/bin/recykl" type="application/rss+xml" /><item>
		<title>Modalbox in Grails</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/363283549/modalbox-in-grails</link>
		<comments>http://blog.zmok.net/articles/2008/08/12/modalbox-in-grails#comments</comments>
		<pubDate>Tue, 12 Aug 2008 21:20:19 +0000</pubDate>
		<dc:creator>Roman Mackovcak</dc:creator>
		
		<category><![CDATA[Grails]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Modalbox]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/08/12/modalbox-in-grails</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/08/12/modalbox-in-grails";&lt;/script&gt;There is a nice and handy javascript library for creating kind of a modal &amp;#8220;window&amp;#8221;, similar to the famous lightbox. Here are few lines of code to make it running in a Grails application 
Installation
First of all, you have to download the library. The easiest way is to install a plugin modalbox 

grails install-plugin modalbox

There [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=HAj3lK"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=HAj3lK" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=pMdEGk"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=pMdEGk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=RnKwRk"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=RnKwRk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=skLfjK"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=skLfjK" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=6ZVigK"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=6ZVigK" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=yLBKAk"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=yLBKAk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/08/12/modalbox-in-grails/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/08/12/modalbox-in-grails</feedburner:origLink></item>
		<item>
		<title>Grails: internationalization in the service</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/358720490/grails-internationalization-in-the-service</link>
		<comments>http://blog.zmok.net/articles/2008/08/07/grails-internationalization-in-the-service#comments</comments>
		<pubDate>Thu, 07 Aug 2008 20:00:37 +0000</pubDate>
		<dc:creator>Roman Mackovcak</dc:creator>
		
		<category><![CDATA[Grails]]></category>

		<category><![CDATA[How-to]]></category>

		<category><![CDATA[i18n]]></category>

		<category><![CDATA[internationalization]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/08/07/grails-internationalization-in-the-service</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/08/07/grails-internationalization-in-the-service";&lt;/script&gt;
Today I spent some time by creation of localized messages in a service. Here is a small tutorial.
1. Create your service

grails create-service Local

2. Add a messageSource variable to your new service

class LocalService &amp;#123;
  def messageSource
&amp;#125;

3. Use it in a service method

// Initialize parameters
Object&amp;#91;&amp;#93; testArgs = &amp;#123;&amp;#125;
def msg = messageSource.resolveCode&amp;#40;&amp;#34;message.code.to.translate&amp;#34;, new java.util.Locale&amp;#40;&amp;#34;EN&amp;#34;&amp;#41;&amp;#41;.format&amp;#40;testArgs&amp;#41;

4. Finally edit the [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=Lbz7cK"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=Lbz7cK" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=N4Fhok"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=N4Fhok" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=cJqoUk"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=cJqoUk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=FN7JIK"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=FN7JIK" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=hsiI8K"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=hsiI8K" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=GwozHk"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=GwozHk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/08/07/grails-internationalization-in-the-service/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/08/07/grails-internationalization-in-the-service</feedburner:origLink></item>
		<item>
		<title>Monitoring number of SQL queries in MySQL</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/338459086/monitoring-number-of-sql-queries-in-mysql</link>
		<comments>http://blog.zmok.net/articles/2008/07/18/monitoring-number-of-sql-queries-in-mysql#comments</comments>
		<pubDate>Thu, 17 Jul 2008 22:44:25 +0000</pubDate>
		<dc:creator>Roman Mackovcak</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[How-to]]></category>

		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/07/18/monitoring-number-of-sql-queries-in-mysql</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/07/18/monitoring-number-of-sql-queries-in-mysql";&lt;/script&gt;
I have created a new application in Grails and surprisingly, in production environment it was slower than on my laptop. Production administrator found that my application generate too many SQL queries. The delay was caused by network latency. So, I had to find a way how to monitor number of SQL queries on MySQL server.
For [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=e1AP7J"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=e1AP7J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=DGrEOj"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=DGrEOj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=DhRzXj"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=DhRzXj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=XCNpvJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=XCNpvJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=5cYA7J"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=5cYA7J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=jaWNaj"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=jaWNaj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/07/18/monitoring-number-of-sql-queries-in-mysql/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/07/18/monitoring-number-of-sql-queries-in-mysql</feedburner:origLink></item>
		<item>
		<title>Live fulltext search in Ruby on Rails</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/331161130/live-fulltext-search-in-ruby-on-rails</link>
		<comments>http://blog.zmok.net/articles/2008/07/10/live-fulltext-search-in-ruby-on-rails#comments</comments>
		<pubDate>Wed, 09 Jul 2008 22:13:02 +0000</pubDate>
		<dc:creator>Roman Mackovcak</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[fulltext]]></category>

		<category><![CDATA[Live search]]></category>

		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/07/10/live-fulltext-search-in-ruby-on-rails</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/07/10/live-fulltext-search-in-ruby-on-rails";&lt;/script&gt;
Some time ago I promised to create a small tutorial about live fulltext search. A fulltext search, that gives you results as you type.

Ingredients:

Ruby on rails
ferret gem (gem install ferret)
acts_as_ferret gem (gem install acts_as_ferret)
auto_complete plugin (from the application root: ruby script/plugin install auto_complete)

What we will do

Create an empty application – simple book database
Add fulltext search [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=tGwaUJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=tGwaUJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=133yVj"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=133yVj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=S5rcUj"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=S5rcUj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=V0i5BJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=V0i5BJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=zZ7EvJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=zZ7EvJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=tBKrUj"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=tBKrUj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/07/10/live-fulltext-search-in-ruby-on-rails/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/07/10/live-fulltext-search-in-ruby-on-rails</feedburner:origLink></item>
		<item>
		<title>Bootstrapping Grails integration tests</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/314671473/bootstrapping-grails-integration-tests</link>
		<comments>http://blog.zmok.net/articles/2008/06/18/bootstrapping-grails-integration-tests#comments</comments>
		<pubDate>Wed, 18 Jun 2008 14:54:29 +0000</pubDate>
		<dc:creator>Roman Mackovcak</dc:creator>
		
		<category><![CDATA[Grails]]></category>

		<category><![CDATA[bootstrap]]></category>

		<category><![CDATA[integration]]></category>

		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/06/18/bootstrapping-grails-integration-tests</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/06/18/bootstrapping-grails-integration-tests";&lt;/script&gt;
It is quite easy to prepare test environment the same as the development one. Just use Bootstrap.

class BootstrappedTests extends GroovyTestCase {
  void testBootstrap() {
    new BootStrap().init(null) 
    assert MyDomain.count() == 5   // Perform your tests here
    }
}&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=QpXseI"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=QpXseI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=FckCLi"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=FckCLi" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=aNNGHi"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=aNNGHi" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=kGJMVI"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=kGJMVI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=4FDpUI"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=4FDpUI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=QWZZvi"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=QWZZvi" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/06/18/bootstrapping-grails-integration-tests/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/06/18/bootstrapping-grails-integration-tests</feedburner:origLink></item>
		<item>
		<title>Custom iterative tag in Grails with named variable</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/308892265/custom-iterative-tag-in-grails-with-named-variable</link>
		<comments>http://blog.zmok.net/articles/2008/06/10/custom-iterative-tag-in-grails-with-named-variable#comments</comments>
		<pubDate>Tue, 10 Jun 2008 15:00:36 +0000</pubDate>
		<dc:creator>Roman Mackovcak</dc:creator>
		
		<category><![CDATA[Grails]]></category>

		<category><![CDATA[How-to]]></category>

		<category><![CDATA[Iterative tag]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/06/10/custom-iterative-tag-in-grails-with-named-variable</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/06/10/custom-iterative-tag-in-grails-with-named-variable";&lt;/script&gt;I will show you how to create an iterative Grails tag that can contain another tag. The inner tag will use variable of the iterative tag. So, we are going to implement a tag that creates n links &amp;#8217;/show/1&amp;#8217;, &amp;#8217;/show/2&amp;#8217;, etc. with description &amp;#8216;Article number 1&amp;#8217;, &amp;#8216;Article number 2&amp;#8217; etc.:
First of all, there is a [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=MCvZWI"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=MCvZWI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=HlIXki"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=HlIXki" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=AQzNoi"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=AQzNoi" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=3wplLI"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=3wplLI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=RRsq8I"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=RRsq8I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=rLlJgi"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=rLlJgi" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/06/10/custom-iterative-tag-in-grails-with-named-variable/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/06/10/custom-iterative-tag-in-grails-with-named-variable</feedburner:origLink></item>
		<item>
		<title>From Mysql to Oracle: Grails application migration</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/296099751/from-mysql-to-oracle-grails-application-migration</link>
		<comments>http://blog.zmok.net/articles/2008/05/22/from-mysql-to-oracle-grails-application-migration#comments</comments>
		<pubDate>Thu, 22 May 2008 21:19:36 +0000</pubDate>
		<dc:creator>Roman Mackovcak</dc:creator>
		
		<category><![CDATA[Grails]]></category>

		<category><![CDATA[How-to]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/05/22/from-mysql-to-oracle-grails-application-migration</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/05/22/from-mysql-to-oracle-grails-application-migration";&lt;/script&gt;
Today I have finished migration of our Grails prototype. Originally we did develop it for MySQL, but the final system have to work with Oracle. This post summarize troubles and differences I was facing.


User creation

Since I am not Oracle administrator, it took me some time to put together script that creates user and appropriate rights [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=JkhLWH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=JkhLWH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=1llvBh"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=1llvBh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=mnHpqh"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=mnHpqh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=Gx5zfH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=Gx5zfH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=P9UPqH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=P9UPqH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=nKWa3h"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=nKWa3h" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/05/22/from-mysql-to-oracle-grails-application-migration/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/05/22/from-mysql-to-oracle-grails-application-migration</feedburner:origLink></item>
		<item>
		<title>MagicDraw documentation</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/294881979/magicdraw-documentation</link>
		<comments>http://blog.zmok.net/articles/2008/05/21/magicdraw-documentation#comments</comments>
		<pubDate>Wed, 21 May 2008 08:32:17 +0000</pubDate>
		<dc:creator>Miroslav Škultéty</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/05/21/magicdraw-documentation</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/05/21/magicdraw-documentation";&lt;/script&gt;
I like MagicDraw as a versatile CASE open to customizations. But recently, I&amp;#8217;ve found this in the official MagicDraw javadoc:

Well, you can&amp;#8217;t say the OpenAPI is missing open (ended) documentation, can you?
Update: For a start, I&amp;#8217;ve created an index of MagicDraw 14.0 OpenAPI examples. You may find it useful &amp;#8211; place it in
&amp;#60;MagicDraw_installation_directory&amp;#62;/openapi/examples/.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=Ubs9vH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=Ubs9vH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=3BstLh"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=3BstLh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=RMDrJh"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=RMDrJh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=zlxM1H"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=zlxM1H" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=WAIrNH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=WAIrNH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=3eMuzh"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=3eMuzh" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/05/21/magicdraw-documentation/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/05/21/magicdraw-documentation</feedburner:origLink></item>
		<item>
		<title>Google is the best search engine</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/294102830/google-is-the-best-search-engine</link>
		<comments>http://blog.zmok.net/articles/2008/05/20/google-is-the-best-search-engine#comments</comments>
		<pubDate>Tue, 20 May 2008 08:24:39 +0000</pubDate>
		<dc:creator>Roman Mackovcak</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/05/20/google-is-the-best-search-engine</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/05/20/google-is-the-best-search-engine";&lt;/script&gt;
I was checking my rail stat data and I did find this.

It seems that Google is really the best search engine. Even people from Yahoo are using it. :o)&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=T2hFUH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=T2hFUH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=kgpPrh"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=kgpPrh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=hGNU8h"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=hGNU8h" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=QufSNH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=QufSNH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=W4PRQH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=W4PRQH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=QThqgh"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=QThqgh" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/05/20/google-is-the-best-search-engine/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/05/20/google-is-the-best-search-engine</feedburner:origLink></item>
		<item>
		<title>Block level helpers in Ruby on Rails</title>
		<link>http://feeds.feedburner.com/~r/bin/recykl/~3/275705812/block-level-helpers-in-ruby-on-rails</link>
		<comments>http://blog.zmok.net/articles/2008/04/22/block-level-helpers-in-ruby-on-rails#comments</comments>
		<pubDate>Tue, 22 Apr 2008 22:12:16 +0000</pubDate>
		<dc:creator>Roman Mackovcak</dc:creator>
		
		<category><![CDATA[How-to]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.zmok.net/articles/2008/04/22/block-level-helpers-in-ruby-on-rails</guid>
		<description>&lt;script type="text/javascript"&gt;dzone_url = "http://blog.zmok.net/articles/2008/04/22/block-level-helpers-in-ruby-on-rails";&lt;/script&gt;

Web developer often comes to a situation where he needs to &amp;#8220;decorate&amp;#8221; a block of a page. There is a simple solution and simple and elegant solution. 
Helpers concept in Ruby on Rails is very powerful and will be used to do the trick.


Imagine, you want to create a rounded box helper similar to Nifty [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=Ltfy5H"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=Ltfy5H" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=zdLaYh"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=zdLaYh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=4Tzs2h"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=4Tzs2h" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=DSzgkH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=DSzgkH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=6DSfLH"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=6DSfLH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/bin/recykl?a=PIUGFh"&gt;&lt;img src="http://feeds.feedburner.com/~f/bin/recykl?i=PIUGFh" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://blog.zmok.net/articles/2008/04/22/block-level-helpers-in-ruby-on-rails/feed</wfw:commentRss>
		<feedburner:origLink>http://blog.zmok.net/articles/2008/04/22/block-level-helpers-in-ruby-on-rails</feedburner:origLink></item>
	</channel>
</rss>
