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...
 
PayConnect(3)						User Contributed Perl Documentation					     PayConnect(3)

NAME
Business::OnlinePayment::PayConnect - PaymentOne (formerly eBillit) PayConnect backend for Business::OnlinePayment SYNOPSIS
use Business::OnlinePayment; my $tx = new Business::OnlinePayment("PayConnect", 'partner' => '', ); $tx->content( type => 'LEC', login => 'test', #ClientID password => 'test', action => 'Authorization Only', description => 'Business::OnlinePayment test', amount => '49.95', invoice_number => '100100', name => 'Tofu Beast', phone => '4155554321', ); $tx->submit(); if($tx->is_success()) { print "LEC billing authorized successfully: ".$tx->authorization." "; } else { print "LEC billing was rejected: ".$tx->error_message." "; } DESCRIPTION
For detailed information see Business::OnlinePayment. NOTE
This module only implements 'LEC' (phone bill billing) functionality at this time. Credit card and ACH transactions are not (yet) sup- ported. COMPATIBILITY
This module implements an interface the "HTTPS AIO Validation Protocol version 3.0" of PaymentOne (formerly eBillit) PayConnect <http://www.paymentone.com/products/paycon.asp>. Unfortunately, no documentation is publicly available. AUTHOR
Ivan Kohler <ivan-payconnect@420.am> SEE ALSO
perl(1). Business::OnlinePayment perl v5.8.0 2002-11-22 PayConnect(3)
All times are GMT -4. The time now is 05:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy