<?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>blog.meimberg.info &#187; ZK</title>
	<atom:link href="http://blog.meimberg.info/category/zk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.meimberg.info</link>
	<description>Watching a new world...</description>
	<lastBuildDate>Fri, 10 Sep 2010 08:39:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ZK 3.6.1 Released</title>
		<link>http://blog.meimberg.info/zk-361-released/</link>
		<comments>http://blog.meimberg.info/zk-361-released/#comments</comments>
		<pubDate>Fri, 08 May 2009 22:07:06 +0000</pubDate>
		<dc:creator>Oliver Meimberg</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[ZK]]></category>
		<category><![CDATA[form4]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.meimberg.info/zk-361-released/</guid>
		<description><![CDATA[ZK hat ein neues Minor-Release rausgehauen. Hier die wichtigsten neuen Features:
1. Ease of use

An intuitive way to access the Composer directly
An easy way to scroll to a specific UI component

2. Component reloaded

Datebox format enhancement
A way to specify the position of the Popup component
Native namespace support for zkhead

3. Databinding enhancements

Using the &#8220;load-after&#8221; descriptive to delay loading [...]]]></description>
			<content:encoded><![CDATA[<p>ZK hat ein neues Minor-Release rausgehauen. Hier die wichtigsten neuen Features:<span id="more-243"></span></p>
<p><b>1. Ease of use</b>
<ul>
<li>An intuitive way to access the Composer directly</li>
<li>An easy way to scroll to a specific UI component</li>
</ul>
<p><b>2. Component reloaded</b>
<ul>
<li>Datebox format enhancement</li>
<li>A way to specify the position of the Popup component</li>
<li>Native namespace support for zkhead</li>
</ul>
<p><b>3. Databinding enhancements</b>
<ul>
<li>Using the &#8220;load-after&#8221; descriptive to delay loading behavior</li>
<li>Using the &#8220;save-after&#8221; descriptive to delay saving behavior</li>
</ul>
<p><b>4. Advanced features</b>
<ul>
<li>Use the Component ID as a UUID for unit test</li>
<li>A method of monitoring the generation of children components using the FullComposer</li>
</ul>
<p>Nun ja, so jetzt erstmal, zumindest für meine Belange, nicht soo spannend. Aber immerhin&#8230;</p>
<p>Hier nun aber nochmal das komplette Changelog, für alle, die&#8217;s genau wissen wollen:</p>
<p><code>* Features<br />&nbsp; 2677655: A way to use ID as UUID for unit test purpse<br />&nbsp; 2724923: Support scrollIntoView to scroll an element to become visible<br />&nbsp; 2779199: A way to let composer monitor the composing of all children<br />&nbsp; 2778508: GenericXxxComposer shall be accessible immediatly<br />&nbsp; 2778513: Add "xxx$composer" as a variabl of applied GenericXxxComposer<br />&nbsp; 2666743: Support component-apply in lang-addon<br />&nbsp; 2666812: Log ZK version number at server bootup<br />&nbsp; 2677873: A way to always get full stacktrace<br />&nbsp; 2681333: Resumable filedownload limit to allowed period and number<br />&nbsp; 2681775: Resumable filedownload supports relative path<br />&nbsp; 2689696: Native namespace supports zkhead<br />&nbsp; 2708855: A way to customize CometServerPush for diff device<br />&nbsp; 2675648: Server Push and number of browser windows issue<br />&nbsp; 2713463: Audio supports the loop attribute<br />&nbsp; 2718665: Flash supports&nbsp; the dynamic content (setContent)<br />&nbsp; 2770471: GenericAutowireComposer shall support wiring ZScript varible<br />&nbsp; 2209199: BeanShell error message shall show the correct line number<br />&nbsp; 2314215: A way to specify the position of the popup component<br />&nbsp; 2778507: Add load-after descriptive to DataBinder<br />&nbsp; 2779281: Add save-after descriptive to DataBinder<br />&nbsp; 2783319: Datebox support hour format<br />&nbsp; <br />* Bugs<br />&nbsp; 2684510: Unable to access implict objects if func defined in other namespace<br />&nbsp; 2781051: The self implicit variable lost after doModal<br />&nbsp; 2685872: Comet not send back new value of textbox if no listener<br />&nbsp; 2684322: Nullpoint when accese to a nonexist page<br />&nbsp; 2681819: normal page throws exception after installed zkspring<br />&nbsp; 2689443: script in native namespace shall not encode the content<br />&nbsp; 2687399: Filedownload error if included by JSP or other servlet<br />&nbsp; 2691017: Filedownload with InputStream results empty file if blocked<br />&nbsp; 2669197: filedownload.save(reader, content, filename) not working<br />&nbsp; 2668190: NullPointerException on SessionsCtrl.getSession() when undeploy<br />&nbsp; 2673128: Impossible to select some date<br />&nbsp; 2705040: Navigating Combobox causes JS error<br />&nbsp; 2711600: Applet generates the wrong param tags<br />&nbsp; 2716731: flash component doesn't support absolute URI<br />&nbsp; 2721780: Nested window resize problem<br />&nbsp; 2722982: Tree render proble with a combobox and a lot of comboitems<br />&nbsp; 2726542: The result of zk.revisedOffset is inconsistent between IE&amp;FF2<br />&nbsp; 2746948: Datebox shadow not sync<br />&nbsp; 2747825: Add the attribute "title" in XSD for BorderLayout children<br />&nbsp; 2769863: Unnecessary scrollbar appear in IE with Menu<br />&nbsp; 2771231: Add attribute "oddRowSclass" for listbox<br />&nbsp; 2769836: Favicon in Safari is not work<br />&nbsp; 2715894: The header of Grid, listbox, and tree display error in IE8<br />&nbsp; 2686585: fileupload.get javascript error on jsp pages<br />&nbsp; 2721977: WrongValuesException and focus<br />&nbsp; 2560497: Dateboxes: "ddMMyy" is not working<br />&nbsp; 2716537: Large data set in chart cause browser no response<br />&nbsp; 2761151: fail to import zkdemo-3.6.0.war to Eclipse<br />&nbsp; 1939263: Splitter - Dark blue bar won't overlap the light blue bar<br />&nbsp; 2564298: Clear a Datebox with constraint<br />&nbsp; 2777241: Exception StringIndexOutOfBoundsException in Maps loading<br />&nbsp; 2697462: Tree selection is remembered even when unselected<br />&nbsp; 2777293: Tree keeps old data with new Model<br />&nbsp; 2778334: The doModal window in IE6 with SSL shows security issue<br />&nbsp; 2710830: Position doesn't work if closable is set for window<br />&nbsp; 2777216: Problem paging detail at Grid Component<br />&nbsp; 2688197: Popup border disappearance on IE 7<br />&nbsp; 2778524: Datebox always shows constraint-error<br />&nbsp; 2688620: setSelectionRange() fails in Timebox and Spinner<br />&nbsp; 2678340: timebox bug when tabbing to change foucs<br />&nbsp; 2721980: Drag+Drop Problem on IE 6/7<br />&nbsp; 2713338: Node object is not set in treeitem<br />&nbsp; 2779453: Checkmarks lost when used in a detail component<br />&nbsp; 2780038: zhtml.Messagebox.INFORMATION returns wrong value<br />&nbsp; 2779247: No tooltip in chart after using&nbsp; jfreechart 1.0.13<br />&nbsp; 2685842: Panel and Window corner's position error in Tabpanel(IE)<br />&nbsp; 2780144: rendering of tree with z-dottree and hidden treeitems<br />&nbsp; 2782400: Correct XSD definition for panel usage<br />&nbsp; 2784107: Datebox onchange problem<br />&nbsp; 2782751: listbox fails to restore activepage if re-set the model<br />&nbsp; 2783767: BSHInterperter does not respect HierachicalAware spec.<br />&nbsp; 2786500: Menupopup fails when invoking open() method<br /></code><br />Mehr unter: <a target="_blank" href="http://docs.zkoss.org/wiki/New_Features_of_ZK_3.6.1">http://docs.zkoss.org/wiki/New_Features_of_ZK_3.6.1</a></p>
<p><a href="http://docs.zkoss.org/wiki/New_Features_of_ZK_3.6.1#Ease_of_use"><span class="tocnumber"></span></a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=f95910e2-3f24-8aa1-9eb0-f922aeb5e44d" /></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d243').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d243" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F&amp;submitHeadline=ZK+3.6.1+Released&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F&amp;title=ZK+3.6.1+Released" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F&amp;title=ZK+3.6.1+Released" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F&amp;title=ZK+3.6.1+Released" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F&amp;bm_description=ZK+3.6.1+Released" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F&amp;T=ZK+3.6.1+Released" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F&amp;title=ZK+3.6.1+Released" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F&amp;title=ZK+3.6.1+Released" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+ZK+3.6.1+Released+@+http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.meimberg.info%2Fzk-361-released%2F&amp;t=ZK+3.6.1+Released" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d243').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d243').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.meimberg.info/zk-361-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

