IBM has focused attention primarily on long-term applications in the past. The concentration has been on efficiency, ROI, performance and stability. The software has been packaged for and generally purchased by senior IT executives. On the other hand, PHP is considered a situational application. It is constantly changing, focused on effectiveness, processed faster and meant for quick, sometimes temporary deployment. PHP is almost always written from scratch, which can be problematic. "Any non-trivial PHP application cannot be installed without human intervention and we want to change that," said Burr. He said IBM wants to re-invent PHP in order to accommodate businesses that are getting too fast for heavyweight processes.IBM also announced a PHP integration kit for its WebSphere Application Server Community Edition, based on the Apache Geronimo project, and a private virtual server deployed through an ISP. Read the rest of this article. Do you consider PHP an enterprise tool? What about other server side languages, like Perl?
-
IBM, Oracle look to integrate PHP into SOA (19 messages)
- Posted by: Regina Lynch
- Posted on: June 23 2006 13:14 EDT
At the PHP conference in New York last week, IBM and Oracle stressed the importance of integration in PHP's future. SDO and SCA were talked about as vehicles to help create enterprise-class PHP that can be utilized in more than just situational instances.Threaded Messages (19)
- Re: IBM, Oracle look to integrate PHP into SOA by Ilya Sterin on June 23 2006 16:10 EDT
- PHP is more and more popular by jim woods on June 25 2006 04:28 EDT
- Re: PHP is more and more popular by Frank Bolander on June 25 2006 11:53 EDT
- PHP is more and more popular by jim woods on June 25 2006 04:28 EDT
- Re: IBM, Oracle look to integrate PHP into SOA by Casual Visitor on June 23 2006 16:20 EDT
- Re: IBM, Oracle look to integrate PHP into SOA by Alexandre Poitras on June 23 2006 17:26 EDT
- Hessian for PHP by Victor C. on June 23 2006 05:47 EDT
- Re: IBM, Oracle look to integrate PHP into SOA by Casual Visitor on June 24 2006 04:58 EDT
- Too Late by paul browne on June 29 2006 05:31 EDT
- Re: IBM, Oracle look to integrate PHP into SOA by Alexandre Poitras on June 23 2006 17:26 EDT
- PHP 4 JVM by Joe Fouad on June 23 2006 17:50 EDT
- STOMP can help you work in a SOA using PHP by Hiram Chirino on June 23 2006 20:34 EDT
- Re: STOMP can help you work in a SOA using PHP by Chris Conrad on June 23 2006 21:51 EDT
- Re: IBM, Oracle look to integrate PHP into SOA by Steve Lewis on June 24 2006 07:40 EDT
- SOAP for PHP with Apache Axis2 by Paul Fremantle on June 25 2006 14:35 EDT
- SOA and the Reincarnation of the familiar Spaghetti-Syndrome ? by Roland Altenhoven on June 26 2006 02:05 EDT
- ROTF: IBM, Oracle look to integrate PHP into SOA by Elmira Fudd on June 26 2006 09:12 EDT
- buzzwords by Roland Altenhoven on June 27 2006 05:22 EDT
- Re: IBM, Oracle look to integrate PHP into SOA by PJ Murray on June 28 2006 09:32 EDT
- php by Frank Lamps on August 02 2011 08:52 EDT
- Whats wrong with SCA ? by Roland Altenhoven on June 30 2006 04:09 EDT
-
Re: IBM, Oracle look to integrate PHP into SOA[ Go to top ]
- Posted by: Ilya Sterin
- Posted on: June 23 2006 16:10 EDT
- in response to Regina Lynch
I think PHP, unlike languages like Java, Perl, Ruby, is a domain specific language IMO, that addresses web application needs vs. true enterprise application needs. I know it has been extended lately to support a more reusable enterprise development scenerio, it it still only usable for mostly front end MVC web design. Ilya -
PHP is more and more popular[ Go to top ]
- Posted by: jim woods
- Posted on: June 25 2006 04:28 EDT
- in response to Ilya Sterin
When can tomcat or resin support PHP? Java SSL Tutorial -
Re: PHP is more and more popular[ Go to top ]
- Posted by: Frank Bolander
- Posted on: June 25 2006 11:53 EDT
- in response to jim woods
When can tomcat or resin support PHP?
It does already. I'm not sure how complete the support is. http://caucho.com/resin-3.0/php/index.xtp
-
Re: IBM, Oracle look to integrate PHP into SOA[ Go to top ]
- Posted by: Casual Visitor
- Posted on: June 23 2006 16:20 EDT
- in response to Regina Lynch
IBM and Oracle, keep your hands off from PHP. Otherwise PHP will have Java's fate. -
Re: IBM, Oracle look to integrate PHP into SOA[ Go to top ]
- Posted by: Alexandre Poitras
- Posted on: June 23 2006 17:26 EDT
- in response to Casual Visitor
IBM and Oracle, keep your hands off from PHP. Otherwise PHP will have Java's fate.
So it will become the most popular enterprise server side language, the most widely used language in college and university CS courses and the most popular language on sourceforge? -
Hessian for PHP[ Go to top ]
- Posted by: Victor C.
- Posted on: June 23 2006 17:47 EDT
- in response to Alexandre Poitras
Resin and WebLogic have PHP built in, an so does Java 6. So a non issue. For Apache, there is Hessian for PHP, which runs w/ any servlet level. .V -
Re: IBM, Oracle look to integrate PHP into SOA[ Go to top ]
- Posted by: Casual Visitor
- Posted on: June 24 2006 04:58 EDT
- in response to Alexandre Poitras
So it will become the most popular enterprise server side language, the most widely used language in college and university CS courses and the most popular language on sourceforge?
I meant the decline from a practical little language and platform to today's marketing-driven bloatware. -
Too Late[ Go to top ]
- Posted by: paul browne
- Posted on: June 29 2006 05:31 EDT
- in response to Casual Visitor
Too Late, Oracle and IBM are already shipping PHP as part of the application Server. I see this as a good thing - PHP can be taken (more) seriously when it integrates will all enterprise resources, not just databases. (Spoken as a Java person who is still amazed at how quickly things can be done in PHP). Paul ,Technology in Plain English -
PHP 4 JVM[ Go to top ]
- Posted by: Joe Fouad
- Posted on: June 23 2006 17:50 EDT
- in response to Regina Lynch
yes php has been implemented on top of the jvm check it on caucho.com and it is integrated with their flagship product RESIN so can u use it to replace jsp ,may be u like it's other capabilities and go completely with it -
STOMP can help you work in a SOA using PHP[ Go to top ]
- Posted by: Hiram Chirino
- Posted on: June 23 2006 20:34 EDT
- in response to Regina Lynch
Want to have PHP consume and produce messages directly on your message bus? You can do that today! Checkout the PHP client for the STOMP protocol. Hiram LogicBlaze -
Re: STOMP can help you work in a SOA using PHP[ Go to top ]
- Posted by: Chris Conrad
- Posted on: June 23 2006 21:51 EDT
- in response to Hiram Chirino
Want to have PHP consume and produce messages directly on your message bus? You can do that today! Checkout the PHP client for the STOMP protocol.
Unfortunately, there are some painful bugs in the PHP STOMP client. Specifically, the subscribe method sets acknowledge mode to client, but the acknowledge method is completely broken (it's sending an ABORT command!). So make sure you patch the STOMP client to auto-ack messages to avoid the issues.
Hiram
LogicBlaze -
Re: IBM, Oracle look to integrate PHP into SOA[ Go to top ]
- Posted by: Steve Lewis
- Posted on: June 24 2006 07:40 EDT
- in response to Regina Lynch
I think this is interesting because it reduces the dependency of IBM and Oracle on Java (and thereby Sun). These two have really put Java at the center of their non–Microsoft strategy, but now they'll have something to leverage against Sun if Java doesn't go in directions they agree with. Obviously PHP isn't as mature in some ways as Java, but there is a ton of PHP code out there. If they can make it a backwards-compatible long-term solution it could eat into Sun's vision for Java. -
SOAP for PHP with Apache Axis2[ Go to top ]
- Posted by: Paul Fremantle
- Posted on: June 25 2006 14:35 EDT
- in response to Regina Lynch
There is also early support for SOAP with PHP from the Axis2 C team. http://pecl.php.net/package/axis2 -
SOA and the Reincarnation of the familiar Spaghetti-Syndrome ?[ Go to top ]
- Posted by: Roland Altenhoven
- Posted on: June 26 2006 02:05 EDT
- in response to Regina Lynch
Sorry, I know very good, that Scripting-Languages like PHP,.. are very great for many people in order to build advanced Websites in short periods ( maybe some other nice things, too ) . The possibility to include the tons of existing PHP,..-Code in a new SOA-Strategy sounds by a first impression and volatile reflection as a very attractive offer. But I'm afraid, that some profund problems will generally come up, when modern Service-oriented Architectures (SOA) are mostly build up on the code of existent ( or simulate new ) monolithic Applications and the global and internally Service-Strategy is not well structured by the literal meaning of SOA. Such called "SOA" must result sooner or later in the old Spaghetti-Syndrome – familiar for many of the existing IT-Structures today. This produces once more, the old existing and profund problems by the maintenance, adaption or extension of complex and powerful Business Processes. In much cases this Problems have their origin in the multitude of different Interfaces, Languages, Frameworks, Tools, Security- and Governance-Concepts from distinct Manufacturers,... which are often in use. Such Multitude often result in duplication of tons of simulate code and data in different Applications, which are mostly maintenanced with great error-potential and very time-consumed by the different IT-Departments in an Enterprise. One of the Keys which build a good Structure with SOA is a well elaborated Concept and Strategy to "re-use" the global and the internally Services ( which is very important ). This Strategy must include advanced Concepts for extended Persistence-, Transaction-, Communication- and Governance-Criterion, which can really provide the generalized and Service-oriented Solutions for Master-Data, Transaction-Data, Transaction-Handling, Communication, Security and Authorization, which are usable with High-Performance and in abstract, independently Form and collaborative by all Services of the Enterprise. If such a generalized Concept and Strategy is really adaptable in simple, high-performed and useful Manner to the different Languages, Framework, Products, Solutions, ... from different Manufacturers or Open Source Communities - maybe then a way also exists, in order to include such well defined Services which are realized in the mentioned Languages like PHP or other Scripting-Languages. I think we are working all in a real IT-World and are well informed how those works ... Roland SOA Kompetenznetzwerk SOA & ESA Information & Collaboration Portal -
ROTF: IBM, Oracle look to integrate PHP into SOA[ Go to top ]
- Posted by: Elmira Fudd
- Posted on: June 26 2006 09:12 EDT
- in response to Regina Lynch
Please pass the buzzword soup! Thankee kindlee! You wascals -
buzzwords[ Go to top ]
- Posted by: Roland Altenhoven
- Posted on: June 27 2006 05:22 EDT
- in response to Regina Lynch
Some of the intelligent people declare continual many things in accustomed manner as "buzzword" - maybe hotly favoured those things, that are not so easy to understand. (modern Variant of a Wisdom - not from Confuzius ...) -
Re: IBM, Oracle look to integrate PHP into SOA[ Go to top ]
- Posted by: PJ Murray
- Posted on: June 28 2006 09:32 EDT
- in response to Regina Lynch
I find it interesting that IBM's startegy for making PHP suitable for 'enterprise' applications (as if it's not already in widespread use) is to use SDO and SCA. It's also interesting that nobody is particularly surprised by this. PJ Murray, CodeFutures Software Data Access Objects and Service Data Objects -
php[ Go to top ]
- Posted by: Frank Lamps
- Posted on: August 02 2011 08:52 EDT
- in response to PJ Murray
IBM and Oracle should your hands off from PHP. Otherwise PHP will have Java's liquid diet weight loss.
-
Whats wrong with SCA ?[ Go to top ]
- Posted by: Roland Altenhoven
- Posted on: June 30 2006 04:09 EDT
- in response to Regina Lynch
That's a very interested and fresh article from Ron Ten-Hove, which can be associated with the SCA-Theme. Ron means: "Service Component Architecture 0.9 is flawed in several ways. Its flawed definition of services makes building or using a service-oriented architecture problematic. Its aim to support multiple languages is laudable, but SCA is too complex and doesn't address key interoperability issues..." Interested people can read the entire article here: http://blogs.sun.com/roller/page/rtenhove?catname=%2FService+Oriented+Architecture Roland http://www.soa-competence-network.de