Sponsored Content
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Intelligent Business Process Platform? Post 302221610 by Linux Bot on Tuesday 5th of August 2008 01:00:07 AM
Old 08-05-2008
Intelligent Business Process Platform?

lundberg
08-04-2008 12:03 PM
Well here’s an interesting post from someone at PWC consulting.

http://www.pwc.com/extweb/home.nsf/d...25746B00676021

The way he’s presenting it, he appears to have seen the beginnings of an IT nirvana by linking business intelligence, rules and process management together to create a whole new “intelligent business process platform”, although it takes a “heroic effort” - no doubt through extensive services.

He also says that “enterprises that create value through rapid process changes are beginning to define a market opportunity for a preintegrated suite of tools that supports intelligent business performance management.”

I think he’s onto something there. Call us, PWC. We’ll talk.

He also found and interviews someone in SAP to explain how they will be framing these categories as applications that people will adopt similar to the ERP adoption pattern.

Hmmm….

For the former, this begs the question, is BPM a ready made problem for CEP to solve? Or vice versa?

For the SAP position, well… nah, I’m not gonna comment on that one. SAP provides too many customers to companies like TIBCO to solve / and or augment their ERP systems.

What do you think?

Image

Source...
 
OpenECHO(3pm)						User Contributed Perl Documentation					     OpenECHO(3pm)

NAME
Business::OnlinePayment::OpenECHO - ECHO backend module for Business::OnlinePayment SYNOPSIS
use Business::OnlinePayment; #### # One step transaction, the simple case. #### my $tx = new Business::OnlinePayment("OpenECHO"); $tx->content( type => 'VISA', login => '1234684752', password => '43400210', action => 'Normal Authorization', description => 'Business::OnlinePayment test', amount => '49.95', invoice_number => '100100', customer_id => 'jsk', first_name => 'Tofu', last_name => 'Beast', address => '123 Anystreet', city => 'Anywhere', state => 'UT', zip => '84058', card_number => '4005550000000019', expiration => '08/06', cvv2 => '1234', #optional referer => 'http://valid.referer.url/', ); $tx->submit(); if($tx->is_success()) { print "Card processed successfully: ".$tx->authorization." "; } else { print "Card was rejected: ".$tx->error_message." "; } SUPPORTED TRANSACTION TYPES
CC, Visa, MasterCard, American Express, Discover Content required: type, login, password, action, amount, first_name, last_name, card_number, expiration. Check Content required: type, login, password, action, amount, first_name, last_name, account_number, routing_code, bank_name. (...more) PREREQUISITES
URI::Escape Tie::IxHash Net::SSLeay _or_ ( Crypt::SSLeay and LWP ) DESCRIPTION
For detailed information see Business::OnlinePayment. AUTHOR
Original Author Michael Lehmkuhl <michael@electricpulp.com> Special Thanks Jim Darden <jdarden@echo-inc.com> Dan Browning <db@kavod.com> Business::OnlinePayment Implementation Ivan Kohler <ivan-openecho@420.am> SEE ALSO
perl(1). Business::OnlinePayment. perl v5.8.8 2008-03-01 OpenECHO(3pm)
All times are GMT -4. The time now is 11:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy