<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 03:21:20 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[IBuildings techPortal: An Introduction to IBM WebSphere sMash for PHP Programmers]]></title>
      <guid>http://www.phpdeveloper.org/news/13645</guid>
      <link>http://www.phpdeveloper.org/news/13645</link>
      <description><![CDATA[<p>
The IBuildings techportal has release <a href="http://techportal.ibuildings.com/2009/12/09/an-introduction-to-ibm-websphere-smash-for-php-programmers/">the latest episode</a> of their podcast series from this year's Dutch PHP Conference. This time it's a talk <i>Jonathan Lawrence</i> gave on IBM WebSphere sMash.
</p>
<blockquote>
In today's dynamic Web environment, developers want to build Web applications quickly, re-use and combine them simply, and adopt an agile approach to development. IBM's WebSphere sMash (aka Project Zero) is a complete platform for developing, assembling and executing agile Web 2.0 applications. In this talk I'll demonstrate how PHP developers can use WebSphere sMash, with its focus on speed, simplicity and agility, to develop and deploy leading edge Web 2.0 applications.
</blockquote>
<p>
You can listen in two ways - either via the <a href="http://techportal.ibuildings.com/2009/12/09/an-introduction-to-ibm-websphere-smash-for-php-programmers/">in-page player</a> or by <a href="http://techportal.ibuildings.com/wp-content/uploads/audio/dpcradio/episode_019.mp3">downloading the mp3 directly</a>.
</p>]]></description>
      <pubDate>Wed, 09 Dec 2009 08:43:54 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHP Now Included in WebSphere sMash Build]]></title>
      <guid>http://www.phpdeveloper.org/news/11596</guid>
      <link>http://www.phpdeveloper.org/news/11596</link>
      <description><![CDATA[<p>
In a <a href="http://zoomsplatter.blogspot.com/2008/12/enterprise-php.html">new post</a> to her blog <i>Zoe Slattery</i> points out a big step in PHP's presence in systems all around the world - the inclusion of it into the CISC systems.
</p>
<blockquote>
You probably don't realise it but it's very likely that sometime during the last week you will have have used IBM's CICS technology. [...] Last week <a href="http://www.projectzero.org/blog/index.php/2008/12/15/cics-gets-smashed/">PHP made it into CICS</a>, PHP is now being used to build agile front ends and RESTful interfaces for the technology that underpins most of the world's large scale commercial systems. You don't get much more into The Enterprise than that!
</blockquote>
<p>
IBM made the announcement back on Friday the 12th about the upgrade to the sMash WebSphere software. The update, a <a href="http://www-01.ibm.com/support/docview.wss?rs=1083&uid=swg24021196">SupportPac</a> lets developers run PHP inside of a CICS transaction and can be used to create REST services other applications/interfaces can use to directly communicate with the CICS system.
</p>]]></description>
      <pubDate>Thu, 18 Dec 2008 12:01:03 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Integrating Java and PHP in WebSphere sMash]]></title>
      <guid>http://www.phpdeveloper.org/news/11128</guid>
      <link>http://www.phpdeveloper.org/news/11128</link>
      <description><![CDATA[<p>
The IBM developerWorks site has <a href="http://www.ibm.com/developerworks/websphere/library/techarticles/0809_phillips/0809_phillips.html?ca=drs-tp4008">this new tutorial</a> posted showing how to combine two different languages, PHP and Jave, with the help of the Java bridge in the WebSphere sMash environment.
</p>
<blockquote>
The WebSphere sMash environment enables rapid development of interactive Web applications based on popular Web technologies such as PHP, and it lets you reuse existing Java assets from PHP scripts. This article introduces the Java Bridge and shows how to access Java classes from PHP. 
</blockquote>
<p>
They create a sample project to work with in sMash and show how to implement and create a new the Java object that automatically loads and makes available to PHP the functionality inside. They look at accessing static methods and fields, catching exceptions, type conversion, and working with SQL connections.
</p>]]></description>
      <pubDate>Wed, 01 Oct 2008 15:35:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Daniel Krook's Blog: Technology of the day: Bridging Java and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7899</guid>
      <link>http://www.phpdeveloper.org/news/7899</link>
      <description><![CDATA[<p>
In a <a href="http://krook.net/archives/191">new post</a> to his blog today, <i>Danial Krook</i> shines a spotlight on a the technology that bridges the gap between two different languages - Java and PHP.
</p>
<blockquote>
In the time since I wrote that post [talking about <a href="http://krook.net/archives/160">PHP with WebSphere</a>], and particularly in the past month, there have been several items published which demonstrate the value of this technology. I still need to delve deeper, but here's a quick summary of what's going on.
</blockquote>
<p>
He looks quickly at this combination, <a href="http://krook.net/archives/191">breaking it out</a> into four parts - what the technology is, how it allows PHP and Java to work together, where you can download the needed software from and some resources where you can find out more information on implementation and examples of it in action.
</p>]]></description>
      <pubDate>Wed, 23 May 2007 08:43:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Danial Krook's Blog: Options for using PHP with WebSphere]]></title>
      <guid>http://www.phpdeveloper.org/news/5785</guid>
      <link>http://www.phpdeveloper.org/news/5785</link>
      <description><![CDATA[<p>
If you've ever worked with WebSphere and tried to integrate it with PHP, you know the frustration <i>Daniel Crook</i> has faced. Thankfully, he's found the answer to this marging of technology and <a href="http://krook.net/archives/160">shares it here</a> on his blog.
</p>
<blockquote>
<p>
Just as you can communicate with DB2 from your PHP applications via three distinct interfaces - Unified ODBC, ibm_db2, and PDO - there are several approaches to adding PHP support to WebSphere Application Server, each with benefits and drawbacks.
</p>
<p>
As a disclaimer, I don't claim to represent IBM or provide IBM's viewpoints on this, but I'm offering this list as a general overview about what options are available as IBM continues to encourage the use of PHP in enterprise environments.
</p>
</blockquote>
<p>
He <a href="http://krook.net/archives/160">offers four methods</a> to getting WebSphere and PHP to play nicely together:
<ul>
<li>Build PHP as an Apache module and connect to WAS via the Web server plugin
<li>Use the PHP Integration Kit to add PHP support to WebSphere Application Server Community Edition
<li>Use the PHP / Java Bridge
<li>Use an implementation of a PHP interpreter in Java
</ul>
</p>
<p>
For each, there's a brief explaination as far as the steps to take to use the option and links to other resources that show in a bit more detail how to accomplish that kind of integration.
</p>]]></description>
      <pubDate>Thu, 13 Jul 2006 05:48:02 -0500</pubDate>
    </item>
  </channel>
</rss>
