<?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>Eclipse Scout Blog &#187; imo</title>
	<atom:link href="http://www.bsiag.com/scout/?feed=rss2&#038;author=4" rel="self" type="application/rss+xml" />
	<link>http://www.bsiag.com/scout</link>
	<description>Stability, flexibility and simplicity</description>
	<lastBuildDate>Tue, 22 Jun 2010 14:21:22 +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>Meeting Riena @ compeople</title>
		<link>http://www.bsiag.com/scout/?p=33</link>
		<comments>http://www.bsiag.com/scout/?p=33#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:31:02 +0000</pubDate>
		<dc:creator>imo</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.bsiag.com/scout/?p=33</guid>
		<description><![CDATA[During this weeks trip to Frankfurt we took the opportinity to meet compeople and talking about eclipse, riena, scout and many other interesting topics.
Thansk for the time, guys. Also dinner was fantastic, thanks a lot (even though the Lamm Carre turned out to be a Lamm Rücken  
]]></description>
			<content:encoded><![CDATA[<p>During this weeks trip to Frankfurt we took the opportinity to meet compeople and talking about eclipse, riena, scout and many other interesting topics.</p>
<p>Thansk for the time, guys. Also dinner was fantastic, thanks a lot (even though the Lamm Carre turned out to be a Lamm Rücken <img src='http://www.bsiag.com/scout/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bsiag.com/scout/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New property to eclipse scout service extension point</title>
		<link>http://www.bsiag.com/scout/?p=29</link>
		<comments>http://www.bsiag.com/scout/?p=29#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:01:43 +0000</pubDate>
		<dc:creator>imo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bsiag.com/scout/?p=29</guid>
		<description><![CDATA[There is an interesting change request for the org.eclipse.scout.service Plug-In
The extension point &#8220;services&#8221; that is used to declaratively add osgi services and factories shall provide an additional checkbox &#8220;Create service immediately&#8221; which is checked by default.
This atttribute is used to control the moment when the service instance is effectively created.
true creates the service instance immediately [...]]]></description>
			<content:encoded><![CDATA[<p>There is an interesting change request for the org.eclipse.scout.service Plug-In</p>
<p>The extension point &#8220;services&#8221; that is used to declaratively add osgi services and factories shall provide an additional checkbox &#8220;Create service immediately&#8221; which is checked by default.<br />
This atttribute is used to control the moment when the service instance is effectively created.<br />
true creates the service instance immediately when the extension point loads.<br />
false does not create the service instance on extension point load. It creates the service instance lazy on the first usage of the service.</p>
<p>This can be useful if a service is for example listening for client notifications (to come up from the server) to perform some actions.<br />
Consider a CTI service handling telephony events that come up from the server-side.</p>
<p>Example for the com.myapp.server.core Plug-In:<br />
old plugin.xml entries:<br />
<code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;plugin&gt;<br />
&lt;extension point="org.eclipse.scout.service.services"&gt;<br />
&lt;service class="org.eclipse.scout.rt.server.services.common.ping.PingService"/&gt;<br />
&lt;service class="com.myapp.server.core.services.process.FoodStoreService" factory="org.eclipse.scout.rt.server.services.ServerServiceFactory"/&gt;<br />
&lt;/extension&gt;<br />
&lt;/plugin&gt;<br />
</code><br />
new plugin.xml entries:<br />
<code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;plugin&gt;<br />
&lt;extension point="org.eclipse.scout.service.services"&gt;<br />
&lt;service class="org.eclipse.scout.rt.server.services.common.ping.PingService" createImmediately="false"/&gt;<br />
&lt;service class="com.myapp.server.core.services.process.FoodStoreService" factory="org.eclipse.scout.rt.server.services.ServerServiceFactory" createImmediately="true"/&gt;<br />
&lt;/extension&gt;<br />
&lt;/plugin&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bsiag.com/scout/?feed=rss2&amp;p=29</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New properties &#8220;expandable&#8221; and &#8220;expanded&#8221; on IGroupBox to support Sections</title>
		<link>http://www.bsiag.com/scout/?p=24</link>
		<comments>http://www.bsiag.com/scout/?p=24#comments</comments>
		<pubDate>Mon, 01 Mar 2010 11:53:56 +0000</pubDate>
		<dc:creator>imo</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bsiag.com/scout/?p=24</guid>
		<description><![CDATA[Had a discussion about supporting sections (swt: Section, swing: expandable JPanel) in the scout model.
The decision is to add two new properties to IGroupBox and two new configured properties to AbstractGroupBox. SWT and Swing UI Layers are interpreting these properties in SwtScoutGroupBox and SwingScoutGroupBox respectively and create a nice blue Section.
IGroupBox.isExpandable, setExpandable //whether the box is [...]]]></description>
			<content:encoded><![CDATA[<p>Had a discussion about supporting sections (swt: Section, swing: expandable JPanel) in the scout model.</p>
<p>The decision is to add two new properties to IGroupBox and two new configured properties to AbstractGroupBox. SWT and Swing UI Layers are interpreting these properties in SwtScoutGroupBox and SwingScoutGroupBox respectively and create a nice blue Section.</p>
<p>IGroupBox.isExpandable, setExpandable //whether the box is expandable at all</p>
<p>IGroupBox.isExpanded, setExpanded//if expandable, whats the state</p>
<p>AbstractGroupBox.getConfiguredExpandable</p>
<p>AbstractGroupBox.getConfiguredExpanded</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bsiag.com/scout/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
