Is .NET Smart?

Joachim Breitsprecher from our partner company d-serv told me about this interesting article[1]:

[quote]
Does an organization have anything to gain from .Net?

Despite a vaguely defined purpose, no track record and several known risks, organizations are starting to implement projects based in .Net. Carmine Mangione delves into the .Net enigma and explains why jumping on the .Net bandwagon – like blindly adopting any technology without first weighing the pros and cons – could potentially sink your organization.
[/quote]

We fully agree with the author that despite the hype concerning SOAP, WSDL & Co., these technologies are currently too imature to be used in reliable software infrastructures on a broad scale. Furthermore, we are very concerned with the latest decisions of IBM and Microsoft to leave the W3C standardization gremium for Web Services. It seems like the good old HTTP/URL mechanisms are still the best way to go, because the level of abstraction offered by the REST model[2], is much more convenient and manageable than Web Services.

[1] http://www.linuxworld.com/go.cgi?id=742092
[2] http://www.ebuilt.com/fielding/pubs/dissertation/top.htm

The php|architect Grant Program

“We’ve established the php|architect Grant Program with the purpose of providing financial support for the PHP-related open-source projects that have the potential of bringing the greatest benefit to the PHP community in general.

On June 30, we will announce the assignments of two $1,000 grants to as many projects selected among those who will have entered into the program.”

http://www.phparch.com/grant/

php|architect is a magazine for PHP programmers.

ordnas at php.net

Sandro is now member of the PHP development team with access to the pear and peardoc CVS – hooray 😉 His PHP email address is ordnas at php dot net. You wonder why his user name is “ordnas”? Well, read it backwards 😉

First Hungarian PHP Conference

From php.net: “The members of the Hungarian PHP community announce the first Hungarian PHP Conference which will take place in Budapest, on Saturday March 29th, sponsored by several international and local companies. The conference offers an entirely free one-day activity with several presentations addressing basic and advanced topics, as well, exclusively in Hungarian. Moreover, a five kilobyte-limited PHP contest has been started to discover the most talented PHP programmers in our country. The program includes the first session of the so-called PHP Division which will be established with the set purpose of representing the community itself and promoting their interests in any national business and official phorums.”

Sandro is happy that PHP has growing momentum in Hungary – he spent a year in Hungary during his University studies. Congratulations and thanks to Goba for making the conference happen!

SRM Modifications

The Script Running Machine (SRM) will be optimized. Maintainer Derick Rethans sent the following TODO list to the SRM mailinglist:

– Make connection handling Multi-threaded
– Port the extension to ZE2
– Implement timers

SRM is a PHP extension that does all sort of persistent storage for PHP. This storage can be simple variables for applications, but also objects, and even running objects called Bananas (similar to Java Beans). For more information see the website dedicated to SRM.