<?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>Trail Blazer</title>
	<atom:link href="http://blogs.adobe.com/rohit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/rohit</link>
	<description>Random walk in the LiveCycle field</description>
	<lastBuildDate>Wed, 01 May 2013 18:07:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Configurable request timeout for client side SOAP calls</title>
		<link>http://blogs.adobe.com/rohit/2013/04/30/configurable-request-timeout-for-client-side-soap-calls/</link>
		<comments>http://blogs.adobe.com/rohit/2013/04/30/configurable-request-timeout-for-client-side-soap-calls/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 12:14:56 +0000</pubDate>
		<dc:creator>Rohit Kumar</dc:creator>
				<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[Service Client]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/rohit/?p=48</guid>
		<description><![CDATA[Have you tried making calls to LiveCycle over SOAP, that resulted in read timeout exception on the client? This could happen, for instance if the service method you are trying to invoke just takes too long to execute.  Wish you &#8230; <a href="http://blogs.adobe.com/rohit/2013/04/30/configurable-request-timeout-for-client-side-soap-calls/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><em><span style="color: #0000ff;"><strong>Have you tried making calls to LiveCycle over SOAP, that resulted in read timeout exception on the client? This could happen, for instance if the service method you are trying to invoke just takes too long to execute.  Wish you could control the timeout for such calls? Read on for how this can be done  &#8230;</strong></span><br />
</em></p>
<p>The current LiveCycle ES4 release allows you to configure the LiveCycle Service Client request time-out when the invocations are done via SOAP. This can be done by passing a new property <i>DSC_REQUEST_TIMEOUT</i> (present in ServiceClientFactoryProperties class<code></code>)<i> </i>to Service Client Factory. It represents the request call timeout (in milliseconds). By default, internally this timeout is 15 minutes (same as the last release).</p>
<p>Let&#8217;s say you want to set the request time out for invocation of a service method to 20 minutes. The essence here is how the Service Client Factory gets created. Let&#8217;s see how:</p>
<pre style="padding-left: 30px;"><code>Properties cxnProperties = new Properties();
ServiceClientFactory mySCFactory = null; 
ServiceClient myServiceClient = null;

c<code>xnProperties</code>.setProperty("DSC_DEFAULT_SOAP_ENDPOINT", "<a href="http://localhost:8080">http://myLCServer:8080</a>");
c<code>xnProperties</code>.setProperty("DSC_TRANSPORT_PROTOCOL", "SOAP"); 
c<code>xnProperties</code>.setProperty("DSC_SERVER_TYPE", "JBoss");
</code><span style="color: #ff0000;"><strong><code><code>cxnProperties</code>.setProperty("DSC_REQUEST_TIMEOUT", "1200000");  // 20 minutes</code></strong></span><code></code>
c<code><code>xnProperties</code>.setProperty("DSC_CREDENTIAL_USERNAME", "Administrator");
c<code>xnProperties</code>.setProperty("DSC_CREDENTIAL_PASSWORD", "myPassword");

mySCFactory<code> = ServiceClientFactory.createInstance(cxnProperties);
</code></code></pre>
<p>Now, you can pass this Service Client Factory to the code that invokes the service method. For a more elaborate article on how to invoke LiveCycle via SOAP, check out:  <a href="http://www.adobe.com/devnet/livecycle/articles/java_soap.html">http://www.adobe.com/devnet/livecycle/articles/java_soap.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/rohit/2013/04/30/configurable-request-timeout-for-client-side-soap-calls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Donating BlazeDS to Apache Software Foundation</title>
		<link>http://blogs.adobe.com/rohit/2012/05/03/donating-blazeds-to-apache-software-foundation/</link>
		<comments>http://blogs.adobe.com/rohit/2012/05/03/donating-blazeds-to-apache-software-foundation/#comments</comments>
		<pubDate>Thu, 03 May 2012 06:15:15 +0000</pubDate>
		<dc:creator>Rohit Kumar</dc:creator>
				<category><![CDATA[BlazeDS]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/rohit/?p=4</guid>
		<description><![CDATA[Hello Friends, As you may already know, Adobe has promised to contribute BlazeDS to Apache. It could be a separate project (which would make sense technically), but an Apache project also needs an active community. An alternative plan would be &#8230; <a href="http://blogs.adobe.com/rohit/2012/05/03/donating-blazeds-to-apache-software-foundation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hello Friends,</p>
<p>As you may already know, Adobe has promised to contribute BlazeDS to Apache. It could be a separate project (which would make sense technically), but an Apache project also needs an active community. An alternative plan would be to add the code to the Flex project in Apache. So, we wanted to know:<br />
1. Do you want to contribute to BlazeDS?<br />
2. What changes would you want to make to BlazeDS?<br />
3. How often do you think you would be able to contribute?</p>
<p>Thanks,<br />
BlazeDS Team</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/rohit/2012/05/03/donating-blazeds-to-apache-software-foundation/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>HTML5/JavaScript Client SDK for Data Services</title>
		<link>http://blogs.adobe.com/rohit/2011/11/25/html5javascript-client-sdk-for-data-services/</link>
		<comments>http://blogs.adobe.com/rohit/2011/11/25/html5javascript-client-sdk-for-data-services/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 14:03:35 +0000</pubDate>
		<dc:creator>Rohit Kumar</dc:creator>
				<category><![CDATA[Data Services]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[WebSocket]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/rohit/?p=6</guid>
		<description><![CDATA[The upcoming ADEP Data Services for JEE 4.6 release will ship amongst a bucketful of features [1], a brand new HTML5/JavaScript client SDK as well. At a high level, it will provide the following feature set (for SDK usage etc. &#8230; <a href="http://blogs.adobe.com/rohit/2011/11/25/html5javascript-client-sdk-for-data-services/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>The upcoming <strong><em>ADEP Data Services for JEE 4.6</em></strong> release will ship amongst a bucketful of features [1], a brand new HTML5/JavaScript client SDK as well. At a high level, it will provide the following feature set (for SDK usage etc. refer to [2]):</p>
<ol>
<li>Calling into remoting and messaging destinations in Data Services without going through Flash.</li>
<li>Communicating using JavaScript based AMF over various HTTP-based and HTML5 WebSockets [3] channels. A full server-side NIO-based WebSocket channel implementation has been added, similar to RTMP channel.</li>
<li>Clustering and failover support.</li>
<li>All major desktop browsers as well as mobile browsers will be supported.</li>
</ol>
<p>You will get all this in a single, highly optimized JavaScript library of just about ~100k size! This makes it perfect for use in mobile and desktop web apps, hybrid native/HTML5 apps and more.</p>
<p><strong>&#8230; Model-Driven Development</strong></p>
<p>And that&#8217;s not all. The Data Service Modeler plug-in will also contain a HTML5/JavaScript Code Generator with it. You can use it to generate HTML5/JavaScript VO and Service code for Remoting-backed services (like SAP), to ease building of HTML5 applications using the above client SDK. Once you generate your code, all you need to do is to wire up your UI and you should be ready to go!</p>
<p><strong>References</strong></p>
<p>[1] For complete feature set, refer to the Data Services feature overview <a href="http://download.macromedia.com/pub/labs/adep_dataservices_jee/adep_dataservices_jee_features_overview.pdf">presentation</a>.</p>
<p>[2] HTML5/JavaScript client SDK feature overview/usage <a href="http://download.macromedia.com/pub/labs/adep_dataservices_jee/adep_dataservices_jee_features_html5jssdk.pdf">presentation</a>.</p>
<p>[3] Subject to browser support wherever available, in other cases the ChannelSet allows auto-fallback to different channel.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/rohit/2011/11/25/html5javascript-client-sdk-for-data-services/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
