<?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>rsol Weblog</title>
	<atom:link href="http://rsol08.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rsol08.wordpress.com</link>
	<description>beta than ever.</description>
	<lastBuildDate>Tue, 14 Jun 2011 11:02:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rsol08.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>rsol Weblog</title>
		<link>http://rsol08.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rsol08.wordpress.com/osd.xml" title="rsol Weblog" />
	<atom:link rel='hub' href='http://rsol08.wordpress.com/?pushpress=hub'/>
		<item>
		<title>OData the silo buster</title>
		<link>http://rsol08.wordpress.com/2011/06/14/odata-the-silo-buster/</link>
		<comments>http://rsol08.wordpress.com/2011/06/14/odata-the-silo-buster/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 03:33:32 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Netweaver]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[OData]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=195</guid>
		<description><![CDATA[Prominent in both SAP's and Microsoft's technology roadmap's, the Open Data Protocol(OData) promises to break down data silos and simplify integration. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=195&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3><strong>Introduction</strong></h3>
<p>Like many others I am eagerly awaiting the release of SAP Netweaver Gateway, a technology which promises to simplify SAP integration. By exposing SAP Business Suite functionality as REST based OData services Gateway will enable SAP applications to share data with a wide range devices, technologies and platforms in an easy to understand and consume manner.</p>
<p>The intention of this blog is to give a high level overview to the <a href="http://www.odata.org/" target="_top">Open Data Protocol (OData)</a>, showing by example how to access and consume the services.  For a more concise definition I recommend the following recently released article - <a href="http://msdn.microsoft.com/en-us/data/hh237663" target="_top">Introducing OData &#8211; Data Access for the Web, the cloud, mobile devices, and more</a></p>
<h3><strong>What is OData?</strong></h3>
<p><em>“OData is to Rest what MS Access is to databases” </em> a complimentary tweet I read, because MS Access is very easy to learn it allows users to get close to the data and empowers them to build simple and effective data centric applications.</p>
<p><em>“OData can be considered as the ODBC API for the Web/Cloud” </em>– <a href="http://en.wikipedia.org/wiki/Open_Database_Connectivity" target="_top">Open Database Connectivity (ODBC)</a> is a standard API independent of programming language for doing <a href="http://en.wikipedia.org/wiki/Create,_read,_update_and_delete" target="_top">Create, Read, Update and Delete (CRUD)</a> methods on most of the popular relational databases.</p>
<p><em>“OData is a data silo buster&#8221; </em></p>
<p><em></em><img src="http://rsol08.files.wordpress.com/2011/06/silo_buster.png?w=450&#038;h=200" alt="image" width="450" height="200" border="0" /></p>
<p>Source: <a href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80b68e6e-6367-2e10-ee98-bc04a1f812c8" target="_top">SAPNETWEAVER GATEWAY OVERVIEW</a></p>
<div style="background-color:#f6f6f6;">Essentially OData is an easy to understand extensible Web Protocol for sharing data. Based on the REST design pattern and AtomPub standard, it provides consumers with a predictable interface for querying a variety of datasources not only limited to traditional databases.</div>
<h3>OData Services</h3>
<p><a href="http://Odata.org" target="_top">Odata.org</a> provides a sample of the Northwind Database exposed as OData formatted services, this is a great resource for exploring the protocol.</p>
<p>**If you are using IE you may want to disable the feed reading view.</p>
<p>The link below is to the Northwind service document, it lists all of the service operations, each operation represents a collection query-able data.</p>
<p style="text-align:left;"><a href="http://services.odata.org/Northwind/Northwind.svc/" target="_top">http://services.odata.org/Northwind/Northwind.svc/</a></p>
<p style="text-align:left;"><img src="http://rsol08.files.wordpress.com/2011/06/collections.png?w=365&#038;h=174" alt="image" width="365" height="174" border="0" /></p>
<p style="text-align:left;">To access the Customers collection we append the link provided above to the base url as follows</p>
<p style="text-align:left;"><a href="http://services.odata.org/Northwind/Northwind.svc/Customers/" target="_top">http://services.odata.org/Northwind/Northwind.svc/Customers/</a></p>
<p style="text-align:left;">We can accesses specific Customers via the links provided in the feed <a href="http://services.odata.org/Northwind/Northwind.svc/Customers('ALFKI')" target="_top">http://services.odata.org/Northwind/Northwind.svc/Customers(&#8216;ALFKI&#8217;)</a></p>
<p style="text-align:left;">With the query string operations we can start to control the data provided, for example paging Customers 20 at a time.</p>
<p style="text-align:left;"><a href="http://services.odata.org/Northwind/Northwind.svc/Customers?$top=20" target="_top">http://services.odata.org/Northwind/Northwind.svc/Customers?$top=20</a> <a href="http://services.odata.org/Northwind/Northwind.svc/Customers?$skip=20&amp;$top=20" target="_top">http://services.odata.org/Northwind/Northwind.svc/Customers?$skip=20&amp;$top=20</a></p>
<p style="text-align:left;">Using filters we can search for Customers in a particular city or Products in our price range</p>
<p style="text-align:left;"><a href="http://services.odata.org/Northwind/Northwind.svc/Customers?$filter=City%20eq%20'London'" target="_top">http://services.odata.org/Northwind/Northwind.svc/Customers?$filter=City eq &#8216;London&#8217;</a></p>
<p style="text-align:left;"><a href="http://services.odata.org/Northwind/Northwind.svc/Products?$filter=UnitPrice%20le%20200%20and%20UnitPrice%20gt%20100" target="_top">http://services.odata.org/Northwind/Northwind.svc/Products?$filter=UnitPrice le 200 and UnitPrice gt 100</a></p>
<p style="text-align:left;">Once we have found the data we wanted we can use the links to navigate to the related data. <a href="http://services.odata.org/Northwind/Northwind.svc/Suppliers(2)/Products" target="_top">http://services.odata.org/Northwind/Northwind.svc/Suppliers(2)/Products</a></p>
<p style="text-align:left;"><a href="http://services.odata.org/Northwind/Northwind.svc/Products(5)/Order_Details" target="_top">http://services.odata.org/Northwind/Northwind.svc/Products(5)/Order_Details</a></p>
<p style="text-align:left;">Finally we can format the response as JSON</p>
<p style="text-align:left;"><a href="http://services.odata.org/Northwind/Northwind.svc/Products(2)?$format=json" target="_top">http://services.odata.org/Northwind/Northwind.svc/Products(5)?$format=json</a></p>
<p style="text-align:left;"><img src="http://rsol08.files.wordpress.com/2011/06/odata_json.png?w=688&#038;h=240" alt="image" width="688" height="240" border="0" /></p>
<h3><strong>Consuming OData</strong></h3>
<p>To illustrate how easy it is to consume OData, I am sharing simple JQuery Mobile application, it uses the following tables and relationships.</p>
<p><img src="http://rsol08.files.wordpress.com/2011/06/northwind1.png?w=355&#038;h=185" alt="image" width="355" height="185" border="0" /></p>
<p><a href="http://code.google.com/p/share-some-code/source/browse/Odata_jqm.html" target="_blank">OData Sample Application</a> - hopefully the 100 lines of HTML code, JavaScript and annotations are easy to follow, copy the source to a html file, save it locally and run in a browser. Best viewed in the latest versions of Firefox, Chrome and IE.</p>
<table style="width:100%;" border="0">
<tbody>
<tr>
<td><img src="http://rsol08.files.wordpress.com/2011/06/pic1.png?w=150&#038;h=250" alt="image" width="150" height="250" border="0" /></td>
<td><img src="http://rsol08.files.wordpress.com/2011/06/pic2.png?w=150&#038;h=250" alt="image" width="150" height="250" border="0" /></td>
<td><img src="http://rsol08.files.wordpress.com/2011/06/pic3.png?w=150&#038;h=250" alt="image" width="150" height="250" border="0" /></td>
</tr>
</tbody>
</table>
<h3>Opening up more than data</h3>
<p>A couple of months ago I set off on a exercise to learn all I could about OData, along the way I started investigating some of the available opensource libraries like <a href="http://datajs.codeplex.com/" target="_self">datajs</a> and <a href="http://code.google.com/p/odata4j/" target="_top">odata4j</a>, rediscovering a passion for JavaScript and Java.  Through the many examples and resources available it was surprising how easy it was to take my limited skills into the world of Cloud and Mobile application development.</p>
<h3>Conclusion</h3>
<p>Similar in many ways to ODBC and <a href="http://en.wikipedia.org/wiki/SOAP" target="_top">SOAP</a>, OData is an initiative started by Microsoft as means for providing a standard for platform agnostic interoperability. For it to become successful it needs to be widely adopted and managed.</p>
<p>From a high level the strengths of OData are that it can be used with a multitude of data sources, it is easy to understand and consume. From what I have seen it will be great for simple scenarios and prototyping. Early to tell what its real weaknesses are, however to be simple and easy to use there has to be either a lot of pipes and plumbing or constraints and limitations when used on top of technologies like BAPI&#8217;s and BDC&#8217;s, things like managing concurrency, transactions and state come to mind. Conversely the threats of not being adopted and competing standards and initiatives like <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework" target="_self">RDF</a> and <a href="http://code.google.com/apis/gdata/" target="_top">GData</a> represent some big opportunities for an extensible protocol.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=195&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2011/06/14/odata-the-silo-buster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2011/06/silo_buster.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2011/06/collections.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2011/06/odata_json.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2011/06/northwind1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2011/06/pic1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2011/06/pic2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2011/06/pic3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Netweaver Portal not needed anymore?</title>
		<link>http://rsol08.wordpress.com/2010/07/17/new_ess/</link>
		<comments>http://rsol08.wordpress.com/2010/07/17/new_ess/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:41:23 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Netweaver]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=155</guid>
		<description><![CDATA[Could the porting of ESS from Java to ABAP be the beginning of the end of SAP Netweaver Portal?
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=155&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently sat in on a number of Ramp Up Knowledge Transfer (RKT) sessions for SAP ERP HCM Employee Self Service (ESS) and Manager Self Service (MSS). Over the last couple of years SAP have talked to many customers about their requirements in this area, in particular smaller customers, who want to reduce the current cost of ownership, in short the portal environment is too expensive for them.</p>
<p>The majority of SAP Netweaver Portal deployments have typically been vertically focused only, providing access to SAP applications in particular ESS and MSS. Only large enterprises and wall-to-wall SAP shops seem to use SAP Portal for content management, application integration and collaboration. The feedback from many customers who have reluctantly implemented the Netweaver Portal to take advantage of SAP functionality is that it is a bloated collection of un-pluggable applications, too rigid and constrained for them to consider as a complete horizontal portal solution.</p>
<p>Starting with Enhancement Pack 5 (Ehp5), the SAP Enterprise Portal infrastructure is not mandatory for ESS and MSS functionality. All role content will be ABAP based and applications will be deployed using Webdynpro for ABAP (WD4A) Floor Plan Manager (FPM).</p>
<p>The move from Java to ABAP potentially means for a lot of custmers no more dependence on the Portal, no need for a Java stack or Java development and technical resources.</p>
<p>Could the porting of ESS from Java to ABAP be the beginning of the end of SAP Netweaver Portal or is this part of a strategy for meeting the different customer technology requirements?</p>
<p>Gartner adds insight in its Magic Quadrant for Horizontal Portals report 2009</p>
<blockquote><p>Some customers are looking to expose SAP transactions in other portals.</p></blockquote>
<blockquote><p>SAP has shifted from its original strategy of Netweaver Portal being the only portal necessary across large enterprises to one accepting the existence of other portal technologies.</p></blockquote>
<p>The report also says</p>
<blockquote><p>Netweaver Portal has some gaps when compared with other leading horizontal portal products in content management, collaboration, social networking and enterprise mashup capability.</p></blockquote>
<p>This would explain some of the other more predictable ways SAP are improving the cost of owning Netweaver Portal for their customers, including:</p>
<li>an enhanced configurable Ajax framework with widgets and drop and drag functionality</li>
<li>an improved WYSIWYG Web Page Composer with mashup capabilities</li>
<li>personal and shared Workspaces</li>
<li>Wiki and Forum applications</li>
<li>automated and integrated transports</li>
<li>greater interoperability and openness through industry standards</li>
<p>Not to mention some of complimentary <a href="http://en.wikipedia.org/wiki/Enterprise_content_management">ECM</a>, <a href="http://en.wikipedia.org/wiki/Business_process_modeling">BPM</a> and <a href="http://en.wikipedia.org/wiki/Enterprise_information_management">EIM</a> applications available from SAP and partners</p>
<p>For many who were looking for an out these changes will represent the beginning of end of thier Netweaver Portal journey. For those companies identified as already having a multi portal landscape these changes will be seen as options and opportunities, likewise for those who haven&#8217;t yet thought about it.  For the companies who have chosen Netweaver as a platform for compostition and collaboration they will see the changes as a sign of a platform maturing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=155&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2010/07/17/new_ess/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>
	</item>
		<item>
		<title>SAP Business Rules Framework (BRFplus)</title>
		<link>http://rsol08.wordpress.com/2010/07/10/sap-business-rules-framework-brfplus/</link>
		<comments>http://rsol08.wordpress.com/2010/07/10/sap-business-rules-framework-brfplus/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 10:34:29 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[BRF]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[PI/XI]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=117</guid>
		<description><![CDATA[Very effective video for explaining the benefits of BRFplus. For a while now I have been meaning to write about the potential of BRFplus. It makes a lot of sense for the business rules to be available as webservices and reused where ever possible.  One such use case would be in PI/XI where traditionally we would save mapping rules in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=117&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://rsol08.wordpress.com/2010/07/10/sap-business-rules-framework-brfplus/"><img src="http://img.youtube.com/vi/2ouhJeH02HU/2.jpg" alt="" /></a></span>
<p>Very effective video for explaining the benefits of BRFplus.</p>
<p>For a while now I have been meaning to write about the potential of BRFplus. It makes a lot of sense for the business rules to be available as webservices and reused where ever possible.  One such use case would be in PI/XI where traditionally we would save mapping rules in the Java cache, being a fan of separating concerns replicating business rules has never sat well with me.</p>
<p>Unfortunately someone beat me to it <a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18591">PI/XI: BRFPlus &#8211; an alternative for value mapping tables and Z-tables for integration</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=117&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2010/07/10/sap-business-rules-framework-brfplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>
	</item>
		<item>
		<title>SAP NWBC and BSP</title>
		<link>http://rsol08.wordpress.com/2010/05/11/sap-nwbc-and-bsp/</link>
		<comments>http://rsol08.wordpress.com/2010/05/11/sap-nwbc-and-bsp/#comments</comments>
		<pubDate>Tue, 11 May 2010 02:27:28 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Netweaver]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=141</guid>
		<description><![CDATA[I have really enjoyed coding in Business Server Pages since my days in the late 90&#8242;s specializing in SAP CRM. Lately I haven&#8217;t had much need to put my skills to action. Not that I dont enjoy WD4A, I just find the flexibility of BSP development more condusive to providing a better user experience. Imagine how happy I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=141&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://rsol08.wordpress.com/2010/05/11/sap-nwbc-and-bsp/"><img src="http://img.youtube.com/vi/KMDND2jkjwo/2.jpg" alt="" /></a></span>
<p>I have really enjoyed coding in Business Server Pages since my days in the late 90&#8242;s specializing in SAP CRM. Lately I haven&#8217;t had much need to put my skills to action. Not that I dont enjoy WD4A, I just find the flexibility of BSP development more condusive to providing a better user experience.</p>
<p>Imagine how happy I was when I loaded the Gadgets Page Framework for NWBC 3.0 and found it was written using BSP.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=141&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2010/05/11/sap-nwbc-and-bsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>
	</item>
		<item>
		<title>The New SAP UI</title>
		<link>http://rsol08.wordpress.com/2008/07/02/the-new-sap-ui/</link>
		<comments>http://rsol08.wordpress.com/2008/07/02/the-new-sap-ui/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 08:31:21 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=75</guid>
		<description><![CDATA[Intrigued by Goodness coming to Web Dynpro Abap near you. I was redirected to this presentation on blip Web2.0 meets Business Process. Indeed!! SAP Eventus &#8211; The Human Face of Business Scenarios was a Composition on Grails prototype, released to public late last year it demonstrated Enterprise 2.0 principles by highlighting a real life collaborative [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=75&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Intrigued by <a href="http://nigeljames.wordpress.com/2008/07/02/goodness-coming-to-web-dynpro-abap-near-you/">Goodness coming to Web Dynpro Abap near you.</a> I was redirected to this presentation on <a href="http://sapnwpadev.blip.tv/#858165">blip</a></p>
<p><a href="http://sapnwpadev.blip.tv/#858165"><img class="aligncenter size-full wp-image-92" src="http://rsol08.files.wordpress.com/2008/07/new_ui1.png?w=450&#038;h=293" alt="" width="450" height="293" /></a></p>
<p>Web2.0 meets Business Process. Indeed!!</p>
<p><a href="http://www.youtube.com/watch?v=T4h08sjc6uA">SAP Eventus &#8211; The Human Face of Business Scenarios</a> was a <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7526">Composition on Grails</a> prototype, released to public late last year it demonstrated Enterprise 2.0 principles by highlighting a real life collaborative business process scenario.</p>
<p>The next iteration of <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6977">Eventus</a> utilizes much more of the SAP products we are familiar with and showcases the &#8220;signature design&#8221; of the new Business Client <a href="http://www.sapdesignguild.org/community/readers/reader_ux_vd.asp">&#8220;Nova&#8221;</a> debuted at SAPPHIRE this year. One thing is for sure with the new look prototype we have a contender for this years Demo Jam.</p>
<p>SAP never looked better &#8211; drop and drag widgets, drag and relate objects, google maps, enterprise and web searches, Flash/Flex/AIR, BSP, Webdynpro, SAP Gui and much more all seamlessly delivered in a single UI, I even saw Textpad in there somewhere, I can only imagine the services and events utilized behind the scenes.</p>
<p>Sign me up, where&#8217;s the project, I want to start imagining the possibilities.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rsol08.wordpress.com/75/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rsol08.wordpress.com/75/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=75&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2008/07/02/the-new-sap-ui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2008/07/new_ui1.png" medium="image" />
	</item>
		<item>
		<title>Chess, design and software</title>
		<link>http://rsol08.wordpress.com/2008/07/01/chess-poker-and-software/</link>
		<comments>http://rsol08.wordpress.com/2008/07/01/chess-poker-and-software/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 13:57:35 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chess]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=65</guid>
		<description><![CDATA[I am a big fan of chess, as a life tool i find it teaches me to have patients, not be impulsive and to understand the consequence of every action. Thomas Otter has done a good job of comparing principles of Chess, design and software Poker is another game that i like to play, Software [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=65&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am a big fan of chess, as a life tool i find it teaches me to have patients, not be impulsive and to understand the consequence of every action.</p>
<p>Thomas Otter has done a good job of comparing principles of <a href="http://theotherthomasotter.wordpress.com/2008/06/30/chess-design-and-software/">Chess, design and software</a></p>
<p>Poker is another game that i like to play, <a href="http://www.infoq.com/articles/fields-it-depends">Software Development Lessons Learned from Poker</a> teaches us to be aware of the variables and act on the ones that matter.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rsol08.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rsol08.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=65&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2008/07/01/chess-poker-and-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>
	</item>
		<item>
		<title>looking through the glass door</title>
		<link>http://rsol08.wordpress.com/2008/06/30/glass-door/</link>
		<comments>http://rsol08.wordpress.com/2008/06/30/glass-door/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 03:18:30 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=50</guid>
		<description><![CDATA[What is it really like working for a big 4 consultancy? “Do it for your resume and get out” “OK, but a bit soul destroying.” “Great place to launch a career, .. plan to build a strong network on day one.” What would it be like working in Silicon valley? “An Elitist&#8217;s Playground” “Great just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=50&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/aluc71/2203314725/"><img class="aligncenter" src="http://farm3.static.flickr.com/2412/2203314725_1061f97965.jpg?v=0" alt="http://www.flickr.com/photos/aluc71/2203314725/" width="392" height="260" /></a></p>
<p>What is it really like working for a big 4 consultancy?<br />
“Do it for your resume and get out”<br />
“OK, but a bit soul destroying.”<br />
“Great place to launch a career, .. plan to build a strong network on day one.”</p>
<p>What would it be like working in Silicon valley?<br />
“An Elitist&#8217;s Playground”<br />
“Great just isn&#8217;t good enough.”<br />
“a fantastic place to work.”</p>
<p>How do their salaries compare<br />
Google &#8211; $US $113,000<br />
Yahoo &amp; Microsoft &#8211; $US 106,000<br />
Apple &#8211; $US 89,000</p>
<p>Just a few of the comments and salary reviews employees have left on <a href="http://www.glassdoor.com/">Glassdoor</a> a new website allowing us to look through the window and see how green the grass is.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rsol08.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rsol08.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=50&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2008/06/30/glass-door/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2412/2203314725_1061f97965.jpg?v=0" medium="image">
			<media:title type="html">http://www.flickr.com/photos/aluc71/2203314725/</media:title>
		</media:content>
	</item>
		<item>
		<title>Specialist or Generalist</title>
		<link>http://rsol08.wordpress.com/2008/06/14/specialist-or-generalist/</link>
		<comments>http://rsol08.wordpress.com/2008/06/14/specialist-or-generalist/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 02:20:39 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=47</guid>
		<description><![CDATA[This pic reminds me of my time in London cause it looks like the underground tube map. The bubble had just burst, the market was volatile, technology was fleeting and customers demanding. Do I get off at first stop and specialize in a technology that i like, running the risk of missing the needed connections. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=47&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/davegray/1180687751"><img class="aligncenter" src="http://farm2.static.flickr.com/1408/1180687751_72509dc2cb.jpg?v=0" alt="Generalist or Specialist?" width="466" height="382" /></a></p>
<p style="text-align:left;">This pic reminds me of my time in London cause it looks like the <a href="http://upload.wikimedia.org/wikipedia/en/d/d4/TubeMapZ1_TFL.png">underground tube map</a>. The bubble had just burst, the market was volatile, technology was fleeting and customers demanding. Do I get off at first stop  and specialize in a technology that i like, running the risk of missing the needed connections. Or move on constantly reinvent and have to compete for a seat in the crowd.</p>
<p style="text-align:left;">Not much has changed &#8211;   know everything about nothing or nothing about everything.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rsol08.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rsol08.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=47&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2008/06/14/specialist-or-generalist/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>

		<media:content url="http://farm2.static.flickr.com/1408/1180687751_72509dc2cb.jpg?v=0" medium="image">
			<media:title type="html">Generalist or Specialist?</media:title>
		</media:content>
	</item>
		<item>
		<title>ABAP &#8211; what happened?</title>
		<link>http://rsol08.wordpress.com/2008/06/11/abap-what-happened/</link>
		<comments>http://rsol08.wordpress.com/2008/06/11/abap-what-happened/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 10:48:41 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[ESOA]]></category>
		<category><![CDATA[PI/XI]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=44</guid>
		<description><![CDATA[ABAP is an abbreaviation of the German word Allgemeiner Berichtsaufbereitungsprozessor if you run the phrase through babelfish and it translates to &#8220;General report preparation processor&#8221;. For a long time ABAP was seen as that a report writing language, to the uninitiated it was viewed as a lesser easy to learn language and the programmers who [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=44&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://rsol08.files.wordpress.com/2008/06/abap_what_happened.png"><img class="alignleft size-full wp-image-45" src="http://rsol08.files.wordpress.com/2008/06/abap_what_happened.png?w=120&#038;h=103" alt="" width="120" height="103" /></a>ABAP is an abbreaviation of the German word <strong>A</strong>llgemeiner <strong>B</strong>erichts<strong>a</strong>ufbereitungs<strong>p</strong>rozessor if you run the phrase through babelfish and it translates to &#8220;General report preparation processor&#8221;. For a long time ABAP was seen as that a report writing language, to the uninitiated it was viewed as a lesser easy to learn language and the programmers who used it were looked down on as coders and not developers. ABAP has gone through many iterations, the biggest of which would have to be the introduction of SAP WebAS where ABAP finally broke away from being a report writing language and became the backbone to a suite of web application development platforms.<br />
<span id="more-44"></span><br />
Prior to the SAP WebAS Web enabling was quite frustrating for SAP developers. The SAP ITS (internet transaction server) programming model was SAP&#8217;s preferred enabling technology, essentially you screen scraped SAP transactions and with the aid of a template language you could present browser based screens. It was very proprietary, hard to integrate, hard to extend and tightly coupled. Other techniques for e-enabling were to use lightweight SAP connectors or roll-you-own. Without a reliable framework most companies opted for the trusted reliance of brokered middleware solution.</p>
<p>Then along came the SAP WebAS server, it promised and delivered open integration. <strong>Web applications and webServices written in ABAP</strong>. Initially there was very little help available. Then in late 2003 when most needed the SAP Developer Network (SDN) arrived. Everyday there was a must read article. We were learning from the ground up, direct from the horses mouth &#8211; product developers and architects. To begin with we learn t the basics like how the webserver worked, then on to more advanced topics reusable patterns and creating patterns engines. We weren&#8217;t only learning about iterators, singletons, factory methods and effective coding principles like serializing, data binding, stateful vs stateless, but getting context into how they could be best incorporated into our developments.</p>
<p>6 months after SDN started and SAP integrated Java into the WebAS platform, previously SAP like many of its competitors had been using <a href="http://tomcat.apache.org/">Tomcat </a>to deploy its J2ee apps, a few smart takeovers later like<a href="http://www.b2banalysts.com/new/research/shorttakes/4102001.html"> TopTier</a> and InQMy and SAP had their own J2ee engine. Here was a framework which incorporated arguably the most complete Java environment. No more source control headaches, the Java Development Infrastructure (later NWDI) had a completely integrated change management and transport system. The development tool set offered a WYSIWYG model driven RAD design <a href="http://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a>. The main benefits webServices and webdynpro meant that SAP had now got enterprise interoperability &#8211; structured (EJB, webServices, RFC,s etc) and unstructured data could be presented in a client agnostic enterprise grade front-end.</p>
<p>For many the introduction of Java was seen as the beginning of the end for ABAP, SAP would surely see the error in the way and stop investing in the legacy of ABAP and start looking to the future.</p>
<p>For a good 2.5 years up until 2006 there was a real thinktank on SDN and the ABAPers were leading the way. Now in 2008 and the developer thought seems to have been replaced with strategic talk around eSOA and business processes, the must read articles for me are few and far between.</p>
<h3><strong>What happened &#8211; is ABAP dead?</strong></h3>
<p>My view is that the Netweaver development platform has matured to a level where currently there is just nothing new to talk about at present, this will change.</p>
<p>As I read the agenda for <a href="http://www.sapteched.com/usa/">SAP TECHED 08</a> <span style="color:#a4a4a4;"><strong>“CONNECT. COLLABORATE. CO-INNOVATE!”</strong></span> SAP seems to be veering away from proprietary Netweaver and heading towards &#8220;heterogeneous inter-operable&#8221; Netweaver. This will mean adopting a more plug and play approach for development to cater to for the best of breed needs of its customers, case in point the Enterprise Service Bus. To me ESB means a paradigm shift from middleware hub-and-spoke integration to event driven peer to peer integration, containers and standards will replace the central hub as a means to providing guaranteed delivery.</p>
<p>Hey what do you know ABAP WebAS integration engine is a standalone webservice container, it plays well on its own and also plays well with other containers like the ESR (UDDI compliant &#8211; enterprise service registry ) without the need for a centralised hub in the middle (PI). <a href="http://en.wikipedia.org/wiki/WS-ReliableMessaging">WS-RM </a>is one of the standards adapted into both ABAP and Java webservices as a means to guarantee delivery, this is only the start, better things are sure to follow.</p>
<h4>The future for SAP development looks like plug-and-play and allowing customers freedom of choice.</h4>
<h3>How would you like your integration wrapped &#8211; ABAP and or Java?</h3>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rsol08.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rsol08.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=44&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2008/06/11/abap-what-happened/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2008/06/abap_what_happened.png" medium="image" />
	</item>
		<item>
		<title>SAP TECHED 2007 LAS VEGAS (redux)</title>
		<link>http://rsol08.wordpress.com/2008/06/05/sap-teched-07/</link>
		<comments>http://rsol08.wordpress.com/2008/06/05/sap-teched-07/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 08:03:51 +0000</pubDate>
		<dc:creator>rsol1</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[BAM]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[Duet]]></category>
		<category><![CDATA[ESA]]></category>
		<category><![CDATA[MDM]]></category>
		<category><![CDATA[PI/XI]]></category>
		<category><![CDATA[Process Integration]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[Teched]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://rsol08.wordpress.com/?p=40</guid>
		<description><![CDATA[This years SAP Teched tells us to &#8220;CONNECT. COLLABORATE. CO-INNOVATE!&#8221; Connect, collaborate, and co-innovate with the best minds in the IT industry. Get the knowledge, skills, and professional network needed to take advantage of SOA. Learn how to use the power and flexibility of SAP NetWeaver to co-innovate with SAP Inspiring I know. Before you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=40&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://rsol08.files.wordpress.com/2008/06/teched07.png"><img class="alignleft size-full wp-image-41" src="http://rsol08.files.wordpress.com/2008/06/teched07.png?w=120&#038;h=160" alt="" width="120" height="160" /></a>This years SAP Teched tells us to<br />
<span style="color:#a4a4a4;"><strong>&#8220;CONNECT. COLLABORATE. CO-INNOVATE!&#8221;</strong></span></p>
<li>Connect, collaborate, and co-innovate with the best minds in the IT industry.</li>
<li>Get the knowledge, skills, and professional network needed to take advantage of SOA.</li>
<li>Learn how to use the power and flexibility of SAP NetWeaver to co-innovate with SAP</li>
<p>Inspiring I know. Before you run off to convince your boss that you should go to Vegas for a week long jolly. Enjoy<br />
<span style="color:#a4a4a4;"><strong>&#8220;ENTERPRISE SOA &#8211; PUT THE POWER TO WORK!&#8221;</strong></span><br />
<span id="more-40"></span><br />
<span class="a">As expected the main buzz at Tech-ed was again around enterprise services and composite applications. Aside from the usual SAP showcase road show there was a lot of side talk and presentations around Web 2.0 and Enterprise 2.0. A couple of the key concepts that I walked away with were Collective Intelligence applications and Enterprise Widgets.</span></p>
<p>Contrary to popular belief Web2.0 is more than rounded corners, stripes and beta stars. Web 2.0 is about content and collaboration. A collective intelligence application gets smarter as people uses it. Various examples illustrated were of wiki faq&#8217;s, blog product reviews and forum style customer self service applications where the customer and the vendor share the same configuration and data, with use the information becomes a lot more applicable concise and reliable, which means win win.</p>
<p>Widgets were really big this year, widgets are light weight mini apps that allow users to monitor or interact with certain information. Widgets can be desktop based, web based or a combination of both. Some examples of widgets I saw were of system monitoring, reporting and simple approvals for things like transports or purchase orders.Various vendors showcased there widget servers which allowed for remote and local SAP integration through community portals such as Yahoo. This was pretty powerful, say your on the road and need to approve some purchase orders in SAP you can do this through Yahoo. SAP themselves showcased some widget development, I wasn&#8217;t quite sure of the positioning of widgets given their enterprise portal solution.</p>
<h3>Enterprise Services Oriented Architecture</h3>
<p>Went to quite a few workshop and presentations on Enterprise Services and not much has really changed, SAP are still saying the same thing, the nice thing is that they are slowly delivering and this shows through some of the customer presentations.<br />
What I was impressed with was SAP&#8217;s market awareness; they are at the forefront of a lot of open and industry specific initiatives. The phrase interoperability has now replaced the word proprietary. One initiative that surprised me was the &#8220;Imagineering Fellowship&#8221;, SAP have a secondment program whereby they get community experts together from Customers and Partners to brainstorm and prototype new initiatives, I met a few participants the results looked pretty cool.</p>
<h3>Process Integration</h3>
<p>Went to a quite a few workshops on XI, I was specifically interested in what was coming up and what was the hype around End-toEnd (E2E), Business Activity Monitoring (BAM) and the Consumer Environment (CE).</p>
<p>XI is going through another re-branding from Integration to Enterprise. This re-branding is due to component changes which align nicely with the ESA strategy, the enterprise repository supersedes the integration repository and provides better global data, service definitions and mappings, this will makes it a lot easier to use and understand. I did a couple of workshops test driving the new product (7.1), some of the concepts like xml validation, pre-defined content and vendor adaptors (interoperability) are a long time coming. The service registry takes the UDDI webservice directory concept into the future by putting governance and process around reuse. On the whole I felt the new applications are leaps and bounds ahead of the initial offering but some concepts are still in beta mode. The service modeling tools are very cool but felt like taking the scenic route.</p>
<p>Business Activity Monitoring (BAM) for SAP is still very much a concept when compared with webMethods offering. SAP aims to extend traditional workflow, BPM and BPEL by providing event driven process milestone monitoring using webservices. A lot of key words but the idea behind a BAM framework is to provide an easy, consistent way to centrally monitor heterogeneous business applications. For BPM and BAM to be successful I feel that SAP needs to focus on user federation (principal propagation as SAP coined it) and that the workflow engine needs to be decoupled from the brokered middleware. Maybe this is project Galaxy</p>
<p>I went to a workshop on End-To-End solution operations for XI, this seems to be a packaged service / strategy offered by SAP to do root cause analysis, diagnostics, change management and business process integration. It is quite disjointed to be called End to End however some good tools and concepts.</p>
<p>The Consumer Environment (CE) was something I heard about before I went to tech-ed, I attended a couple of presentations and all i can think of is it is targeted at non XI customers and ISV&#8217;s. As it suggests the CE is environment for consuming enterprise services, it appeared to me to be a cut down Netweaver framework with the latest WebAS built on Java EE 5. I can only imagine that they will be adding more later if this is targeted at software partners with a view to enabling and innovating.</p>
<h3>Master Data Management</h3>
<p>I think everybody is in violent agreement that master data management is the backbone to an Service Oriented Architecture, given this <strong>why hasn&#8217;t SAP MDM taken off</strong>?</p>
<p>I sniffed around a few workshops and demos on MDM to see what has changed in the 12 months since I last looked. The presentations are still the same, heavy on positioning and light on real world examples of delivery. The only thing I could see that has changed in the last year is they have delivered more admin and configurations functions through the portal.</p>
<p>The focus is still very much on modeling processes. The modeling tools delivered by SAP still have that 80/20 feel, as soon as you get into the reality of integration and transaction integrity you realize the modeling is only good for prototyping or very simple processes. As a product suite it feels more like disjointed software and concepts, heavily reliant on XI and Portal for integration.</p>
<h3>Duet</h3>
<p>Got time with the SAP Duet Product Manager, last time I saw Duet I left with more questions than answers and felt that it far too many limitations, specifically infrastructure requirements, available functionality and the ability to extend.</p>
<p>SAP has added a few new scenarios like E-recruitment and various CRM processes. I was really impressed how Outlook is used as a framework seamlessly deliver functionality of other MS products &#8211; for example the Infopath forms combined with task bar and help functions makes the screens very easy to navigate and understand. The product is still focused on occasional users and managers. The scope of functionality is very specific and configuration limited to aesthetics . I was told that in the near future there is plans for an SDK but didn&#8217;t get a feel how easy it would be to extend or add own functionality.</p>
<p>Figures quoted to me were around 700 global projects and less than a hand full of sites live. Despite SAP saying that Duet is meant to compliment their Netweaver offerings (Portal), the product feels like <strong>a show case for Microsoft Office.</strong> Given the limitations in infrastructure, licensing, scenarios and configuration, it begs the question why wouldn&#8217;t you develop a solution yourself independent of both SAP and MS.</p>
<h3>Conclusion</h3>
<p>SAP the company seems a lot wiser and more market conscious. I think that this can be put down to the community networking sites and the industry initiatives that they have been involved in. The last tech-ed I went to there was a real SAP v Oracle v Microsoft v IBM feel, a lot of chest beating, back slapping and hype. This time round there was far less hype and misdirection. Instead of trying to one up their competitors, they are now working closer with them and looking to their customers for inspiration and feedback.</p>
<p>On the whole there was nothing really new at Tech-ed, this is a relief because it showed that the technical directions taken in the past have proven to be the right ones. Apart from a few surprise mergers and acquisitions I think the technology is pretty much set and will continue to mature over the next few years. What I would expect is for SAP to look externally for innovation and start pushing harder Netweaver as an open development platform.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rsol08.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rsol08.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsol08.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsol08.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsol08.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsol08.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsol08.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsol08.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsol08.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsol08.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsol08.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsol08.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsol08.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsol08.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsol08.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsol08.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsol08.wordpress.com&amp;blog=3739890&amp;post=40&amp;subd=rsol08&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsol08.wordpress.com/2008/06/05/sap-teched-07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/086ff45bf9e25af5f6d6bb318cc4d07a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsol1</media:title>
		</media:content>

		<media:content url="http://rsol08.files.wordpress.com/2008/06/teched07.png" medium="image" />
	</item>
	</channel>
</rss>
