Paul Krill
Editor at Large

Agile, PHP called good match

news
Oct 10, 20073 mins

Developing in short iterations works well with scripting language's object orientation, Zend exec says

Agile software development methods go well with PHP (PHP Hypertext Preprocessor), a Zend Technologies official said when interviewed at the ZendCon conference in Burlingame, Calif. on Wednesday.

Scheduled to speak on the issue later today, Zend’s Eddo Rotman, senior PHP engineer, cited PHP’s object-oriented nature as a good fit for agile processes in which software is developed in short iterations rather than being mapped out in advance.

With agile, developers work on smaller pieces of an application. After a requirement changes, developers can change the code internally as an object.

Zend has used agile development to build Zend Platform, which is the company’s application server. Developers, though, should examine whether agile is a good fit for their organization, Rotman said. Agile depends a lot on whether it will be accepted internally, he said, and might seem a bit disorganized to some.

“If your organization can’t handle that, you shouldn’t fight to put Agile in,” Rotman said.

Meanwhile, an Adobe official at ZendCon Wednesday cited use of PHP at the company in a presentation on RIA (rich Internet application) development.

“I’ve never written a line of ColdFusion in my life and we use PHP all the time at Adobe,” said Lee Brimelow, Adobe platform evangelist. Intended for building Internet applications, ColdFusion is Adobe’s server-side Java application partnered with a markup language.

RIAs, Brimelow said, are browser-based Web applications that offer features and functionality of a traditional desktop application. He cited several popular client-side RIA technologies, including Adobe’s Flash and Flex, AJAX (Asynchronous JavaScript) and XML and the Silverlight and JavaFX technologies under development by Microsoft and Sun Microsystems, respectively.

JavaFX, he said “is something that Sun is working on that’s pretty much largely being ignored.”

RIAs offer a much richer UI than is possible with HTML and CSS (Cascading Style Sheets), Brimelow said. But there are potential disadvantages, such as accommodating RIAs in search engines.

“This is something that still hasn’t been figured out properly,” Brimelow said.

Brimelow compared Adobe’s Flex to PHP. Whereas Flex is client-side, PHP is a server-side technology, but both are object-oriented. The Flex Builder and Zend Studio IDEs are based on Eclipse.

There is no right or wrong way to integrate PHP and Flex; using XML is the simplest way, Brimelow said. JSON (JavaScript Object Notation) serialization also can be used.

Brimelow also touted Adobe’s AIR (Adobe Integrated Runtime) technology, now in development, for building Internet applications that can on the desktop. “Essentially, AIR is basically, ‘Forget the browser. You’re now developing desktop applications’,” Brimelow said.

AIR offers features such as network detection, file IO, drag and drop, and clipboard access.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author