<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>AppliGate Consultancy</title>
	<atom:link href="https://rbontekoe.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://rbontekoe.wordpress.com</link>
	<description>Blog over Lotus Notes &#38; Domino en andere zaken</description>
	<lastBuildDate>Sun, 17 Aug 2014 12:40:18 +0000</lastBuildDate>
	<language>nl</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rbontekoe.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/e9d49469fb85f0170cbeeff0963424cbad3ccba6c49a8d31ae916b477007aac6?s=96&#038;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>AppliGate Consultancy</title>
		<link>https://rbontekoe.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://rbontekoe.wordpress.com/osd.xml" title="AppliGate Consultancy" />
	<atom:link rel='hub' href='https://rbontekoe.wordpress.com/?pushpress=hub'/>
	<item>
		<title>XPages &#8211; Passing Managed Beans as parameter</title>
		<link>https://rbontekoe.wordpress.com/2014/08/12/xpages-passing-managed-beans-as-parameter/</link>
					<comments>https://rbontekoe.wordpress.com/2014/08/12/xpages-passing-managed-beans-as-parameter/#comments</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Tue, 12 Aug 2014 20:34:07 +0000</pubDate>
				<category><![CDATA[AppliGate]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2299</guid>

					<description><![CDATA[I &#8216;m currently working on an XPages project where I&#8217;m using Managed Beans and POJO&#8217;s to keep the code structured. In one of my Java classes I had to retrieve Lotus Notes data.  When you define this class as a Managed Bean (MB) you can pass XPages global objects as parameter using Expression Language e.g.&#160;&#8230; <a href="https://rbontekoe.wordpress.com/2014/08/12/xpages-passing-managed-beans-as-parameter/">Lees verder <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<h3>I &#8216;m currently working on an XPages project where I&#8217;m using Managed Beans and POJO&#8217;s to keep the code structured.</h3>
<p>In one of my Java classes I had to retrieve Lotus Notes data.  When you define this class as a Managed Bean (MB) you can pass XPages global objects as parameter using Expression Language e.g. a Notes Session:  #{session}.</p>
<p>Define your MB as follows in faces-config.xml</p>
<pre>&lt;managed-bean&gt;
     &lt;managed-bean-name&gt;bo&lt;/managed-bean-name&gt;
     &lt;managed-bean-class&gt;invoice.BO&lt;/managed-bean-class&gt;
     &lt;managed-bean-scope&gt;request&lt;/managed-bean-scope&gt;
     &lt;managed-property&gt;
          &lt;property-name&gt;session/property-name&gt;
          &lt;value&gt;<strong>#{session}</strong>&lt;/value&gt;
     &lt;/managed-property&gt;
&lt;/managed-bean&gt;</pre>
<div>Note</div>
<div>&#8211; The scope of your Managed Bean can&#8217;t be higher than the scope of the MB you pass as a parameter. The scope of session is request so the scope of bo must be request too.</div>
<div> </div>
<div>The property name of the parameter is <strong>session</strong>. To have it set in you MB you have to define a setter setSession(Session session):</div>
<div>
<pre>@SuppressWarnings("serial")
public class BO implements Serializable, Manageable {
     private Database session;
     private Database db;
     private View v;
     private Document doc;

     public void setDb(Session session) {
          this.session = session;
     }

     // Other methods

}</pre>
<p>I&#8217;m not 100% sure but I believe I don&#8217;t have to recycle the Notes objects because session and it descendents are recycled by XPages itself.</p>
</div>
<div> </div>
<div>For more information please see: .<a href="http://goo.gl/rUqKwW" rel="nofollow">http://goo.gl/rUqKwW</a></div>
<div> </div>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2014/08/12/xpages-passing-managed-beans-as-parameter/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>
	</item>
		<item>
		<title>De AppliGator</title>
		<link>https://rbontekoe.wordpress.com/2013/08/15/de-appligator/</link>
					<comments>https://rbontekoe.wordpress.com/2013/08/15/de-appligator/#respond</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Thu, 15 Aug 2013 07:26:10 +0000</pubDate>
				<category><![CDATA[AppliGate]]></category>
		<category><![CDATA[AppliGator]]></category>
		<category><![CDATA[Flipboard]]></category>
		<category><![CDATA[Online magazine]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2285</guid>

					<description><![CDATA[We discovered Flipboard a week ago and are very enthusiastic about it. It gave us the opportunity to create a very good-looking online magazine both for desktops and Android and iOS devices. Years ago we had our popular printed magazine called &#8220;AppliGator&#8221;. We stopped with it because the high cost to produce and distribute it. But&#160;&#8230; <a href="https://rbontekoe.wordpress.com/2013/08/15/de-appligator/">Lees verder <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>We discovered <a title="Flipboard site" href="https://flipboard.com/">Flipboard</a> a week ago and are very enthusiastic about it. It gave us the opportunity to create a very good-looking online magazine both for desktops and Android and iOS devices.</p>
<p>Years ago we had our popular printed magazine called &#8220;AppliGator&#8221;. We stopped with it because the high cost to produce and distribute it. But now we see a new future for it. Have a look at our first edition of the online AppliGator: <a href="http://flip.it/emKBF" target="_blank">http://flip.it/emKBF</a></p>
<p><a href="https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg"><img data-attachment-id="2287" data-permalink="https://rbontekoe.wordpress.com/2013/08/15/de-appligator/appligator/" data-orig-file="https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg" data-orig-size="600,323" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="appligator" data-image-description="" data-image-caption="" data-medium-file="https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg?w=300" data-large-file="https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg?w=600" class="alignnone size-full wp-image-2287" alt="appligator" src="https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg?w=640"   srcset="https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg 600w, https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg?w=150&amp;h=81 150w, https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg?w=300&amp;h=162 300w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2013/08/15/de-appligator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:thumbnail url="https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg" />
		<media:content url="https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg" medium="image">
			<media:title type="html">appligator</media:title>
		</media:content>

		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>

		<media:content url="https://rbontekoe.wordpress.com/wp-content/uploads/2013/08/appligator.jpg" medium="image">
			<media:title type="html">appligator</media:title>
		</media:content>
	</item>
		<item>
		<title>AppliGate Website and More&#8230;</title>
		<link>https://rbontekoe.wordpress.com/2013/06/01/appligate-website-and-more/</link>
					<comments>https://rbontekoe.wordpress.com/2013/06/01/appligate-website-and-more/#respond</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Sat, 01 Jun 2013 13:18:25 +0000</pubDate>
				<category><![CDATA[AppliGate]]></category>
		<category><![CDATA[Google+]]></category>
		<category><![CDATA[xpage]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2274</guid>

					<description><![CDATA[The AppliGate website Due to problems we had with the GAE environment in the past, we had plans to run the AppliGate website as a XPages application. In the end we reversed this decision, because the GAE is running very smoothly and fast as it was in the beginning: http://www.appligate.nl On the Courselets page now we&#160;&#8230; <a href="https://rbontekoe.wordpress.com/2013/06/01/appligate-website-and-more/">Lees verder <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<h1><a href="https://lh6.googleusercontent.com/_6uesh8nJpcNpSlscpxvIVQDtWa4Vdn3VqLFno-Sxw=w314-h207-p-no"><img class="alignright" alt="" src="https://lh6.googleusercontent.com/_6uesh8nJpcNpSlscpxvIVQDtWa4Vdn3VqLFno-Sxw=w314-h207-p-no" width="314" height="207" /></a>The AppliGate website</h1>
<p>Due to problems we had with the GAE environment in the past, we had plans to run the AppliGate website as a XPages application. In the end we reversed this decision, because the GAE is running very smoothly and fast as it was in the beginning: <a title="AppliGate Website" href="http://www.appligate.nl">http://www.appligate.nl</a></p>
<p>On the Courselets page now we have placed a link to a MindMeister map on which you can find the most important links to AppliGate content. We use this technique also on the XPages community.</p>
<h1>XPages Google+ community</h1>
<p>The XPages community was created beginning December last year. In the meantime more and more XPages developers discover this community on Google+. In the community you will find news, tons of education material, upcoming events, map with links, and recently a link to The XPages Weekly, a paper.li newsletter updated once a week on Saturday: <a title="XPages Google+ community" href="https://plus.google.com/communities/113130034807500592653">https://plus.google.com/communities/113130034807500592653</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2013/06/01/appligate-website-and-more/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>

		<media:content url="https://lh6.googleusercontent.com/_6uesh8nJpcNpSlscpxvIVQDtWa4Vdn3VqLFno-Sxw=w314-h207-p-no" medium="image" />
	</item>
		<item>
		<title>Turning a disappointment into an XPages challenge</title>
		<link>https://rbontekoe.wordpress.com/2013/01/16/turning-a-disappointment-into-an-xpages-challenge/</link>
					<comments>https://rbontekoe.wordpress.com/2013/01/16/turning-a-disappointment-into-an-xpages-challenge/#respond</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Wed, 16 Jan 2013 09:40:20 +0000</pubDate>
				<category><![CDATA[AppliGate]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[XPages]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2253</guid>

					<description><![CDATA[Our website http://www.appligate.nl was running very smoothly. Pages loaded very fast within less than 800 milliseconds. We were very happy, but&#8230; &#8230;just a couple of days before Christmas 2012, we noticed that loading a page took sometimes more than 10 seconds. We thought it was a temporary problem with Google App Engine environment. But still the&#160;&#8230; <a href="https://rbontekoe.wordpress.com/2013/01/16/turning-a-disappointment-into-an-xpages-challenge/">Lees verder <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<div style="width: 250px" class="wp-caption alignright"><a href="http://www.flickr.com/photos/18090920@N07/4838330315" target="_blank"><img class="zemanta-img-inserted zemanta-img-configured " title="website is  slow" alt="website is slow" src="https://i0.wp.com/farm5.static.flickr.com/4148/4838330315_24deb3806e_m.jpg" width="240" height="80" /></a><p class="wp-caption-text">website is not down, but slow (Photo credit: Sean MacEntee)</p></div>
<p>Our website <a title="AppliGate Web Site" href="http://www.appligate.nl">http://www.appligate.nl</a> was running very smoothly. Pages loaded very fast within less than 800 milliseconds. We were <a title="AppliGate Web Site further renewed" href="https://rbontekoe.wordpress.com/2012/10/23/appligate-web-site-further-renewed/">very happy</a>, but&#8230;</p>
<p>&#8230;just a couple of days before Christmas 2012, we noticed that loading a page took sometimes more than 10 seconds. We thought it was a temporary problem with Google App Engine environment. But still the AppliGate website is very slow.</p>
<p><strong>What next?</strong></p>
<p>We have decided to switch back to Domino and to use XPages to realize our website. Notice was so nice to offer us hosting facilities. We hope the new site will operate within a couple of weeks. We will try to build a site based on Managed Beans by using the techniques we teach in our free online course <a title="Using Managed Beans in XPages" href="https://docs.google.com/a/appligate.nl/document/d/1XFXEmXH8KFcXEHcs2qvbWqOs_TqJWJ8Dbs9CMMKLszI/edit">How to use Managed Beans in XPages</a>.</p>
<p><strong>And in the meantime?</strong></p>
<p>In the meantime you can still visit our web site running in the Google App Engine environment, but be patient please <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f626.png" alt="😦" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2013/01/16/turning-a-disappointment-into-an-xpages-challenge/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>

		<media:content url="http://farm5.static.flickr.com/4148/4838330315_24deb3806e_m.jpg" medium="image">
			<media:title type="html">website is  slow</media:title>
		</media:content>
	</item>
		<item>
		<title>How to use Managed Beans in XPages</title>
		<link>https://rbontekoe.wordpress.com/2012/12/28/how-to-use-managed-beans-in-xpages/</link>
					<comments>https://rbontekoe.wordpress.com/2012/12/28/how-to-use-managed-beans-in-xpages/#respond</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Fri, 28 Dec 2012 17:20:10 +0000</pubDate>
				<category><![CDATA[AppliGate]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[managed beans]]></category>
		<category><![CDATA[XPages]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2238</guid>

					<description><![CDATA[The new free online course How to use Managed Beans in XPages is ready. It is an addition to our 4-day instructor-led XP852 &#8211; Lotus Domino Designer 8.5.2 Basic XPages Applications course. Because it is necessary to have some Java knowledge there is also a link to the free online Java for XPages developers course. It is a course&#160;&#8230; <a href="https://rbontekoe.wordpress.com/2012/12/28/how-to-use-managed-beans-in-xpages/">Lees verder <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<div style="width: 310px" class="wp-caption alignright"><a href="http://commons.wikipedia.org/wiki/File:Val_Beans.jpg" target="_blank"><img class="zemanta-img-inserted zemanta-img-configured" title="English: Picture of Val Beans (Dolichos lablab)." alt="English: Picture of Val Beans (Dolichos lablab)." src="https://i0.wp.com/upload.wikimedia.org/wikipedia/commons/thumb/2/29/Val_Beans.jpg/300px-Val_Beans.jpg" width="300" height="200" /></a><p class="wp-caption-text">English: Picture of Val Beans (Dolichos lablab). (Photo credit: Wikipedia)</p></div>
<p>The new free online course <a title="How to use Managed Beans in XPages" href="https://docs.google.com/a/appligate.nl/document/d/1XFXEmXH8KFcXEHcs2qvbWqOs_TqJWJ8Dbs9CMMKLszI/edit">How to use Managed Beans in XPages</a> is ready. It is an addition to our 4-day instructor-led <a href="https://rbontekoe.wordpress.com/2010/12/29/xp852-lotus-domino-designer-8-5-2-basic-xpage-applications/">XP852 &#8211; Lotus Domino Designer 8.5.2 Basic XPages Applications</a> course.</p>
<p>Because it is necessary to have some Java knowledge there is also a link to the free online <a title="Java for XPages developers" href="https://docs.google.com/a/appligate.nl/document/d/1jjZIvkGQWjwYfTJBGVaE_0CyOiskLeOJ_3vlOWUjVNk/edit">Java for XPages developers</a> course. It is a course where you learn very quickly the basic concepts of Java.</p>
<p>The course begins by explaining the application that is used in the course, a simple employee management system. The application is kept simple so the student can concentrate on the concepts.</p>
<p>Two services are used in the application, the XPages service, and the Employee management service, which is split into two parts. The first is the Backing Managed Bean, holding the data submitted by the user as long as the XPages file is not reloaded. The course also shows how to bind the Employee bean properties with the Edit Box controls using Expression Language.</p>
<p>The second bean is the Model Managed Bean whose primary function is to store and retrieve employee data.</p>
<p>To become a Managed Bean the bean has to registered in the faces-config.xml file. Special is that you also learn how to pass the global variable database during initialization to the Model Managed bean.</p>
<p>The idea behind the application is that the data currently is stored in the Domino database. However this data source will be replaced in the future probably by a Web API service. To solution is to replace only the Model Managed Bean with another Java implementation.</p>
<p>The course closes with explaining how to use the Java debugger of Domino Designer.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2012/12/28/how-to-use-managed-beans-in-xpages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Val_Beans.jpg/300px-Val_Beans.jpg" medium="image">
			<media:title type="html">English: Picture of Val Beans (Dolichos lablab).</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Course for XPages Developers</title>
		<link>https://rbontekoe.wordpress.com/2012/12/11/java-course-for-xpages-developers/</link>
					<comments>https://rbontekoe.wordpress.com/2012/12/11/java-course-for-xpages-developers/#respond</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Tue, 11 Dec 2012 11:39:21 +0000</pubDate>
				<category><![CDATA[Courselets]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[xpage]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2225</guid>

					<description><![CDATA[We are working on a three part online Java introduction course for developers. The objective of the course is to understand some basic concepts of Java, in particular what is an Interface and what is a Java Bean. This basic knowledge is more or less required when developers want to use Managed Beans in XPages&#160;&#8230; <a href="https://rbontekoe.wordpress.com/2012/12/11/java-course-for-xpages-developers/">Lees verder <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>We are working on a three part online Java introduction course for developers. The objective of the course is to understand some basic concepts of Java, in particular what is an Interface and what is a Java Bean. This basic knowledge is more or less required when developers want to use Managed Beans in XPages applications or want develop their own data sources. Also we like to organize some Google+ hangout sessions on these two subjects in the future.</p>
<p>The student will create a music band with music instruments and musicians during the course. The course material is in our nieuw Google+ community XPages and can be found under <a title="Java Course for XPages Developers" href="https://plus.google.com/communities/113130034807500592653/stream/b58ef2ba-322f-49a4-8ebd-2822df37621b?utm_source=chrome_ntp_icon&amp;utm_medium=chrome_app&amp;utm_campaign=chrome">Learning</a>.</p>
<p>We hope you will like the course.</p>
<p>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2012/12/11/java-course-for-xpages-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>
	</item>
		<item>
		<title>DD851 &#8211; Classic Domino Notes Application Development</title>
		<link>https://rbontekoe.wordpress.com/2012/11/21/dd851-classic-domino-notes-application-development/</link>
					<comments>https://rbontekoe.wordpress.com/2012/11/21/dd851-classic-domino-notes-application-development/#respond</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Wed, 21 Nov 2012 11:20:37 +0000</pubDate>
				<category><![CDATA[Course Descriptions Lotus]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2216</guid>

					<description><![CDATA[This is a lecture/lab course that follows a task-oriented approach. During the many course exercises you will create a working application from the ground up. As you learn about various aspects of Domino Designer, you will immediately apply the concepts and techniques as you work on your application. Duur cursus: 4 dagen Kosten cursus: Vraag&#160;&#8230; <a href="https://rbontekoe.wordpress.com/2012/11/21/dd851-classic-domino-notes-application-development/">Lees verder <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>This is a lecture/lab course that follows a task-oriented approach. During the many course exercises you will create a working application from the ground up. As you learn about various aspects of Domino Designer, you will immediately apply the concepts and techniques as you work on your application.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>Duur cursus:</td>
<td>4 dagen</td>
</tr>
<tr>
<td>Kosten cursus:</td>
<td>Vraag offerte aan.</td>
</tr>
<tr>
<td>Kosten cursusmateriaal:</td>
<td>150,- euro per deelnemer, exclusief 21% BTW.</td>
</tr>
<tr>
<td>Locatie:</td>
<td>On-site</td>
</tr>
<tr>
<td>Maximaal aantal curisten:</td>
<td>6</td>
</tr>
<tr>
<td>Startdatum:</td>
<td>n.v.t.</td>
</tr>
<tr>
<td>Offerte aanvragen:</td>
<td><a href="mailto:%20info@appligate.nl">info@appligate.nl</a></td>
</tr>
<tr>
<td>Bijzonderheden:</td>
<td>Cursusmateriaal kan ook gebruikt worden als zelfstudie materiaal</td>
</tr>
</tbody>
</table>
<p><strong>Audience</strong></p>
<p>This course is designed for individuals new to Domino Designer but who have:</p>
<ul>
<li>significant experience using the Notes 8.5+ client</li>
<li>experience with another programming language, or with any worksheet or word processor macro language.</li>
</ul>
<p>This course relies on the WYSIWYG tools in Domino Designer and only introduces the programming languages used in Domino Designer, so a programming background is not required.</p>
<p><strong>Course goals</strong></p>
<p>This course will teach you how to:</p>
<ul>
<li>decide which applications are appropriate for Notes and how “Notes classic applications” can be structured to accomplish their objectives</li>
<li>create a new database on your local hard drive and create a replica of the database on the Domino Server</li>
<li>use Domino Designer to build a simple classic Notes application that is stored on and shared by a Domino server and run by Notes</li>
<li>design applications using Pages, Forms, Fields, Views, Framesets, Outlines, Actions, and Agents</li>
<li>use the formula, LotusScript, and JavaScript languages to validate data entry and give action to the application</li>
<li>establish relationships between documents through data inheritance and a Response Document hierarchy</li>
<li>secure the application by assigning user rights and roles in the Database, Form, and View Access Control Lists</li>
<li>embellish the appearance of Forms and Pages using style sheets and add general and context-sensitive help</li>
<li>create standard and calendar Views that display document data</li>
<li>make it easy for users to navigate and control the application</li>
<li>use shared elements, code, and resources</li>
<li>use Templates to create new databases using your design and Master Templates to centralize your code changes</li>
<li>rollout a new application in a production environment</li>
<li>maintain the database data and design</li>
<li>describe the different ways to exchange data with other database systems.</li>
</ul>
<p><strong>Outline</strong></p>
<p><strong>1 Getting Started with Domino Designer</strong></p>
<p><strong>Notes Applications and Databases</strong></p>
<ul>
<li>Notes as an Eclipse plugin</li>
<li>Notes database structure</li>
<li>Compatibility with older and newer versions</li>
<li>Composite Applications</li>
<li>XPages</li>
<li>Designer experience</li>
<li>Programming languages</li>
<li>Start Domino Designer</li>
<li>Store database on Local drive or on Domino</li>
<li>Server security controls new and replica database creation</li>
<li>Create new database</li>
<li>Exercise: Create a new database</li>
<li>Copy an existing database</li>
<li>How/where applications are executed</li>
</ul>
<p><strong>Domino Designer Quick Tour</strong></p>
<ul>
<li>Perspective and Eclipse Views</li>
<li>Customize Eclipse Views</li>
<li>Customize and save a Perspective</li>
<li>Exercise: Create a Classic Domino Designer Perspective</li>
<li>Add and remove applications from Eclipse Applications View</li>
<li>Eclipse Applications View sorting</li>
<li>Open mode preference</li>
<li>Working Sets of applications</li>
<li>Help System</li>
</ul>
<p><strong>Application Access Control List and Properties</strong></p>
<ul>
<li>Database Access Control List</li>
<li>Exercise: Database ACL</li>
<li>Database/Application Properties</li>
<li>Exercise: Set Application properties</li>
<li>Design element locking</li>
</ul>
<p><strong>2 Forms to Create Documents</strong></p>
<p><strong>Form Basics</strong></p>
<ul>
<li>What is a Form?</li>
<li>The Form is not the document</li>
<li>Form designer concerns</li>
<li>Create a new Form</li>
<li>Form design panes</li>
<li>Save the design element</li>
<li>Test the Form</li>
<li>Exercise: Create and test new Form</li>
<li>Form design list</li>
</ul>
<p><strong>Form properties</strong></p>
<ul>
<li>Fields on the Form</li>
<li>Purpose of Fields</li>
<li>Field versus Item</li>
<li>Add Field</li>
<li>Edit existing Field</li>
<li>Copy and paste Fields</li>
<li>Text properties</li>
<li>Field properties</li>
<li>Commonly used Field names</li>
<li>Internal Field names</li>
<li>Reserved Field names</li>
<li>Example of reserved Field name: SaveOptions</li>
<li>Example reserved Field: Form</li>
<li>Data types and Field types</li>
<li>Control tab</li>
<li>Advanced tab</li>
<li>Exercise: Add Fields to Product Form</li>
<li>Rich Text Fields</li>
<li>Rich Text Lite Fields</li>
</ul>
<p><strong>Default and Computed Field Formulas</strong></p>
<ul>
<li>Field type and its events</li>
<li>Example Default Value formulas</li>
<li>Formula language function syntax</li>
<li>Auto-completion</li>
<li>Programmers Pane properties</li>
<li>Search and replace</li>
<li>What Field formulas can contain</li>
<li>Programming rules</li>
<li>Exercise: Add Default Value formulas</li>
<li>Computed formulas</li>
<li>Exercise: Add Computed formulas</li>
<li>Debugging Field formulas</li>
<li>Form evaluation sequence</li>
<li>What you see is not always what you get</li>
</ul>
<p><strong>3 Views of Documents</strong></p>
<p><strong>Create New View</strong></p>
<ul>
<li>View characteristics</li>
<li>Create new View</li>
<li>Save and Customize</li>
<li>Exercise: Create a View</li>
<li>Multiple Editor View tabs</li>
</ul>
<p><strong>View Columns</strong></p>
<ul>
<li>Add View columns</li>
<li>Column properties Info tab</li>
<li>First understand the data</li>
<li>Column restrictions</li>
<li>Column Value</li>
<li>Example formulas</li>
<li>Exercise: Column Values</li>
<li>Special View-only functions</li>
<li>Document statistics</li>
</ul>
<p><strong>View Column Properties</strong></p>
<ul>
<li>Column properties</li>
<li>Format tabs</li>
<li>Exercise: Advanced Format for columns</li>
<li>Display values as icons</li>
<li>Exercise: Display values as icons</li>
<li>Sorted columns</li>
<li>Exercise: Sorted column</li>
<li>Categorized column</li>
<li>Exercise: Categorize column</li>
<li>Column totals</li>
<li>Exercise: Column totals</li>
<li>Use value as color</li>
<li>Exercise: Use value as color</li>
<li>Advanced tab: Hide column</li>
<li>Exercise: Hide column</li>
<li>Advanced tab: Programmatic Name</li>
</ul>
<p><strong>View Selection</strong></p>
<ul>
<li>View selection options</li>
<li>Select documents using Simple Search</li>
<li>Conditions options</li>
<li>Select documents using a formula</li>
<li>Time-based selections</li>
<li>Select by document property</li>
<li>Selection by exclusion</li>
<li>Fuzzy selections</li>
<li>Exercise: Out of Stock View</li>
<li>Private Views and select by user name</li>
<li>Normalizing user names</li>
<li>Exercise: Sales Rep Private View</li>
<li>Change the design of a Private View</li>
</ul>
<p><strong>View Properties</strong></p>
<ul>
<li>View name and alias</li>
<li>View style</li>
<li>Options tab</li>
<li>Style tab</li>
<li>Advanced tab</li>
<li>Exercise: View properties</li>
<li>View index size and performance concerns</li>
<li>View index refresh</li>
</ul>
<p><strong>Folders</strong></p>
<ul>
<li>Purpose of Folders</li>
<li>Shared versus private Folders</li>
<li>Special design considerations</li>
<li>Delete document error</li>
<li>Exercise: Create shared Folder</li>
</ul>
<p><strong>4 Application Layout and Navigation</strong></p>
<p><strong>Application Structure</strong></p>
<ul>
<li>Developer decisions</li>
<li>Application purpose</li>
<li>Applications NOT right for Domino</li>
<li>Applications right for Notes</li>
<li>Application structure options</li>
<li>Default structure</li>
<li>Increasing detail</li>
<li>Linear progression</li>
<li>Random access</li>
</ul>
<p><strong>Actions</strong></p>
<ul>
<li>Inherent Notes client capabilities</li>
<li>Types of Actions</li>
<li>Action Pane</li>
<li>Working in the Action Pane</li>
<li>Create Action</li>
<li>Action with Sub Action</li>
<li>System Actions</li>
<li>Simple Actions</li>
<li>Coding the Action</li>
<li>Action Bar properties</li>
<li>Hidden Actions</li>
<li>Hide When</li>
<li>Exercise: Form navigation using Actions</li>
<li>Using @Commands</li>
<li>Syntax guidelines</li>
<li>@Command evaluation sequence</li>
<li>View Actions</li>
<li>Exercise: View Action</li>
<li>Example Hide When formulas</li>
<li>Hide When and the Evaluate actions View property</li>
<li>Exercise: Context-sensitive View Action</li>
</ul>
<p><strong>Pages</strong></p>
<ul>
<li>What is a Page?</li>
<li>Create Page</li>
<li>Page name</li>
<li>Exercise: Create container Page</li>
<li>Hotspot button</li>
<li>Exercise: Welcome Page with a button</li>
<li>Computed Text</li>
<li>Exercise: Page with Computed Text</li>
</ul>
<p><strong>Outline Control</strong></p>
<ul>
<li>History of the Notes window</li>
<li>Outline Control features</li>
<li>Create an Outline</li>
<li>Step 1: Create Outline and Outline Entries</li>
<li>Exercise: Create Outline and Outline Entries</li>
<li>Step 2: Embed the Outline</li>
<li>Embedded Outline properties Info tab</li>
<li>Example Outlines</li>
<li>Exercise: Embed the Outline on a Page</li>
<li>Special Entries</li>
<li>Image Resources</li>
<li>Image Resource properties</li>
<li>Rollover images and image wells</li>
<li>Exercise: Add Image Resources</li>
<li>Exercise: Add Image Resources to Outline Entries</li>
</ul>
<p><strong>Framesets</strong></p>
<ul>
<li>Frames and Framesets</li>
<li>Create Frameset</li>
<li>What usually goes into Frames</li>
<li>Assign Frame content</li>
<li>Special Frame names and document preview</li>
<li>Self-framing design elements</li>
<li>Targeting content to Frames</li>
<li>Exercise: Create Frameset</li>
<li>Special target names</li>
<li>Notes-only Frame features</li>
</ul>
<p><strong>Database Launch Options</strong></p>
<ul>
<li>Default database launch property</li>
<li>Control database launch options</li>
<li>Database Postopen event for Notes clients</li>
<li>Exercise: Database launch</li>
<li>Exercise: Fix a small glitch</li>
</ul>
<p><strong>5 Accurate Data Entry</strong></p>
<p><strong>Editable Field Translation and Validation</strong></p>
<ul>
<li>Input Translation event</li>
<li>Input Validation event</li>
<li>Triggering validation from the Save Action</li>
<li>Exercise: Add Editable Field formulas</li>
<li>Field onBlur event</li>
<li>Field onBlur using Javascript</li>
<li>Language choice for Field operations</li>
<li>Form flow</li>
<li>Automatically refresh fields</li>
</ul>
<p><strong>List Fields</strong></p>
<ul>
<li>Where the choices come from</li>
<li>Static text list of choices</li>
<li>Keyword synonyms</li>
<li>Exercise: Keyword synonyms</li>
<li>Use formula for choices</li>
<li>Use Address dialog or Access Control List for choices</li>
<li>Use View dialog for choices</li>
<li>Exercise: Use View dialog for choices</li>
<li>Checkbox and radio button options</li>
<li>Refresh on change</li>
<li>Allow multiple values in Fields</li>
<li>Multiple value items and Views</li>
<li>Edit versus Read mode display</li>
</ul>
<p><strong>6 Response Forms and Views</strong></p>
<p><strong>Inherit Values</strong></p>
<ul>
<li>Why inherit data?</li>
<li>Enable inheritance</li>
<li>Using inheritance</li>
<li>Inheriting data across databases</li>
<li>Document Universal Note ID (UNID) and NoteID</li>
<li>Exercise: Inherit data</li>
<li>Inherit entire selected document into Rich Text Field</li>
</ul>
<p><strong>Response Documents</strong></p>
<ul>
<li>Three types of documents</li>
<li>From response to document and back again</li>
<li>Design response Form</li>
<li>@Commands to create response documents</li>
<li>Response with reference</li>
<li>View Response documents</li>
<li>Design a hierarchical View</li>
<li>Select response documents in a View</li>
<li>Common columns</li>
<li>Responses only column</li>
<li>Responses only column formula</li>
<li>Indicating response documents in a View</li>
<li>View column totals</li>
<li>Exercise: Response documents</li>
</ul>
<p><strong>7 More Views of  Documents</strong></p>
<p><strong>Embedded View</strong></p>
<ul>
<li>How to embed a View</li>
<li>Single category View</li>
<li>Exercise: Single category View</li>
<li>View Filter</li>
<li>Embedded Editor</li>
</ul>
<p><strong>Calendar Views</strong></p>
<ul>
<li>Calendar features</li>
<li>Create a Calendar View</li>
<li>Style tab</li>
<li>Font tab</li>
<li>Calendar format</li>
<li>Two types of entries</li>
<li>Defining just the required columns</li>
<li>Defining all the columns</li>
<li>Exercise: Create Calendar View</li>
<li>Exercise: Show out of stock products</li>
<li>Optional Exercise: Calendar View Events</li>
<li>Embedded Date Picker</li>
</ul>
<p><strong>Grid-Style Views</strong></p>
<ul>
<li>View properties</li>
<li>View-level edit caveats</li>
<li>Enabling cell edits</li>
<li>Column programmatic name</li>
<li>Inviewedit event code</li>
<li>NEWENTRY_REQUEST</li>
<li>Cycling through allowable values</li>
<li>Exercise: Alter All Products View to be Grid-style</li>
</ul>
<p><strong>8 Security At All Levels</strong></p>
<p><strong>Authenticated User Names</strong></p>
<ul>
<li>Security model</li>
<li>Register Notes users</li>
<li>Authentication process</li>
<li>Anonymous users</li>
<li>Hierarchical names</li>
<li>Authenticated name</li>
<li>Alternate name</li>
<li>Domino Administrator responsibilities</li>
<li>Developer responsibilities</li>
</ul>
<p><strong>Database Access Control List</strong></p>
<ul>
<li>Access Control List</li>
<li>Example ACL Entries</li>
<li>Add users to the ACL</li>
<li>Acceptable ACL Entries</li>
<li>Standard settings</li>
<li>User Type</li>
<li>Conflicting/overlapping access</li>
<li>Explicit versus Effective Access</li>
<li>Access privileges</li>
<li>Roles</li>
<li>Create and assign a role</li>
<li>Exercise: Define ACL and roles</li>
<li>Set Administration Server</li>
<li>Enforce Consistent ACL</li>
<li>Enforce Consistent ACL and new replicas, new copies</li>
</ul>
<p><strong>Form, View, and Document Security</strong></p>
<ul>
<li>Form security</li>
<li>Anonymous Form</li>
<li>View security</li>
<li>Document security: Name storage</li>
<li>@UserName and data type</li>
<li>Authors Fields</li>
<li>Exercise: Design element access and Authors Field</li>
<li>Authors Fields you should always include</li>
<li>Readers Fields</li>
<li>Implied readership</li>
<li>Full Access Administration mode access to protected documents</li>
<li>Readers/Authors Fields interaction</li>
<li>Empty Authors and Readers fields</li>
<li>Authors and Readers fields and Adminp</li>
<li>Author access and replication</li>
<li>@Name</li>
<li>Determining user access</li>
<li>@Author</li>
<li>Determining user role membership</li>
<li>Signed documents</li>
</ul>
<p><strong>Sections and Controlled Access Sections</strong></p>
<ul>
<li>Sections</li>
<li>Controlled Access Sections refine authorship</li>
<li>Define Controlled Access Section</li>
<li>Controlled Access Sections and true document security</li>
<li>Controlled Access Sections and signed Fields</li>
<li>Field Security</li>
<li>Editor access to update</li>
<li>Example: Editor access to update</li>
<li>Input Enabled event for Fields</li>
<li>Exercise: Input Enabled event</li>
<li>Field encryption</li>
<li>Task 1: Create a Secret Key</li>
<li>Task 2: Distribute the key</li>
<li>Task 3: Enable the Field(s) for encryption</li>
<li>Task 4: Associate the key with the Form</li>
<li>Exercise: Encrypt pricing details</li>
<li>Encryption caveats</li>
<li>Changing/ removing document encryption</li>
</ul>
<p><strong>9 Embellishing the User Interface</strong></p>
<p><strong>Form Design and Layout</strong></p>
<ul>
<li>Non-scrolling header</li>
<li>Layers</li>
<li>Tables</li>
<li>Create table</li>
<li>Nested tables</li>
<li>Exercise: Tabbed and nested tables</li>
<li>Cascading Style Sheets</li>
<li>CSS attributes of objects</li>
<li>Add a style sheet</li>
<li>Exercise: Add a style sheet</li>
<li>Images</li>
</ul>
<p><strong>Helping the User</strong></p>
<ul>
<li>On Open Form properties</li>
<li>Window Titles</li>
<li>Exercise: Add Window Title</li>
<li>Default printout header and footer</li>
<li>Database Icon</li>
<li>Exercise: Database/Bookmark Icon</li>
<li>About/Using this Application</li>
<li>onHelp and HelpRequest events</li>
<li>Field-level help</li>
<li>Enable instant spell check</li>
<li>Text popup</li>
<li>Formula popup</li>
<li>Hotspots</li>
<li>Link Hotspot</li>
<li>Action Hotspot</li>
<li>Remove a Hotspot</li>
<li>Image maps</li>
</ul>
<p><strong>10 Application Rollout and Maintenance</strong></p>
<p><strong>Database Rollout</strong></p>
<ul>
<li>Rollout checklist</li>
<li>Application properties</li>
<li>Notes client ECLs and signatures</li>
<li>Re-sign the design</li>
<li>User manually changes the ECL</li>
<li>Enforcing standard ECLs</li>
<li>Mail-In Database document</li>
<li>Testing cycles</li>
<li>Mitigate performance problems</li>
<li>Create archive of design</li>
<li>Design Synopsis</li>
<li>Edit DXL of design elements</li>
<li>DXL Code Compare</li>
<li>Verify ACL</li>
<li>Server and Domain-wide ACL management</li>
<li>Exercise: Application Catalog</li>
<li>Verify Server document</li>
<li>Copy database to Domino Server</li>
<li>Create replicas</li>
<li>Encrypt databases</li>
<li>Full Text/Domain Search Indexes</li>
<li>Application Library</li>
<li>Librarians</li>
<li>Create Application Library</li>
<li>Exercise: Publish application</li>
<li>Notify Users</li>
<li>Monitor database use</li>
</ul>
<p><strong>Update Agents</strong></p>
<ul>
<li>Four components of every Agent</li>
<li>Create new Agent</li>
<li>Agent design list</li>
<li>Agents and security</li>
<li>How formulas operate in update Agents</li>
<li>Trigger: Running an Agent from the Actions menu</li>
<li>Search: SELECT statements</li>
<li>Search: Full text search</li>
<li>Search: Response documents</li>
<li>Action: FIELD statement</li>
<li>Examples: Field and document-related Actions</li>
<li>Exercise: Review ConvertInStock Agent</li>
</ul>
<p><strong>Shared Elements and Code</strong></p>
<ul>
<li>Subforms</li>
<li>Subform examples</li>
<li>Create Subform</li>
<li>Exercise: Create and insert Subform</li>
<li>Computed Subforms</li>
<li>Example: Computed Subform</li>
<li>Insert a Computed Subform</li>
<li>Shared Subform caveat</li>
<li>Shared Fields</li>
<li>Add Shared Field to Form</li>
<li>Work with Shared Fields</li>
<li>Shared View Columns</li>
<li>Insert Shared Column</li>
<li>Find Views where a Shared Column has been used</li>
<li>Shared Actions</li>
<li>Shared Elements/Code and performance</li>
<li>Shared Elements and Code from other databases</li>
<li>Shared Element and Code caveats</li>
</ul>
<p><strong>Templates</strong></p>
<ul>
<li>Templates versus Master Templates</li>
<li>Create a new database using a Template</li>
<li>Create a Template from a .NSF</li>
<li>Second use for a Template</li>
<li>Default ACL settings in a Template</li>
<li>Exercise: Create and apply a Template</li>
<li>Design maintenance</li>
<li>Create a Master Template</li>
<li>Inherit the design of a Master Template</li>
<li>Entire database design refresh</li>
<li>Specific design element refresh</li>
<li>Blocking design element refresh/replace</li>
<li>Copy and paste design elements</li>
<li>Exercise: Master Templates</li>
<li>Application Properties that are replaced/refreshed</li>
<li>Master Template strategies</li>
<li>One-to-many</li>
<li>Example: One-to-many</li>
<li>One-to-one</li>
<li>Many-to-one</li>
<li>Hide design</li>
<li>Single Copy Template and Design Compression</li>
<li>Where to do your design work</li>
<li>Template auditing</li>
</ul>
<p><strong>Data Exchange</strong></p>
<ul>
<li>Requirements</li>
<li>Built-in access from the inside out</li>
<li>Programmatic access to Notes data</li>
<li>Drivers and services for Notes/Domino to access external data</li>
<li>Drivers used by external applications to access Notes data</li>
<li>Web access to Notes data</li>
<li>Off-the-shelf applications that access Notes data</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2012/11/21/dd851-classic-domino-notes-application-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>
	</item>
		<item>
		<title>RESTFull Web API Applications</title>
		<link>https://rbontekoe.wordpress.com/2012/11/15/restfull-web-api-applications/</link>
					<comments>https://rbontekoe.wordpress.com/2012/11/15/restfull-web-api-applications/#respond</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Thu, 15 Nov 2012 15:40:03 +0000</pubDate>
				<category><![CDATA[AppliGate]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Googe App Engine]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTful]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2210</guid>

					<description><![CDATA[Presentation we made in Slideshare about our RESTFull Web API Applications services. The presentation is with artificial speech and explains AppliGate vision on this subject. We hope you will enjoin it. Press on the play button to start the presentation.]]></description>
										<content:encoded><![CDATA[<p>Presentation we made in Slideshare about our RESTFull Web API Applications services. The presentation is with artificial speech and explains AppliGate vision on this subject. We hope you will enjoin it.</p>
<p><strong>Press on the play button to start the presentation.</strong></p>
<iframe src='https://www.slideshare.net/slideshow/embed_code/15191429' width='640' height='525' sandbox="allow-popups allow-scripts allow-same-origin allow-presentation" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2012/11/15/restfull-web-api-applications/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>
	</item>
		<item>
		<title>Yes, yes &#8230; it works, course schedule in Google search</title>
		<link>https://rbontekoe.wordpress.com/2012/10/25/2198/</link>
					<comments>https://rbontekoe.wordpress.com/2012/10/25/2198/#respond</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Thu, 25 Oct 2012 09:07:26 +0000</pubDate>
				<category><![CDATA[AppliGate]]></category>
		<category><![CDATA[Google Search]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2198</guid>

					<description><![CDATA[Yes, yes &#8230; it works, the XPages course schedule is shown in the results of a Google search. At the moment it only works for the Dutch version of the course page, but if Google has indexed the other pages, then it must also be shown in the English version of the page, probably about&#160;&#8230; <a href="https://rbontekoe.wordpress.com/2012/10/25/2198/">Lees verder <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Yes, yes &#8230; it works, the XPages course schedule is shown in the results of a Google search. At the moment it only works for the Dutch version of the course page, but if Google has indexed the other pages, then it must also be shown in the English version of the page, probably about two weeks.</p>
<p><a href="https://rbontekoe.wordpress.com/wp-content/uploads/2012/10/google.png"><img data-attachment-id="2199" data-permalink="https://rbontekoe.wordpress.com/2012/10/25/2198/google/" data-orig-file="https://rbontekoe.wordpress.com/wp-content/uploads/2012/10/google.png" data-orig-size="487,111" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Search result" data-image-description="" data-image-caption="" data-medium-file="https://rbontekoe.wordpress.com/wp-content/uploads/2012/10/google.png?w=300" data-large-file="https://rbontekoe.wordpress.com/wp-content/uploads/2012/10/google.png?w=487" class="size-full wp-image-2199 alignnone" title="Search result" alt="" src="https://rbontekoe.wordpress.com/wp-content/uploads/2012/10/google.png?w=640"   srcset="https://rbontekoe.wordpress.com/wp-content/uploads/2012/10/google.png 487w, https://rbontekoe.wordpress.com/wp-content/uploads/2012/10/google.png?w=150&amp;h=34 150w, https://rbontekoe.wordpress.com/wp-content/uploads/2012/10/google.png?w=300&amp;h=68 300w" sizes="(max-width: 487px) 100vw, 487px" /></a></p>
<p>We discovered this when we searched with &#8220;xpages opleidingen&#8221; in our Dutch version of Safari. We got an almost similar result with &#8220;<a href="http://www.google.nl/search?q=xpages+cursussen+nl&amp;sourceid=ie7&amp;rls=com.microsoft:en-US&amp;ie=utf8&amp;oe=utf8&amp;redir_esc=&amp;ei=zAqJUMiXM8eY1AX4g4CgCA">xpages cursussen nl</a>&#8221; in Chrome, however the course dates were now in Englisch.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2012/10/25/2198/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>

		<media:content url="https://rbontekoe.wordpress.com/wp-content/uploads/2012/10/google.png" medium="image">
			<media:title type="html">Search result</media:title>
		</media:content>
	</item>
		<item>
		<title>AppliGate Web Site further Renewed</title>
		<link>https://rbontekoe.wordpress.com/2012/10/23/appligate-web-site-further-renewed/</link>
					<comments>https://rbontekoe.wordpress.com/2012/10/23/appligate-web-site-further-renewed/#respond</comments>
		
		<dc:creator><![CDATA[Rob Bontekoe]]></dc:creator>
		<pubDate>Tue, 23 Oct 2012 12:56:12 +0000</pubDate>
				<category><![CDATA[AppliGate]]></category>
		<category><![CDATA[Apache Velocity]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Multilingual]]></category>
		<category><![CDATA[RESTful]]></category>
		<guid isPermaLink="false">http://rbontekoe.wordpress.com/?p=2182</guid>

					<description><![CDATA[The AppliGate site is based on a RESTful web API as we earlier posted. This approach provides more advantages than we originally thought. For example, the site is now also multilingual: Dutch and English. We achieved this in less than one day. We have also restyled the site a little bit. How is the AppliGate&#160;&#8230; <a href="https://rbontekoe.wordpress.com/2012/10/23/appligate-web-site-further-renewed/">Lees verder <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>The AppliGate site is based on a RESTful web API as we earlier <a title="RESTful Web API’s" href="https://rbontekoe.wordpress.com/2012/10/04/site-appligate-now-based-on-rest-principes/">posted</a>. This approach provides more advantages than we originally thought. For example, the site is now also multilingual: Dutch and English. We achieved this in less than one day. We have also <a title="Renewed AppliGate web site" href="http://www.appligate.nl/">restyled the site</a> a little bit.</p>
<p>How is the AppliGate site organized?</p>
<h3 style="margin-top:1em;">The heart of the web site</h3>
<p>The web site is based upon  JSON representations. By making use of Jackson, a Java library, we serialize JSON representations to Java objects and back again. The objects are stored in a Google App Engine datastore using HTTP Post (create) and Put (update) methods. JSON representations are retrieved with an HTTP Get method. For the HTML representation, we use Apache Velocity templates.</p>
<h3 style="margin-top:1em;">Apache Velocity templates</h3>
<p>The Apache Velocity templates are text files that work in a similar way as JavaServer Pages. The conversion to HTML takes place real time on the web application server, which makes testing much easier.</p>
<h3 style="margin-top:1em;">The web pages</h3>
<p>Every web page now has an English and a Dutch JSON representation, just copy and past and than translate. If your browser is set to the Dutch language version, it automatically selects the Dutch page and otherwise English. If the request comes from an iPhone or Andoid then the Velocity template for moblile is chosen, otherwise the default template. Both templates refer to the same nested template which contains the specific data to be displayed.</p>
<h3 style="margin-top:1em;">Other features so far</h3>
<p>The course schedule in now represented as Google microdata. If we did it right than you will see the course data in the query results when you google for &#8220;xpages courses&#8221;, hopefully in less then two weeks. We keep you up-to-date.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rbontekoe.wordpress.com/2012/10/23/appligate-web-site-further-renewed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/2d7877c4435bf5cb9b599b3a029cb069e6f4a70949fe362c05c01dded3dae355?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rob</media:title>
		</media:content>
	</item>
	</channel>
</rss>
