<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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: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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Application Integration</title>
	
	<link>http://www.attachmate.com/blogs/legacymodernization</link>
	<description>The Attachmate blog on legacy modernization ... and other technology trends</description>
	<lastBuildDate>Tue, 21 May 2013 22:18:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LegacyModernization" /><feedburner:info uri="legacymodernization" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>COBOL and Modern Mainframe Applications</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/C-kLZI0Aol8/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/05/22/cobol-and-modern-mainframe-applications/#comments</comments>
		<pubDate>Tue, 21 May 2013 22:18:32 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=375</guid>
		<description><![CDATA[A few thoughts on how to mix the new with the old At the end of March, IBM announced some enhancements to the venerable programming language, COBOL. http://www-03.ibm.com/press/us/en/pressrelease/41095.wss I know, you are thinking that a COBOL announcement is the equivalent of flogging what no longer needs to be flogged, but before we write this off [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A few thoughts on how to mix the new with the old</p>
<p>At the end of March, IBM announced some enhancements to the venerable programming language, COBOL. <a href="http://www-03.ibm.com/press/us/en/pressrelease/41095.wss">http://www-03.ibm.com/press/us/en/pressrelease/41095.wss</a><a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/05/cobol1.png"><img class="alignright size-medium wp-image-378" title="cobol" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/05/cobol1-300x239.png" alt="" width="300" height="239" /></a></p>
<p>I know, you are thinking that a COBOL announcement is the equivalent of flogging what no longer needs to be flogged, but before we write this off as irrelevant, note that the announcement provides a couple of nuggets about COBOL in the market.</p>
<p>One nugget: “Today, nearly 15 percent of all new enterprise application functionality is written in COBOL.” It’s a surprising statistic that tells us that COBOL isn’t completely over. The other (something we probably know): “ … more than 200 billion lines of COBOL code being used across industries …” This portends that COBOL cannot possibly go away anytime soon. What else is interesting is the way IBM is evolving this language, and how they are talking about it.</p>
<p>The benefit of one COBOL update is obvious; the compiled code runs faster. But a couple of the other items seem almost unrelated to the world of mainframes. My attention was drawn especially to these two COBOL updates:  1) added support for Java 7 and 2) improvements to XML control with an updated parser. Putting enhancements in COBOL to better control Java, and specifically XML, on a mainframe is telling.</p>
<p>Obviously we have been able to run Java and handle XML on Big Iron for a while, and indeed IBM is working to make it a better experience when you do so. But handling the high-overhead activities like XML parsing, even if managed to special lower-cost processors, seems overly complex. In most of the Attachmate Verastream work I have seen over the last several years, we focus on keeping the mainframe-specific logic in COBOL unadulterated on the mainframe. But for XML and Java, we append to the COBOL code using a services approach. That way, the additive services, Java or heavy XML manipulations, can be placed external to the host as desired. This approach saves in mainframe processing needs and more important, it keeps the Java and XML manipulations separate from the COBOL logic.</p>
<p>This result is significant because it means the services approach will decrease our dependence on a COBOL language that will become more costly to maintain over time. A well planned services strategy not only allows you to decide where services are run, but also allows you to manage how much logic is controlled by what technologies. You ultimately get critical control over platforms and languages.</p>
<p>Are you extending your COBOL applications in a way that gives you this level of flexibility?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/05/22/cobol-and-modern-mainframe-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/05/22/cobol-and-modern-mainframe-applications/</feedburner:origLink></item>
		<item>
		<title>Three Reasons to Reuse Not Reinvent</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/VT9r9HdhYgc/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/04/30/three-reasons-to-reuse-not-reinvent/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 14:13:32 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=366</guid>
		<description><![CDATA[Recently, I was working with a winery with an AS/400 that was completely customized for its business. The applications were business critical and tailored to fit the organization. But the system was outdated. In this scenario what should a business do? Purchase a new modern system or update the existing system? New is not always [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: left;" align="center">Recently, I was working with a winery with an <a href="http://en.wikipedia.org/wiki/IBM_System_i">AS/400</a> that was completely customized for its business. The applications <a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/04/reuse.jpg"><img class="alignright size-full wp-image-367" title="reuse" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/04/reuse.jpg" alt="" width="225" height="225" /></a>were business critical and tailored to fit the organization. But the system was outdated.</p>
<p>In this scenario what should a business do? Purchase a new modern system or update the existing system? New is not always better and there are options for leveraging existing applications in a modern way. Businesses such as this winery should consider “reusing” their existing legacy applications with <a href="http://www.attachmate.com/Products/Host+Integration/all-resources-for-legmod.htm">legacy modernization</a> versus “reinventing” and purchasing new applications.  We’ve identified three main reasons why businesses should consider the “reusing” option:</p>
<ul>
<li><strong>Retain your investment.</strong> By leveraging your existing applications in a modern way, you are able to continue to get more bang for your buck out of your old applications. This increases the return on investment from existing assets.</li>
<li><strong>Retain functionality. </strong>By choosing to modernize the applications in place you are able to retain the functionality of your existing applications that have been customized to your business. If you purchase new applications and have to recreate the functionality, you could lose valuable information that you are dependent on. <strong></strong></li>
<li><strong>Increase Efficiency. </strong>Leveraging existing applications and putting a modern interface on them is easy. Businesses experience measurable improvements in productivity and have little exposure to down time with this approach. <strong></strong></li>
</ul>
<p>&nbsp;</p>
<p>Additionally, reusing your existing applications in a modern way with the help of a legacy modernization solution will help alleviate costly upgrades and you’ll be able to access existing applications quickly. You don’t have to start from scratch. Why reinvent the wheel when you don’t have to?</p>
<p>For more information, please visit <a href="http://www.attachmate.com/Products/Host+Integration/">http://www.attachmate.com/Products/Host+Integration/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/04/30/three-reasons-to-reuse-not-reinvent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/04/30/three-reasons-to-reuse-not-reinvent/</feedburner:origLink></item>
		<item>
		<title>Mainframes and Hybrid Apps</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/f8uyMyyIdTk/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/03/26/mainframes-and-hybrid-apps/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 16:30:03 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=357</guid>
		<description><![CDATA[I was recently going through some old articles and found this survey from late last year, &#8220;The Mainframe and Innovation: Not Mutually Exclusive.&#8221; In looking through the actual survey, conducted by Decipher Research, I was reminded of the ongoing strength for hybrid applications in Enterprise IT. Looking at the survey data, you can see it [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was recently going through some old articles and found this survey from late last year, &#8220;<a href="http://smartenterpriseexchange.com/groups/innovation/blog/2012/11/01/the-mainframe-and-innovation-not-mutually-exclusive">The Mainframe and Innovation: Not Mutually Exclusive</a>.&#8221; In looking through the actual survey, conducted by Decipher Research, I was reminded of the ongoing strength for hybrid applications in Enterprise IT. Looking at the survey data, you can see it captured some interesting points on the mainframe with respect to current trends:</p>
<ul>
<li>81% globally, 77% in US, of respondents see the mainframe as strategic to current and future plans.</li>
<li>More than a third, 44% globally, will enable mobile management for the mainframe.</li>
<li>74% expect to allow mobile and the mainframe within 12-18 months.</li>
</ul>
<p>But what is also interesting is the expected change to the mainframe workforce:</p>
<ul>
<li> A majority, 66%+ US and 74% Globally, expect upcoming problems fulfilling on mainframe specific skills.</li>
<li>98% think are prepared to ensure continuity with respect to the mainframe workforce.</li>
</ul>
<p>These two figures seem counter-intuitive. Yet looking further in the survey detail, you can see why these figures make sense.</p>
<p><a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/03/images.jpg"><img class="alignleft size-full wp-image-362" title="images" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/03/images.jpg" alt="" width="237" height="213" /></a>Over the next year 89% of these enterprise shops are evolving their approach to building applications and embracing hybrid applications. This is a huge trend in enterprise IT. This change in approach allows applications to run across platforms, but it also allows them to leverage various skill-sets and be less dependent on any one. The modern mainframe shop will not be one just be staffed by a skilled mainframe workforce, it will encompass workers strong across multiple platforms and specifically, in web technologies.</p>
<p>Looking at this survey and others, you can expect the modern IT environment to continue to leverage the mainframe, but in a way that is different. It will be the  &#8216;server&#8217; platform that sits behind HTML5  and other mid-tier front-ends. These survey results are consistent with what I see occurring in enterprise IT &#8212; they make sense to me.</p>
<p>What are you seeing, are you prepared for this change?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/03/26/mainframes-and-hybrid-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/03/26/mainframes-and-hybrid-apps/</feedburner:origLink></item>
		<item>
		<title>More on Hybrid Apps</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/0WGnjLQCSmc/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/03/08/more-on-hybrid-apps/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 16:18:39 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=349</guid>
		<description><![CDATA[Take a look at an article over on ZDNET by Spandas Lui: IBM: Bright future for hybrid mobile apps. This article, via an interview of IBM&#8217;s marketing manager for mobile Jon Baxter, projects how application development will be affected by mobile user&#8217;s needs. It makes a case that in only a few years half of applications [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Take a look at an article over on ZDNET by Spandas Lui: <a href="http://www.zdnet.com/au/ibm-bright-future-for-hybrid-mobile-apps-7000012175/?s_cid=e539">IBM: Bright future for hybrid mobile apps</a>. This article, via an interview of IBM&#8217;s marketing manager for mobile Jon Baxter, projects how application development will be affected by mobile user&#8217;s needs. It makes a case that in only a few years half of applications developed will be built as hybrid apps &#8212; applications run from a server, but with the UI delivered as HTML wrapped in native code.</p>
<p>I personally think this is a great approach and would like to see this pan out. The article also captures a few of the drivers that make hybrid apps compelling:</p>
<ul>
<li>Native code wrappers let the applications take advantage of device specific features.</li>
<li>Making spare use of native code, the wrapper approach, makes apps easier to maintain and build.</li>
<li>This more server centric approach allows better centralized management and change control.</li>
</ul>
<p>Considering just these three basic benefits, one can imagine the strong allure that a hybrid application approach will have across the enterprise market.<a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/03/Hybrid-Apps2.png"><img class="aligncenter size-medium wp-image-352" title="Hybrid Apps" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/03/Hybrid-Apps2-300x300.png" alt="" width="300" height="300" /></a></p>
<p>App stores are nice, but to the enterprise, efficient and strong central control over applications and users is paramount. Combine this with the device specific control and rich experience native code provides and you end up with the best of the best. I can state that in the product group I spend my time with, we have been moving in this direction in building mobile support for existing legacy applications and these benefits are real as well as easily obtained. This approach is applicable all across the enterprise.</p>
<p>What development and integration approaches have you been considering to handling the needs of your mobile users?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/03/08/more-on-hybrid-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/03/08/more-on-hybrid-apps/</feedburner:origLink></item>
		<item>
		<title>Mobile Application Development</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/Qt3A4-NttGE/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/03/01/mobile-application-development/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 19:50:08 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=335</guid>
		<description><![CDATA[I recently had a chance to read through a survey on mobile application development and unlike many I have read, this covered an area of the market that is really interesting to me. The reason I liked this survey,  Mobile Application Development Survey conducted by King Research, was its focus. As opposed to drilling into [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently had a chance to read through a survey on mobile application development and unlike many I have read, this covered an area of the market that is really interesting to me.</p>
<p><a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/03/survey.jpg"><img class="alignleft size-thumbnail wp-image-342" title="survey" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/03/survey-150x150.jpg" alt="" width="150" height="150" /></a>The reason I liked this survey,  <a href="http://www.idevnews.com/tags/survey">Mobile Application Development Survey</a> conducted by King Research, was its focus. As opposed to drilling into mobile security and management concerns, a common and popular topic in the enterprise, it looked at how enterprise architects and developers plan to make mobile devices useful. It was geared towards capturing how corporations are investing in making the mobile user a productive mobile worker.</p>
<p>A few things that were not surprising in the data:</p>
<ul>
<li>Apple products were the most supported devices for application development in the enterprise &#8212; both iPhone and iPad respectively.</li>
<li>Development for mobile devices is getting funding.</li>
<li>The use of mobile devices is expected to impact the enterprise with internal employees, partners, and customers.</li>
</ul>
<p>But, if you read through the data presented, you can pull out some interesting trends that aren&#8217;t obvious to all. Buried in the data was a question that pointed out that more than half of the respondents say their mobile applications will be dependent on existing applications.</p>
<p>This is interesting as it hints that mobile applications in the enterprise are more about allowing users to do what they already do, but just doing it with mobile devices. Take-away:workers will work more if you let them. Now, combine this with the results on preferred development styles and you will see a strong integrated development trend.</p>
<p>On the topic of preferred mobile development styles, three areas stood strongly apart from the rest: Java, HTML5, and Web apps / services. Now this is something worthy of exploration.</p>
<p>Think about it. When the most popular answer for mobile development is Java (over 50%), and it doesn&#8217;t even run on the most popular mobile<a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/03/java-cup1.jpg"><img class="alignright size-thumbnail wp-image-346" title="java cup" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/03/java-cup1-150x150.jpg" alt="" width="150" height="150" /></a> devices cited in this survey, you must either think the respondents don&#8217;t know what they are talking about, or there is more to it than running the applications on the devices themselves. Of course, the answer is that integrated multi-platform applications are the target.</p>
<p>This is easier to see when you also look at the other two popular areas of development focus: HTML5 Web apps / services. That can only mean Java is the application on the server and HTML5, and Web services are being used to allow their access by the mobile device. With the popularity of app stores and the huge selection of mobile specific applications, this is easy to lose sight of. But to the enterprise, the key is simply building applications that leverage the work already being done, in a way that is less device-dependent and more flexible. This makes sense to me. Of course I must admit that we take a very similar approach with our Verastream and MobileNow offerings.</p>
<p>What are you doing to make applications mobile-capable?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/03/01/mobile-application-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/03/01/mobile-application-development/</feedburner:origLink></item>
		<item>
		<title>Verastream and MobileNow</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/CFhMtfB2MvQ/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/01/22/verastream-and-mobilenow/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 15:37:17 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=308</guid>
		<description><![CDATA[Big news within Attachmate Corporation this week, we have announced our new MobileNow Strategy. The MobileNow Strategy addresses the daily conflict of mobile device use and enterprise application needs &#8212;  users want to use mobile devices, it makes them more productive, but allowing the safe and productive use of these devices against enterprise class applications [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Big news within Attachmate Corporation this week, we have <a title="MobileNow" href="http://www.reuters.com/article/2013/01/22/idUSnMKW76074a+1c0+MKW20130122">announced our new MobileNow Strategy</a>.</p>
<div><a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/01/phone_and_tablet_1.jpg"><img class="alignleft size-thumbnail wp-image-309" title="phone_and_tablet_1" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/01/phone_and_tablet_1-150x150.jpg" alt="" width="150" height="150" /></a>The MobileNow Strategy addresses the daily conflict of mobile device use and enterprise application needs &#8212;  users want to use mobile devices, it makes them more productive, but allowing the safe and productive use of these devices against enterprise class applications is anything but straightforward.</div>
<pre></pre>
<div>While mobile devices certainly present an IT challenge, it is an interesting challenge and certainly one of the more fun areas to work.</div>
<address> </address>
<div>From an application integration perspective, the mobile challenge is right in our wheelhouse. And to this point, we have released several new mobile capable versions of our Verastream integration products. These releases are targeted at quickly enabling mobile device use against one of the hardest set of enterprise applications to access &#8212; mainframe and legacy applications. There is a new release each of Verastream Host Integrator, Process Designer, and Bridge Integrator.</div>
<address> </address>
<div>All are designed to allow quick and easy access of legacy applications from mobile devices, any type and any form factor. A few of the <a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/01/speedometer.jpg"><img class="alignright size-thumbnail wp-image-310" title="speedometer" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/01/speedometer-150x139.jpg" alt="" width="150" height="139" /></a>enhancements now available are:</div>
<address> </address>
<ul>
<li>
<address><em>Instant zero-footprint emulation access to mainframe and i Series applications.</em></address>
</li>
</ul>
<ul>
<li><em>New rich HTML5 enhanced emulation themes tailored for better tablet productivity, iPads and the like.</em></li>
</ul>
<ul>
<li><em>Automatic and customizable &#8216;Hotspots&#8217; to simplify control of host applications from a mobile device.</em></li>
</ul>
<ul>
<li><em>New customizable HTML5 enabled CSS available for creating custom tailored access.</em></li>
</ul>
<ul>
<li><em>Better control for exposing and managing server-side macros (procedures) in the mobile UI.</em></li>
</ul>
<ul>
<li><em>Improved control over building tailored processes that underpin custom mobile device workflows.      </em></li>
</ul>
<div></div>
<div>With these new capabilities, you have a great way to give mobile devices users instant access to legacy applications, but with the ability to add and distribute custom automatons and ultimately create completely custom mobile experiences at anytime.</div>
<address> </address>
<div>Come look at our new offerings:</div>
<div>http://www.attachmate.com/solutions/mobilenow/default.htm</div>
<address> </address>
<div></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/01/22/verastream-and-mobilenow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/01/22/verastream-and-mobilenow/</feedburner:origLink></item>
		<item>
		<title>5 Predictions for the Mobile Market in 2013</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/-oiaLtSAxvg/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/01/02/5-predictions-for-the-mobile-market-in-2013/#comments</comments>
		<pubDate>Wed, 02 Jan 2013 15:51:17 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=298</guid>
		<description><![CDATA[The mobile market has been an area that we have all been interested in for a number of years. It really took off with the smartphone market and then in the last couple of years it has garnered great attention with the arrival of the tablet.  What will change in 2013 is largely around what [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The mobile market has been an area that we have all been interested in for a number of years. It really took off with the smartphone market and then in the last couple of years it has garnered great attention with the arrival of the tablet.  What will change in 2013 is largely around what the market drivers are &#8212; we will see dramatic changes to the market drivers that lead less to disruptive changes and more to evolutionary changes in the market itself. <a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/01/evolution-technology21.jpg"><img class="alignright size-thumbnail wp-image-303" title="evolution-technology2" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2013/01/evolution-technology21-150x150.jpg" alt="" width="150" height="150" /></a></p>
<ol>
<li>The market will not be dominated by disruptive technologies as much as it will be by evolutionary changes to existing product sets. Don&#8217;t expect net new markets to open up like Apple was able to do with the iPhone and then the iPad. Expect both the smartphone and the tablet market to be dominated by incremental improvements to existing product sets. Disruptive technologies, Google&#8217;s Glass for example, are probably not going to make a big impact in 2013.</li>
<li>We will see continued and increased dominance in the smartphone market by Apple and Android devices. This will come at the expense of RIM&#8217;s market share and will contribute to the continued challenges Microsoft has had in establishing itself as a player in this space.</li>
<li>The tablet market will become increasingly varied. Up to now, the iPad has been dominant, but expect to see real use of both Android and Microsoft tablets in the enterprise.</li>
<li>We will see consolidation in the software market that caters to mobile device infrastructure &#8212; especially with respect to enterprise use of mobile technologies. As this space matures, we will see more of the smaller vendors merge or lose out to the larger established infrastructure vendors.</li>
<li>For software that is used by mobile device users, software development will become more cloud focused. And specifically, HTML5 will become less hype and more of an essential aspect to creating competitive software for mobile devices.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/01/02/5-predictions-for-the-mobile-market-in-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2013/01/02/5-predictions-for-the-mobile-market-in-2013/</feedburner:origLink></item>
		<item>
		<title>A reason to be OS agnostic</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/TEo_z0dM8DU/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2012/12/05/a-reason-to-be-os-agnostic/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 19:52:41 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=294</guid>
		<description><![CDATA[It’s become apparent that we are at a crossroad &#8212; if not in technology, in expectations. The crossroad presents uncertainty, and it boils down to this question: Which mobile operating system will win? From an application-integration perspective, the winning OS will determine how IT needs to build applications and what tools they can (or should) [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>It’s become apparent that we are at a crossroad &#8212; if not in technology, in expectations. The crossroad presents uncertainty, and it boils down to this question: Which mobile operating system will win?</p>
<p>From an application-integration perspective, the winning OS will determine how IT needs to build applications and what tools they can (or should) use. Looking at the market, IT can only guess what the future will bring. The chatter we are hearing on the direction of the Mobile OS is varied and inconclusive.</p>
<p>Many IT shops are asking: Is it iOS and Apple devices? Is it the media-labeled, market-leading Android? If so, which flavor (version) is important and what does that mean for our direction on device support? Or should we leverage the upcoming offerings from Microsoft based on Windows 8? If that is the case, should we focus on Pro or RT?</p>
<p>It appears that RIM is the only player not given much discussion.<a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2012/12/pie-chart.jpg"><img class="alignright size-full wp-image-295" title="pie chart" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2012/12/pie-chart.jpg" alt="" width="259" height="194" /></a></p>
<p>Current statistics favor Apple. According to a quote in Infoworld, Good Technology pegs 97.3% of business tablet activations as iPads, while the iPhone represents 73.9% of non-business activations. On the other hand, Android has the most consumer users (something to consider with the advent of BYOD). Furthermore, Microsoft has a planned solution for mobile and the &#8216;legacy&#8217; desktop (albeit, no current market share). All this market ‘noise’ complicates IT strategies for building and maintaining applications meant to live for numbers of years.</p>
<p>With so many uncertainties, how can IT be expected to roll out solutions that will last? One approach that is becoming more and more acceptable: ‘Leave it in the cloud.’ In other words, build your applications, or even expose your existing applications, in a way that they can be served to devices. The momentum of this trend means that we can expect to see an increasing use of web technologies (e.g., HTML5) as the front end for enterprise applications. With this approach, the outcome of the current mobility battles will have one less impact on IT.</p>
<p>The bottom-line question you should ask: Do I really need the application to run on the device? Or is it really just a matter of allowing users access to the application?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2012/12/05/a-reason-to-be-os-agnostic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2012/12/05/a-reason-to-be-os-agnostic/</feedburner:origLink></item>
		<item>
		<title>Enterprise Applications and Mobile Devices</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/Gq3gV8dcMI4/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2012/10/20/enterprise-applications-and-mobile-devices/#comments</comments>
		<pubDate>Fri, 19 Oct 2012 17:15:06 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=285</guid>
		<description><![CDATA[I recently read a blog post that examined the battle among the mobile device vendors. In the blog post, &#8220;The iPad Should Be Free&#8221;, the author, Mitch Joel, pointed out that the battle is really about the application ecosystem. It is a good read and makes several points about how app stores and the like [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2012/10/mobile-ecosystem1.jpg"><img class="alignright size-medium wp-image-287" title="mobile ecosystem" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2012/10/mobile-ecosystem1-300x109.jpg" alt="" width="300" height="109" /></a></p>
<p>I recently read a blog post that examined the battle among the mobile device vendors. In the blog post, &#8220;The iPad Should Be Free&#8221;, the author, Mitch Joel, pointed out that the battle is really about the application ecosystem.</p>
<p>It is a good read and makes several points about how app stores and the like make as much or more money than the devices themselves do. Yet, for me, what I found most interesting was what this means for mobile use in the Enterprise.</p>
<p>With so much attention and money at stake around the device specific ecosystems, mobility vendors are offering more and more exclusive and locked-in application options. For the enterprise, this has ramifications and complications which are not good. Enterprise IT does not have the time to accommodate the volatility these application specific ecosystems are creating.</p>
<p>My quick take-away, enterprise IT would be well served to be device agnostic and avoid ties to any of these mobile application ecosystems. And the best way to do that today is to provide cloud style (server based) applications access when possible. Put the enterprise application access on servers that are within the control of IT, then provide access through industry standard options like HTML5.</p>
<p>Mitch&#8217;s Post: <a href="http://www.twistimage.com/blog/archives/the-ipad-should-be-free/">http://www.twistimage.com/blog/archives/the-ipad-should-be-free/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2012/10/20/enterprise-applications-and-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2012/10/20/enterprise-applications-and-mobile-devices/</feedburner:origLink></item>
		<item>
		<title>BPM and its Role with Legacy Modernization</title>
		<link>http://feedproxy.google.com/~r/LegacyModernization/~3/PiT1UbAhV9Y/</link>
		<comments>http://www.attachmate.com/blogs/legacymodernization/index.php/2012/09/28/bpm-and-its-role-with-legacy-modernization/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 15:30:39 +0000</pubDate>
		<dc:creator>Ronald Nunan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.attachmate.com/blogs/legacymodernization/?p=281</guid>
		<description><![CDATA[I just ran across an interesting blog post, &#8220;BPM fills some application modernization needs, not all&#8220;. The author, James A. Denman, brings up a couple of interesting aspects about using business process management (BPM) against legacy application assets for modernization efforts. Bottom line, he makes the point that applying standard BPM practices to legacy applications, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just ran across an interesting blog post, &#8220;<a href="http://searchsoa.techtarget.com/feature/BPM-fills-some-application-modernization-needs-not-all">BPM fills some application modernization needs, not all</a>&#8220;.</p>
<p>The author, James A. Denman, brings up a couple of interesting aspects about using business process management (BPM) against legacy application assets for modernization efforts. Bottom line, he makes the point that applying standard BPM practices to legacy applications, applications that are not easily parsed into understandable building blocks, is often more complicated than one might understand.</p>
<p>As I read the post, I was reminded that not all BPM is equal &#8212; there are higher layer enterprise processes that are typically housed in enterprise class Business Process Management Systems<a href="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2012/09/2003_Enterprise_Application_Integration.png"><img class="alignright size-thumbnail wp-image-282" title="2003_Enterprise_Application_Integration" src="http://www.attachmate.com/blogs/legacymodernization/wp-content/uploads/2012/09/2003_Enterprise_Application_Integration-150x150.png" alt="" width="150" height="150" /></a> (BPMS), and there are lower layer BPM tools that are often used to make sense of terse granular services. It is this second case where I see the role, and necessity, for BPM in most modernization efforts.</p>
<p>As the post implies, the people that expose legacy applications as services have to really understand the legacy application behind the service. This is true because legacy derived services are not truly free of dependencies from other parts of the legacy application. This is not visible to a consumer of the legacy services and it is these hidden dependencies that have to be protected when using the legacy derived services.  To allow these services to be useful, but safe, a simple low level BPM tool is a perfect solution. A BPM tool in the hands of the legacy literate gives them the power to surround the legacy services with processes that govern their use so no direct use of the services that breaks the application dependencies is allowed. It is through this first layer of BPM that non-legacy indoctrinated developers and users can consume and freely use the services that come from the legacy applications.</p>
<p>I agree that IT should not rely on the corporate BPMS and its users to freely create processes for legacy code, at least not without guidance. But it is through the first layer of BPM, the processes that provide needed rules on the safe use of these services, that does allow any and all to leverage the legacy applications for their own purposes.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmate.com/blogs/legacymodernization/index.php/2012/09/28/bpm-and-its-role-with-legacy-modernization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.attachmate.com/blogs/legacymodernization/index.php/2012/09/28/bpm-and-its-role-with-legacy-modernization/</feedburner:origLink></item>
	</channel>
</rss>
