<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://www.ebizq.net/blogs/">
<title>ebizQ&apos;s Business Agility Watch</title>
<link>http://www.ebizq.net/blogs/</link>
<description>ebizQ Managing Editor Peter Schooff gives a daily dose of Web happenings for the business technology industry; the industry that builds, powers and ensures business success. </description>
<dc:language>en</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-06-30T13:00:47-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/post_2.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/here_we_go_agai.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/tony_baer_on_th_1.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/more_bpm_change.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/its_not_just_in.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/and_the_origins.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/evolve.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/axway_acquires.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/live_coverage_o.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/bpm_and_soa_dif.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/06/connect_with_co.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/05/recent_ebizq_ar.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/05/ebizqs_new_virt.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/04/ebizq_podcast_p.php" />
<rdf:li rdf:resource="http://www.ebizq.net/blogs/archives/2008/04/is_soa_boring_t.php" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/post_2.php">
<title>Managing the Continuous Evolution of Complex SOA Systems: Amberpoint Explains</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/post_2.php</link>
<description><![CDATA[<p>***<em>Editor's Note: Interested in SOA governance, then you cannot miss the upcoming ebizQ webinar, "Changing Tires on a Moving Car," which you can sign up for <a href="http://www.ebizq.net/webinars/9726.html"target="_blank">right here</a>.</em></p>

<p>What follows is my podcast with Andrew Brown, the Director of Product Strategy for <a href="http://www.amberpoint.com/"target="_blank">AmberPoint</a>.  Andrew works closely with hundreds of enterprise customers, which helps him set the company’s road map for SOA Security Solutions.   Also, Andrew will be one of the featured speakers at AmberPoint’s upcoming webinar with ebizQ on July 15th, called <a href="http://www.ebizq.net/webinars/9726.html"target="_blank">Changing Tires on a Moving Car</a>, which will cover solutions for governing the continuous evolution of complex SOA systems.  This podcast provides a quick introduction to what will be covered in more depth and detail in the webinar.</p>

<p>Listen to or download the 5:57 minute podcast below:</p>

<p><object type="application/x-shockwave-flash" height="28" width="300" data="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/PSAmberpoint.mp3"><br />
<param value="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/PSAmberpoint.mp3" name="movie" /></object><br />
<a href="http://www.ebizq.net/blogs/news_security/PSAmberpoint.mp3">Download file</a></p>

<p>------ TRANSCRIPT ------</p>

<p><strong>Now, first of all, many companies today are turning to SOA in search of agility.  But isn’t it the same agility and rapid change that is causing a lot of problems in these companies? </strong></p>

<p>Well, in fact, it is and the main issue is that this agility comes from moving away from what we think of as traditional monolithic applications, and more waterfall approaches towards componentized architectures, and really more iterative development practices.  And that means that usually different teams are going to own the atomic pieces of functionality that’s associated with these larger composite applications that are usually associated with SOA.   </p>

<p>And those components are also going to be involved in end-to-end transactions that span the whole service network.  They may even call out to external services that are beyond the direct control of internal teams responsible for development for testing, for deployment, and even operations.  And so what this boils down to is the fact that applications are going to be updated piecemeal.   </p>

<p>They are going to be updated in small kind of bite-sized chunks rather than getting pushed out all at once.  And what this means is that a new component is not really going to be battle tested until its running in the context of the runtime environment.  And the issues are functional changes that may break applications and also performance issues that can't really be forecast using traditional tools.   </p>

<p>And then on top of this, you have the fact that a lot of the functional aspects of a service are prone to change even after its been deployed and you can chalk that up to loose coupling, and unintended reuse, and other aspects of SOA applications.  And if you are successful with SOA, consumers are going to find new uses for your services even after you’ve relinquished control of them.   </p>

<p>And then on top of that, you can add governance as an issue.  The center of excellence or whomever is responsible for governance is going to be applying policies to your services even after you’ve pushed them out into the runtime environments and these are policies such as authentications, such as access control, logging, and various types of quality of service policies. </p>

<p><strong>Interesting.  So what exactly is the best approach for making sure change services and policies will work then? </strong></p>

<p>Well, the best approach would be to fully replicate the production environment in an operational acceptance environment where all the components could be tested as a whole with all the firewalls and the load balancers and all the routers that makeup the production environment.  But, of course, that’s prohibitively expensive.   </p>

<p>The degree to which the difference between your operational acceptance and your production environment is really one of the major factors that feed into your deployment risk.  If your staging environment nothing’s like your production environment, you’re going to have a lot of risk.  And so the basic challenge for validation is to reduce that risk.   </p>

<p>So first, you need to be able to baseline the production environment, or whatever runtime environment you have to be working with.  And by baseline, what we mean is really kind of a snapshot in time.  What are the dependences between the services? How are services being consumed?  What are the traffic volumes, message types, and so on?   </p>

<p>And then you need to be able to replay those baselines against your service network at some point in the future such as after you’ve made a change to the system, like updating component, changing its functionality, or applying a policy to a service.  And so really the more realistic the baselines you work with, the lower your risk is going to be when you finally deploy your services.   </p>

<p>And you need to be able to baseline and replay complex end-to-end transactions.  And that’s a real challenge and that’s something that AmberPoint SOA Validation System can help you with. </p>

<p><strong>Can you give me a quick overview of how quality assurance and validation can work together? </strong></p>

<p>Well, that’s actually -- there’s a very simple answer to that question that has really lots of implications.  And basically, the answer is that validation in the runtime environment building these baselines can feed various quality processes with operationally realistic snapshots.   </p>

<p>So in other words, real data, real traffic flows, real service behavior can be modeled throughout the service devolvement lifecycle, which means that, for example, developers can work with more complete simulations of composite applications, QA teams can work with more realistic traffic patterns for doing load and capacity testing.  And finally, operations teams can run really what we think of as a preflight check for applications before they actually get turned on the production environment.   </p>

<p>So using these various baselines and snapshots, the operations team can go ahead and rerun these before turning the applications on with a much higher-level confidence of the integrity, the continuing interoperability, the capacity that’s been deployed in support of these different applications, and in support of these end-to-end complex transactions.   </p>

<p>PS: Excellent information, Andrew.  And I want everyone to know listening to this it’s just a preview and you should definitely signup for AmberPoint’s Webinar Changing Tires on a Moving Car.  Also, if you have any questions, feel free to log onto ebizQ and submit them <a href="http://www.ebizq.net/webinars/9726.html"target="_blank">right here</a>.  Thank you so very much for joining me today, Andrew. </p>]]></description>
<dc:subject>Podcast</dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-30T13:00:47-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/here_we_go_agai.php">
<title>Here We Go Again: Progress Buys Mindreef</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/here_we_go_agai.php</link>
<description><![CDATA[<p>I don't know if it's ebizQ's doing or what (and by that I mean our Thursday SOA feature article from the 451 Group asking if SOA was primed for more consolidation, which you can read <a href="http://www.ebizq.net/hot_topics/soa/features/9825.html"target="_blank">right here</a>), or perhaps it was the podcast I had with Progress Software's Hub Vandervort about two weeks ago, which you can listen to <a href="http://www.ebizq.net/blogs/archives/2008/06/and_the_origins.php">right here</a>, where we dig into SOA, but what I want to know is what happens when one of the biggest complex event processing companies becomes one of the biggest producers of complex events (isn't that sorta like asking, What if every tree falls in the forest and everyone is there?  Well, I'm not too sure, but it sure would be well recorded.)</p>

<p>Joe McKendrick has a blog on it <a href="http://www.soainaction.com/blog/2008/06/progress_acquires_mindreef_pro.php"target="_blank">right here</a>, and Mindreef has also published a FAQ for their customers.  Read that <a href="http://home.mindreef.com/news/"target="_blank">right here</a>, and make sure to check back to ebizQ for more news as it develops.</p>]]></description>
<dc:subject></dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-27T14:10:08-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/tony_baer_on_th_1.php">
<title>Tony Baer on the Progress IONA Buyout</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/tony_baer_on_th_1.php</link>
<description><![CDATA[<p>Here's what the inestimable (and seemingly inexhaustible) Tony Baer has to say about the blockbuster news on Progress sweeping up IONA:</p>

<p>"This is another step in the winnowing of the ESB market, if there still is such a creature. Last year, which was a good one for the software industry, saw Iona’s revenues go flat and margins sink into the red. Although Iona’s ESB businesses were growing, undoubtedly the prime attraction for Progress is the legacy base of Orbix customers whose transaction-heavy loads provide a good complement for its DataDirect business. For the ESB business, Iona brings a modest stable of customers who might be attractive converts for the more mature Sonic product set. Otherwise, in the long run, there won't be such a thing as an ESB business per se, as customers will buy them as part of larger solutions."</p>]]></description>
<dc:subject></dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-25T17:29:48-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/more_bpm_change.php">
<title>Seismic Shift Happening in BPM: Software AG Explains</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/more_bpm_change.php</link>
<description><![CDATA[<p><em>**Editor's Note: Interested in how process management can have an immediate impact on the bottom line, then you cannot miss ebizQ's upcoming Virtual Conference 'Business Processes and the Bottom Line.' <a href="http://www.ebizq.net/events/process_management/">Click here to continue</a>.</em></p>

<p>Listen to or download the 9:38 minute podcast below:</p>

<p><object type="application/x-shockwave-flash" height="28" width="300" data="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/SoftwareAG.mp3"><br />
<param value="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/SoftwareAG.mp3" name="movie" /></object><br />
<a href="http://www.ebizq.net/blogs/news_security/SoftwareAG.mp3">Download file</a></p>

<p>What follows is a transcript of my podcast with Michael Lees, Senior Director at <a href="http://www.softwareag.com/corporate/default.asp">Software AG</a>.  Michael is a core member of Software AG’s BPM Leadership Team, and in this podcast we take a quick look at all the changes going on in process management as a quick preview to this Wednesday's virtual conference, <a href="http://www.ebizq.net/events/process_management/"target="_blank">Process Management and the Bottom Line</a>.</p>

<p><strong>First of all, how has the BPM market evolved over the last 12 months?</strong></p>

<p>So we’ve seen quite a lot of maturity in the market over the last 12 months, actually, probably more in the last 12 months than we’ve seen in the previous two years.  We’ve seen a lot of our customers and prospects moving from what I would call tactical BPM towards what I would call enterprise or strategic BPM.  So a lot of customers have been doing fairly low level, single process projects within departments using BPM tools, often fairly light on the technical, often just using business process analysis tools, or business modeling tools.  </p>

<p>And we’ve had a lot of success, which is great.  And a lot of these companies now have had success with multiple processes and multiple departments.  And what they’re tending to do is, is tending to get the notice of senior management and board level within some of these organizations who are now looking at what BPM can do from more of an enterprise perspective and more from a cross department and cross functional perspective.  </p>

<p>So that’s creating quite a lot of interest in BPM from a much broader perspective.  And when you look at it at that perspective, it suddenly becomes more than just sort of modeling as is processes, optimizing them and deploying new processes.  The demands on the infrastructure becomes significantly heavier.  </p>

<p>The integration requirements become significant heavier so we’re seeing more and more customers looking at the SOA infrastructure and strategies hand-in-hand with BPM to support that more enterprise level approach.  We’re also seeing more and more customers looking at the methodology side of the equation and focusing on things like process governance.  </p>

<p>And we’ve had a lot of interest in setting up BPM Centers of Excellence, it’s something that we’re specializing in now as a company and supporting our customers as they move along the maturity curve.  And we’re seeing that BPM run more and more on the desk of the CIO as well.  CIOs now are talking about processes, they’re seeing it as common language where they can meet the business halfway and getting better communication and collaboration around the work that they’re doing.  </p>

<p>And they’re also seeing it as a way of taking IT off the critical path.  CIOs are increasingly frustrated by having conversations with the business based purely on cost, they want to add value.  And BPM is a way of them really shifting the age-old problem of spending 80% of their time on maintenance, and 20% on innovation on new capability development, and they’re switching that equation around and actually having a conversation with the business based on value.  </p>

<p><strong>What impact does BPM have on existing package applications and on the package application’s market?</strong></p>

<p>So it’s definitely complimentary.  One of the things that we promote fairly heavily as an organization is that BPM and SOA give you the opportunity as we say to leave and layer your existing architecture.  We’re certainly not talking about rip and replace here.  </p>

<p>Your existing applications whether they be sort of more traditional legacy applications or recently purchased packaged applications all do their job reasonably well and all address functional elements of fend-to-end processes effectively.  The real need that we’re hearing from the market is that CIOs have made this investment over the last 20 years in their legacy systems, and their ERP systems, in their packaged applications, and they now want to fill in the white spaces they say or as I would put it, taking them the last mile.  </p>

<p>And many of these packaged applications aren’t really built to recognize end-to-end processes; they’re stove piped functions so they’re not built for process.  Many of them aren’t really built for people.  The people who are actually doing the process work often have to learn the intricacies of multiple backend systems to get their job done so they’re definitely not built for people.  </p>

<p>And they’re definitely not built for this new generation of workers that are coming into the workforce that demand a much simpler user interface, a much more collaborative approach to the way that they do work.  And finally, they’re not really built for change.  Delving into multiple packaged applications to implement a change in response to a business requirement is what has led IT to be in the problem that it is in at the moment with this ball and chain of maintenance.  </p>

<p>So if you look at those three things, you end up with an application environment where your existing application – packaged applications and legacy applications form the foundation of your BPM infrastructure and now you have this abstract layer, which is built for process.  It recognizes the end-to-end value chain.  </p>

<p>It is built for people because you can now build these user interfaces that abstract from the complexity of the underlying environment in a more –  recognize more the context to the individual worker what they’re trying to do, where in the value chain they’re to do it.  And finally, they’re much easier to change.  </p>

<p>You’re exposing these flex points from the underlying architecture be it business rules, be it the actual process logic, or be it the UIs themselves.  You’re exposing these flex points which are much easier to change whether its IT changing them, or the business changing them, they’re easy to change them than they were before so building for process, building for people, building for change.  </p>

<p>We’re not replacing applications, we’re leveraging them and extending them and a lot of vendors are starting to look at things like process frameworks.  And these packages of assets, which as organizations are looking at new applications they can now look towards BPMS, more as an application development environment, seeding that environment with some core assets that are relevant to their industry or their process, and helping them build out these new capabilities.</p>

<p><strong>How is Software AG taking advantage of BPM, and by that I mean within the company?</strong></p>

<p>You have the great question and one that we get all the time.  We’re out there evangelizing BPM and talking about the benefits.  And if we weren’t actually taking advantage of that internally, then we’d look fairly hypocritical.  But we do have a significant effort underway and have done for some time and we’re very strong believers across our product groups and solutions if eating our own dog food.  </p>

<p>So probably, if I could highlight sort of three or four that we’re involved in at the moment for the most significant one is around Global Sourcing.  This is actually part of a big initiative to develop a global purchasing organization within Software AG across the various regions strongly supported by a common set of processes and a strong technology enablement.  </p>

<p>So establishing a worldwide purchasing organization, getting transparency over various commodity purchasing groups across those regions, and ultimately having a very strong impact on our margins and we’ve been doing this now for awhile.  We’re close to achieving our goals on this and it’s looking to have a very significant impact on the bottom line through those standardized purchasing processes.  </p>

<p>The second one is a project we call Deal Desk Approval.  One of the challenges we have an organization that does a lot of sales and has a large sales organization across the world is that the actual approval process for deals, especially large deals, is fairly manual.  And what we find was that the sales representatives were spending a lot of their time managing the approval process rather than doing what they’re good at which is going out and making sales.  </p>

<p>So we’ve automated the workflow of the approval process to get a consistent approval process across all the regions globally.  It gives us increased transparency as to where various deals are up to.  It speeds the process along, frees up the sales guy to go and make sales.  And overall, it’s having a big impact on our visibility and management of the sales cycle once the customer has actually decided to move forwards.  </p>

<p>The third one is in our HR group on new hire process.  We’re using BPM to standardize the new hire approval process, part of a bigger on boarding process within our HR organization.  And again, managing what was a fairly manual and ad hoc approval process, making sure that it’s paperless, automating as many steps as possible, and getting it compliant with the standard internal process.</p>

<p>And then finally, one significant project is around our Solution Center.  So we have a fairly significant Solution Center within the company where our sales engineers and our professional services organization check in and checkout demonstration environments, proof of concept environments, various assets to support the sales cycle and support the solutions they’re working on with customers.  </p>

<p>There’s a core team of about four or five people who manage that Solution Center.  Again, it’s very manual the way that they manage new demos that are built, new assets that are created and checked into the environment.  They have to be approved, they have to be cleaned, they have to go through various processes.  </p>

<p>We’re automating that and also automating the reservation process when sales engineers want to checkout various demos or get them hosted on their environment using VMware, or burned to a DVD and shipped out.  At the moment, that’s taking a significant amount of that team’s time managing that overall process so we’re automating the workflow around that and automating as many of the steps as possible and getting visibility into which demos are being used more regularly, which SE are using which demos so its transparency and compliance.  </p>

<p>So those are the four, Global Sourcing, Deal Desk Approval, New Hire Onboarding and Solution Center Management.  Those are the four sort of – they’re at the top of listing in terms of our current efforts.</p>]]></description>
<dc:subject>Podcast</dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-16T13:32:12-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/its_not_just_in.php">
<title>It&apos;s Not Just Integrated Data, It&apos;s Complete Data: A Talk With Sun</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/its_not_just_in.php</link>
<description><![CDATA[<p>So we were sitting with a view over the vast pool complex at Gartner's AADI summit at the Marriott, and for most of our time in Orlando, the weather was sunny and warm.  But then, just like that, some big gray clouds rolled over, and a big wash of rain started soaking the windows and blowing the doors open.  I only mention this because, as if on cue, the folks from Sun Microsystems marched into view (while making the sun shine out from dark clouds might have been more on message, making the clouds pour down rain seemed more dramatic).</p>

<p>Even with a powerful summer squall blowing the doors open again and again, I was able to record an excellent podcast with David Codelli, the group marketing manager of <a href="http://www.sun.com/"target="_blank">Sun</a>.  David discusses the two big new releases from Sun, then focuses on their open source Master Data Management suite, and how it promises to not only deliver integrated data for companies, but just as important, also delivers complete data.  Give it a listen below.</p>

<p>Listen to or download the 2:02 minute podcast below:</p>

<p><object type="application/x-shockwave-flash" height="28" width="300" data="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/SunCast.mp3"><br />
<param value="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/SunCast.mp3" name="movie" /></object><br />
<a href="http://www.ebizq.net/blogs/SunCast.mp3">Download file</a><br />
</p>]]></description>
<dc:subject>AADI Podcast</dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-12T16:01:55-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/and_the_origins.php">
<title>Event Processing and the Origins of the Universe: Talking with Progress Software</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/and_the_origins.php</link>
<description><![CDATA[<p>My head is still swimming after sitting, chatting, and podcasting with <a href="http://www.progress.com/index.ssp"target="_blank">Progress Software's</a> CTO Hub Vandervoort.  Boy, Hub sure does have some interesting stuff to say about Event Processing and SOA (Progress is heavily involved with the CERN supercollider), and I sure hope ebizQ can get Hub to deliver on the article he promised to write for us sometime soon.  But until then, I highly recommend listening to this podcast because you won't believe how much cool information we can fit into 3 minutes. </p>

<p>Listen to or download the 2:58 minute podcast below:</p>

<p><object type="application/x-shockwave-flash" height="28" width="300" data="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/ProgressSAADI.mp3"><br />
<param value="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/ProgressSAADI.mp3" name="movie" /></object><br />
<a href="http://www.ebizq.net/blogs/news_security/ProgressSAADI.mp3">Download file</a></p>]]></description>
<dc:subject>AADI Podcast</dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-11T19:23:56-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/evolve.php">
<title>Evolving Quickly Without Losing Business Objectives: A Live Podcast With Parasoft</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/evolve.php</link>
<description><![CDATA[<p>Still at the Gartner AADI show in Orlando, and I got a chance to sit down with Wayne Ariola of <a href="http://www.parasoft.com/jsp/home.jsp"target="_blank">Parasoft </a>where we talk about how the SOA market is approaching maturity, and with maturity, companies are looking for results, how enterprises can try to keep up and evolve quickly without losing their primary business objectives, and finally, we go over Parasoft's (partnering with Amberpoint) upcoming Webinar on ebizQ called Extreme Service Evolution which is coming up this July 15th <a href="http://www.ebizq.net/webinars/9726.html">right here.</a></p>

<p>Listen to or download the 2:38 minute podcast below:</p>

<p><object type="application/x-shockwave-flash" height="28" width="300" data="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/wayneariola.mp3"><br />
<param value="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/wayneariola.mp3" name="movie" /></object><br />
<a href="http://www.ebizq.net/blogs/news_security/wayneariola.mp3">Download file</a></p>

<p><br />
</p>]]></description>
<dc:subject>AADI Podcast</dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-10T18:08:14-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/axway_acquires.php">
<title>Axway Acquires Tumbleweed: A Live Podcast With Dave Bennett</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/axway_acquires.php</link>
<description><![CDATA[<p>Got a chance to sit down with Dave Bennett, the CTO of <a href="http://www.axway.com/"target="_blank">Axway</a>, to ask him all about Friday's announcement on their merger with Tumbleweed.  Listen in below, and check back for more live on the scene podcasts taking place at Gartner's AADI show in sunny Orlando.</p>

<p> Listen to or download the 2:01 minute podcast below:</p>

<p><object type="application/x-shockwave-flash" height="28" width="300" data="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/davebennett.mp3"><br />
<param value="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/davebennett.mp3" name="movie" /></object><br />
<a href="http://www.ebizq.net/blogs/news_security/davebennett.mp3">Download file</a></p>]]></description>
<dc:subject>AADI Podcast</dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-10T07:47:58-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/live_coverage_o.php">
<title>Live Coverage of the Gartner AADI Summet</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/live_coverage_o.php</link>
<description><![CDATA[<p>I'm down here in less sunny Orlando (meaning that it's less sunny right now than the Northeast, where, upon taking a flight out, the morning temp was creeping up to the humid 90's), and it's at least nice to get some palm trees with your heat.</p>

<p>So I'm down in Orlando at the Application Architecture Development and Integration summit taking meetings, chasing the buzz, and just trying to see where all the integration and agility is headed for the next bit.</p>

<p><br />
So far, I've had meetings with Parasoft and Axway (check back later for the live podcasts), and tomorrow I'm scheduled to see Software AG, Sun, ITKO, Progress Software, Sterling Commerce, and Denodo, and SOA Software.  If you're down in Orlando and you've got something newsworthy, or if you feel live podcast ready, then hey, drop me an email and I'd love to hear about it or set something up.</p>

<p>And keep checking back here for all the breaking Gartner AADI news.</p>]]></description>
<dc:subject></dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-09T18:28:27-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/bpm_and_soa_dif.php">
<title>BPM and SOA -- Different Sides of the Same Coin: Talking with Keith Swenson of Fujitsu</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/bpm_and_soa_dif.php</link>
<description><![CDATA[<p><em>Editor's Note: Interested in how best to benefit from business processes, then you cannot miss ebizQ's upcoming virtual seminar 'Business Processes and the Bottom Line.'  <a href="http://www.ebizq.net/events/process_management/">Click here to attend!</a></em></p>

<p>Listen to or download the 3:14 minute podcast below:</p>

<p><object type="application/x-shockwave-flash" height="28" width="300" data="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/FujitsuPodcast.mp3"><br />
<param value="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/FujitsuPodcast.mp3" name="movie" /></object><br />
<a href="http://www.ebizq.net/blogs/news_security/FujitsuPodcast.mp3">Download file</a></p>

<p>What follows is the transcript of my podcast with Keith Swenson, Vice President of Research and Development at <a href="http://www.fujitsu.com/global/services/software/interstage/"target="_blank">Fujitsu Computer Systems Corporation for the Interstage</a> family of products, discusses what’s new with business processes development, what Fujitsu has coming up in the BPM space, and finally, Keith's thoughts on the BPM Center of Excellence.</p>

<p><strong>First of all, tell me what new developments in the BPM space should companies be looking out for in the next 12 months? </strong></p>

<p>Well, BPM technology is fairly mature at this point.  It’s well accepted in providing benefit across the organization.  I think there’s two areas where we’ll see some changes in the next 12 months.  First, is in cross product interoperability.  It’s no longer a single vendor per organization world.  Products will have to play with each other more than they have in the past.  The second area is going to be in capabilities around the edges of BPM technology and one area is such as process discovery.</p>

<p>Many of our customers are finding a significant barrier to their initial BPM implementations because it was a tremendous effort to find out what their existing process was in sufficient detail.  So Fujitsu’s offering a new service, which will help them do precisely that by mining their existing database logs, and in a very short amount of time presenting them what their existing business process is so they can use that as the starting point for a BPM initiative. </p>

<p><strong>Increasingly, I’ve been hearing the words BPM and SOA used together a lot.  How come? </strong></p>

<p>Its interesting; they are very different things but they seem to be two sides of the same coin.  SOA is about reuse of existing technology and leveraging existing assets.  So SOA is primarily about avoiding change.  BPM on the other hand, is about continuingly improving your business processes and thereby continuingly changing.  So it’s kind of interesting they go hand-in-hand, SOA being a technique for reuse and BPM itself is a management philosophy.  But BPM technology is to help support management in improving of their organization. </p>

<p><strong>What are your thoughts on BPM Centers of Excellence?  Do they or can they make a difference? </strong></p>

<p>They do.  We’ve seen that BPM technology is now considered fairly mainstream so we’re seeing organizations deploying BPM technology widespread.  And having a Center of Excellence helps to gather expertise on this relatively new technology and to help train the rest of the organization.  In the ‘90s, implementation was on a department-by-department basis. </p>

<p>But now, bigger benefits can be realized by stretching across departments and that’s where Center of Excellence really helps those different organizations work together.  We’ve been working with customers over the year and one of the strong feedbacks we’ve received is the desire to host multiple applications in a single BPM server while keeping those applications sufficiently isolated so that’s one of the new features in the latest release of Interstage BPM.<br />
</p>]]></description>
<dc:subject>Podcast</dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-05T14:31:38-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/06/connect_with_co.php">
<title>Check Out Connectivity in Action Today!!</title>
<link>http://www.ebizq.net/blogs/archives/2008/06/connect_with_co.php</link>
<description><![CDATA[<p>Connectivity, agility, competitiveness...all highly relevant to today's take-no-prisoners competitive environment.  So if you want stay away from the pink-slip blues, I recommend you tune in, sign up, and check it out.  We've got exciting stuff going on all day, from the keynote coming up at 11AM from Forrester's Larry Fulton, to finally realizing your dream of becoming a rock star with <a href="http://www-306.ibm.com/software/websphere/">Websphere</a>, to booth visits and customer panels and much, much more.  And if you have yet to attend an online conference, then the time is now, so one day you can tell your grandkids...When I had to attend online conferences way back when, I actually had to type on a keyboard and use a computer mouse.</p>

<p>Join the connectivity revolution and you can still catch the keynote <a href="http://www.ebizq.net/events/connectivity/">right here!</a></p>]]></description>
<dc:subject></dc:subject>
<dc:creator>pschooff</dc:creator>
<dc:date>2008-06-04T09:26:10-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/05/recent_ebizq_ar.php">
<title>Recent ebizQ Thought Leadership Articles on Event Processing</title>
<link>http://www.ebizq.net/blogs/archives/2008/05/recent_ebizq_ar.php</link>
<description><![CDATA[<p>In the week leading up to ebizQ's <a href="http://www.ebizq.net/to/lizcep">very exciting first-ever virtual event on Event Processing</a>, I am happy to share with you three articles that have run in the past three sucessive weeks that address topics that will be covered at the conference next week. <a href="http://www.ebizq.net/to/lizcep">Sign up now</a> for the keynotes with Roy Schulte and the panels which features the father and godfathers of CEP, which include David Luckham, K. Mani Chandy, and others. </p>

<p>The articles are presented for you here below:</p>

<p><a href="http://www.ebizq.net/topics/cep/features/9412.html">The Engine for Event-Driven SOA</a><br />
<em>by Jeff Wooten, Aleri</em><br />
We’re on the verge of a new era for SOA, with the integration of Complex Event Processing technology, which can enable the gathering of data from and about any services running in the enterprise. </p>

<p><a href="http://www.ebizq.net/topics/web20/features/9428.html">Federated Event Systems: The Event Web</a><br />
<em>by By Dr. K. Mani Chandy, Simon Ramo Professor of Computer Science, California Institute of Technology and Michael Olson, California Institute of Technology </em><br />
Event-driven applications that are constructed as compositions of Web applications can offer considerable benefits to your enterprise. </p>

<p><a href="http://www.ebizq.net/hot_topics/cep/features/9409.html">2008: The Year of CEP </a><br />
<em>by By John Morrell, Coral8 </em><br />
Complex event processing software is powering a new generation of applications that enables companies to make faster decisions and execute more effective actions. <br />
</p>]]></description>
<dc:subject></dc:subject>
<dc:creator>elizabeth</dc:creator>
<dc:date>2008-05-01T14:52:10-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/05/ebizqs_new_virt.php">
<title>ebizQ&apos;s New Virtual Event Platform! First Conference, Event Processing</title>
<link>http://www.ebizq.net/blogs/archives/2008/05/ebizqs_new_virt.php</link>
<description><![CDATA[<p>Since the advent of Web 2.0, there has been a debate in the business community over the real economic benefits of virtual environments. Is Second Life the next main street, or mainly a waste of time? The debate may rage on for the next decade, but for now ebizQ has found that there is real value in virtual environments for one segment of business professionals: conference goers. </p>

<p>ebizQ has launched a <a href="http://www.ebizq.net/to/lizcep">new virtual environment for online conferences</a>, which will premier on May 7th with a conference on Event Processing. What are the benefits of a virtual conference environment? Without leaving their desk, attendees can interact with presenters, including Gartner and Forrester analysts, and network with their peers. They can visit virtual booths to chat live with vendors about requirements and solutions And most importantly, business professionals can get their questions answered by industry experts, without taking too much time out of their busy schedules.</p>

<p>Event processing, the subject of the May 7th conference, is an exciting technology being used in conjunction with several technological disciplines such as SOA architecture and process monitoring to increase business agility. Event Processing can improve decision making, reduce costs, and help companies respond quickly to competitive threats and opportunities in the marketplace.</p>

<p>ebizQ's May 7th conference will address burning questions such as: What makes event processing different from conventional application design? What are the different styles of event processing? And how can mainstream companies realize the benefits of event processing?</p>

<p>Registration for <a href="http://www.ebizq.net/to/lizcep ">ebizQ's Event Processing conference</a> is free to attendees, thanks to sponsors IBM, BEA, IWay Software and Aleri.</p>

<p>For more information, visit <a href="http://www.ebizq.net/to/lizcep">http://www.ebizq.net/events/event_processing</a> or visit <a href="http://www.ebizq.net/events/">www.ebizq.net/events/</a> for a complete schedule of ebizQ's virtual events.<br />
</p>]]></description>
<dc:subject>ebizQ</dc:subject>
<dc:creator>elizabeth</dc:creator>
<dc:date>2008-05-01T14:43:28-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/04/ebizq_podcast_p.php">
<title>ebizQ Podcast: Prudential Financial and Skywire Software Build Two-Way Messaging Data Hub</title>
<link>http://www.ebizq.net/blogs/archives/2008/04/ebizq_podcast_p.php</link>
<description><![CDATA[<p>Listen to or download the entire 4:30 podcast below:<br />
<object type="application/x-shockwave-flash" height="28" width="300" data="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/LizPrudential.mp3"><br />
<param value="http://www.ebizq.net/web_resources/cioaudio/player/emff.swf?src=http://www.ebizq.net/blogs/news_security/LizPrudential.mp3" name="movie" /></object><br />
<a href="http://www.ebizq.net/blogs/news_security/LizPrudential.mp3">Download file</a></p>

<p>I recently had the opportunity to have a short conversation with Keith Bexell of Prudential Financial, after we ran this news <a href="http://www.ebizq.net/news/9387.html">about their work</a>. If this kind of industry vertical conversation is interesting to you, I recemmend you join us on Wednesday for this <a href="http://www.ebizq.net/to/lizblogfinancialservices">panel discussion</a>, called "Visibility, Control and Evolution: Building on SOA to Meet Today's Financial Services Industry Challenges." <a href="http://www.ebizq.net/to/lizblogfinancialservices">Sign up for the free event right here</a>. </p>

<p>Below is the full transcript of this podcast:</p>

<p>Announcer:  Welcome to another ebizQ podcast.</p>

<p>EB:	Hi, this is Elizabeth Book Kratz and this is another ebizQ podcast.  Today, I have the pleasure of speaking of with Keith Bexell, who is Vice President of New Business for the Domestic and Individual Life Insurance Business at Prudential Financial.  Thanks for being with me today, Keith.</p>

<p>KB:	Thank you, Elizabeth.  Glad to be here.</p>

<p>EB:	Great.  So Prudential Financial just for those who might not know, is a financial services leader with approximately $648 billion of assets under management as of last December.  Their primary goal is to help the more than 50 million individual and intuitional customers they have grow and protect their wealth.  So again, I appreciate your time today.  And basically, I understand from a recent Prudential and <a href="http://www.ebizq.net/news/9387.html">Skywire Software News Release</a> that two-way messaging is an industry first, something that you’ve done together and you this is a real-time messaging system that allows agencies to communicate directly with the carrier.  Can you give a little background on this and explain what function it serves and why this might be relevant to your clients?</p>

<p>KB:	Sure.  Elizabeth, in our fast-paced world, we find that prompt and accurate communication between carriers and their broker’s general agency partners is vital to an efficient new business process.   The introduction of real-time messaging via Skywire’s Agency Management System, it’ll allow BGA staff to communicate with their carriers without having to leave their primary case management application.  </p>

<p>Prudential, like many other carriers, currently, offers real-time messaging from their proprietary website.  However, this requires the case management staff at the BGA to jump from one application to another to support their case load.  This is inefficient and causes extra work.  Putting this functionality into Skywire application, allows them to manage their case communication through a single uniform application, which enhances both the efficiency and quality of the correspondence with carriers.  </p>

<p>EB:	Wonderful.  So here at ebizQ, which in the process of studying, analyzing, and reporting news on enterprise software and middleware, we’ve been definitely delving more into industry verticals like insurance.  It appears that Prudential is building a top notch IT system to respond faster to clients and colleagues needs.  So it would be wonderful if you could share some general thoughts about how IT is important in the insurance and finance industries, and if you could share your thoughts on the nature of the insurance industry, and industry specific needs to adequately document events, for example, and to have responsive and reliable integrated tools.</p>

<p>KB:	Sure.  Now, I believe that the shift from proprietary distribution systems to independent third party distributions systems.  And it really has increased the life insurance reliance on technology to remain productive and really to enable and support growth.  Today, roughly two-thirds of all Life New Business is written through independent distributors versus traditional career agency systems.  </p>

<p>The level and sophistication and technology infrastructure across these independent relationships really varies greatly.  And as carrier manufacturers being able to make IT investments that support as many of your distributions relationships as possible, with as much flexibility as possible, is really critical to our success.  IT platforms that allow us to link document images, data feeds for case status, for example, commissions, and appointments, as well as real-time communication with our new business platform, are the kind of robust and integrated solutions we’re looking to support currently and into the future.</p>

<p>EB:	Great.  So that kind of gives us a good picture of how you’re doing business at Prudential Financial and we appreciate your time today.  Keith Bexell, who is Vice President of New Business for the Domestic and Individual Life Insurance Business at Prudential Financial; thank you for your time today.  And this has been an ebizQ podcast.</p>

<p>Announcer:  You’ve been listening to a podcast presented by Elizabeth Book Editor in Chief of ebizQ.  For comments or questions, please send an e-mail to editor@ebizQ.net or visit Elizabeth’s blog at ebizQ.net/blogs.  </p>

<p>[End of Audio] </p>

<hr><font color="red"><b>Are you Service-Oriented? <a
href="http://www.ebizq.net/to/LizSOAShortSignup">Sign up for the
definitive event here</a></font></b>!]]></description>
<dc:subject></dc:subject>
<dc:creator>elizabeth</dc:creator>
<dc:date>2008-04-14T10:52:32-05:00</dc:date>
</item>
<item rdf:about="http://www.ebizq.net/blogs/archives/2008/04/is_soa_boring_t.php">
<title>Is SOA Boring? Tony Baer&apos;s Report from IBM IMPACT</title>
<link>http://www.ebizq.net/blogs/archives/2008/04/is_soa_boring_t.php</link>
<description><![CDATA[<p>Fantastic piece out today from the incomparable Tony Baer, in which he responds to Steve Mills' comment that SOA is just about blocking and tackling the intricacies of ESB and all, by asking him in an interview if SOA is getting rather boring! Tony is just so un-hype-able that he is an absolutely treasure. Enjoy his most <a href="http://www.ebizq.net/to/lizbaeribmimpact">fabulous commentary, here</a>. If Tony didn't already exist, he would have to be invented. </p>

<hr><font color="red"><b>Are you Service-Oriented? <a
href="http://www.ebizq.net/to/LizSOAShortSignup">Sign up for the
definitive event here</a></font></b>!]]></description>
<dc:subject>SOA and Web Services</dc:subject>
<dc:creator>elizabeth</dc:creator>
<dc:date>2008-04-10T11:49:27-05:00</dc:date>
</item>


</rdf:RDF>