I don't see how Eclipse being written in Java makes any difference to PHP certainly anyone can write PHP code including Java programmers (they can use Java to do it too) but where is the overlap where is the real connection I think Zend has been playing with it's wand too much
collectively.
Eclipse link
By Austin Tayshus
Posted Saturday 13th October 2007 18:09 GMT
Tools guy @1 - the Eclipse point is that you now have one tool where you can equally work well on Java or PHP, something which was not officially supported on Eclipse previously (yes I'm aware of the other PHPeclipse etc... projects). So if you want to build composite apps of PHP on Java, you don't need separate tools any more. Whether people will actually want to do this? Dunno yet.
JUST, WHY
By Chris Ellis
Posted Sunday 14th October 2007 19:06 GMT
Why would any SANE Java programmer want to pollute their wonderfully designed app with god dam PHP,
WHY?
Somehow I think Zend are barking up the wrong tree, maybe even forest.
very sensible IMO
By Simon Brown
Posted Monday 15th October 2007 01:01 GMT
This is great news for several reasons.
Firstly there are some great tools written in PHP that would be painful to port to Java. CMSMadesimple is a good example - brilliantly simple cms built on smarty that gives the front-end developer content management that separates content from style from client-side scripting from meta-data. That's all cool. Sure there are JSP/tomcat/whatever tools that can do the same but we don't all want to have mega-clusters as front end servers where a bunch of cheapo LAMP systems with mutiple redundancy will do. Now what if you want to integrate that layer into something far more complex and transactional - a big ecommerce system or a bank or a CRM or a workflow system that uses SAP or Oracle. Well up til now you couldn't cos PHP does it's thing and Java does it's different thing and never the twain shall meet (at least in a stateful context).
This new work from Zend opens the door. Why re-write an open source PHP project in Java? Use the Zend bridge to bridge the gap. Why re-tool a Java-based system to work with the new front-end - use this new Zend bridge to allow proper separation and sanity between the processes in the system.
PHP is great at feeding out simple stuff to make simple webpages in a fast and slightly dirty (but we love it) way. Java is full of object-oriented mystical messaging systems and queues and threads and processes and whatnot. All Zend are doing is letting them work together in a sane manner, IMHO they are to be applauded.
The period for commenting on this story has finished
Find out how Trolltech has made it easy for developers to implement web content directly into their native applciations through the integration of the WebKit rendering engine.