Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud.
We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
"There's always been a huge interest in scripting languages... It makes sense for IBM to get into it," said Web Services Edge 2005 App Server Shootout Moderator Anne Thomas Manes, an analyst at Burton Group, as IBM and Zend Technologies announced a new partnership to create Zend Core, a bundling of IBM's Cloudscape database based on Apache Software Foundation Derby and Zend's open source PHP environment.
IBM said its commitment to Java will not be altered and that its support of the open source scripting language does not reflect any dissatisfaction with Java. Rod Smith, IBM vice president of emerging technology, noted: "We've got ideas for improving things. We worked on specifications in the Java community that weren't language-specific and are applicable to the PHP world."
"We're in a better position to look at a language that fits people's background and what they want to accomplish, rather than saying everything has to be written in one particular language that scales from easy-to-use to high-performance systems," Smith told a reporter.
"Our partnership with IBM further cements PHP as the language of choice for business-critical Web applications," said Doron Gerstel, CEO and President for Zend Technologies, Inc. "Zend Core for IBM is in line with Zend's goal of delivering both simplicity and robust functionality to Web-based applications."
As a result of this announcement IBM becomes the first vendor in the industry to support two major Web development languages (PHP and Java) with an integrated database solution, Gerstel observed.
"This collaboration reinforces IBM's commitment to the open source community and foundations such as Linux, Apache and Eclipse. IBM will introduce a new optimized native extension for Cloudscape and DB2 within the PHP community," said IBM in a statement.
About Java News Desk JDJ News Desk monitors the world of Java to present IT professionals with updates on technology advances, business trends, new products and standards in the Java and i-technology space.
Reader Feedback: Page 1 of 1
#12
Blue Charm commented on 28 Feb 2005
Didn't IBM also give a load of stuff to Newsforge just last week too, this is a real charm offensive aimed at OSS developers
#11
John Malonson commented on 28 Feb 2005
I'm actually both shocked and pleased that IBM picked up on the PHP phenomenon so fast. I wonder if IBM eventually plans to sever the PHP/MySQL bond that so many of us have come to love. I believe Oracle offers PHP support within its application server already. Hopefully, this will lead to better PHP plugins for Eclipse. However, Macromedia Dreamweaver MX 2004 already plays nice with PHP and your database of choice (i.e, MySQL, Oracle, SQL Server, etc).
#10
Castor live commented on 28 Feb 2005
it's pretty evident that IBM sees the value in open source and the money that can be made offering open source support services. IBM is already heavily invested in Linux and Java. So does this mean that it's expanding it's reach now or just trying to get Cloudscape/Derby onto a more level playing field with the likes of MySQL and PostgreSQL?
#9
Conclusion commented on 28 Feb 2005
||| This collaboration reinforces IBM's commitment to the open source community and foundations such as Linux, Apache and Eclipse. |||
For those who ever used it, it looks as though IBM is taking on PHP as a replacement for its old web language -"Net.Data"
#7
Stéphane TRAUMAT commented on 28 Feb 2005
I'm fond of Java and Open Source. Linuxfr.org is a french site about Linux and open source softwares where readers can write comments... Everytime I post something about Java, I nearly have the same guys telling me that java is not free so why speaking of it ? why being interested in Java ?
This is a list of reasons that makes me love Java:
- Java covers all our needs. With java, we can do whatever we need to do.
- Big open source players (Apache, Objectweb, Codehaus...)
- Big companies (IBM, Oracle, BEA...)
- Fantastic projects (Derby, Hibernate, JOnAS, C-JDBC...)
- Quality methods implemented earlier than in other langages (Unit testing, aop, build...)
- Good and free IDE (Eclipse, Netbeans)
- Genius are working on it ;), lots of great architects
- write once, run everywhere
- Proved to work (banks, telecoms....)
#6
Java vs PHP commented on 28 Feb 2005
Guy Steele once said: 'Designing a good programming language isn't just a matter of throwing together a set of features; it's a matter of establishing important principles that the programmer can rely on. It's important to follow those principles as a language is extended. Sometimes the principles themselves can be extended, but only with great care. Here are four examples of important principles in the Java language: local variables are private, you can't violate the type system, the evaluation order goes from left to right, and the "equals" method is symmetric and transitive.'
#5
cyrano commented on 28 Feb 2005
Bad progammers can make even the best language suck, but PHP really gives you free reign to be more sloppy than most. Yeah, a lot of php apps look slick (phpNuke, phpAdmin, etc) but under the hood they're a mess. :-\
#4
the_eric_conspiracy commented on 28 Feb 2005
PHP is more widely used, but on small projects. Once you get into something that is being used on a large scale Java is far more common. There are a variety of reasons, a lot of which are historical, and some which are due to the structure of the language. For example I can't see a formal SDLC shop mapping too well to the use of PHP. For a big project this would be a very serious problem.
One good thing that I hope will come out of IBM's PHP support is better tools - solid Eclipse plugins for PHP would be greatly appreciated.
Why doesn't IBM just buy out Zend? Actually, perhaps Novell should?
I suppose there is the question of how much money Zend actually makes, but I would think that the steering power and recognition might be well worth it.
#2
mosel-saar-ruwer commented on 28 Feb 2005
Is the gist of this news item that IBM is abandoning Java for PHP?
#1
RaisinBread commented on 28 Feb 2005
After moving away from Java, I couldn't be more pleased with the flexibility in PHP for web development and even shell script replacement.
John Malonson wrote: I'm actually both shocked and pleased that IBM picked up on the PHP phenomenon so fast. I wonder if IBM eventually plans to sever the PHP/MySQL bond that so many of us have come to love. I believe Oracle offers PHP support within its application server already. Hopefully, this will lead to better PHP plugins for Eclipse. However, Macromedia Dreamweaver MX 2004 already plays nice with PHP and your database of choice (i.e, MySQL, Oracle, SQL Server, etc).
Castor live wrote: it's pretty evident that IBM sees the value in open source and the money that can be made offering open source support services. IBM is already heavily invested in Linux and Java. So does this mean that it's expanding it's reach now or just trying to get Cloudscape/Derby onto a more level playing field with the likes of MySQL and PostgreSQL?
Conclusion wrote: ||| This collaboration reinforces IBM's commitment to the open source community and foundations such as Linux, Apache and Eclipse. |||
and undermines its commitment to Java
Stéphane TRAUMAT wrote: I'm fond of Java and Open Source. Linuxfr.org is a french site about Linux and open source softwares where readers can write comments... Everytime I post something about Java, I nearly have the same guys telling me that java is not free so why speaking of it ? why being interested in Java ?
This is a list of reasons that makes me love Java:
- Java covers all our needs. With java, we can do whatever we need to do.
- Big open source players (Apache, Objectweb, Codehaus...)
- Big companies (IBM, Oracle, BEA...)
- Fantastic projects (Derby, Hibernate, JOnAS, C-JDBC...)
- Quality methods implemented earlier than in other langages (Unit testing, aop, build...)
- Good and free IDE (Eclipse, Netbeans)
- Genius are working on it ;), lots of great architects
- write once, run everywhere
- Proved to work (banks, telecoms....)
Java vs PHP wrote: Guy Steele once said: 'Designing a good programming language isn't just a matter of throwing together a set of features; it's a matter of establishing important principles that the programmer can rely on. It's important to follow those principles as a language is extended. Sometimes the principles themselves can be extended, but only with great care. Here are four examples of important principles in the Java language: local variables are private, you can't violate the type system, the evaluation order goes from left to right, and the "equals" method is symmetric and transitive.'
cyrano wrote: Bad progammers can make even the best language suck, but PHP really gives you free reign to be more sloppy than most. Yeah, a lot of php apps look slick (phpNuke, phpAdmin, etc) but under the hood they're a mess. :-\
the_eric_conspiracy wrote: PHP is more widely used, but on small projects. Once you get into something that is being used on a large scale Java is far more common. There are a variety of reasons, a lot of which are historical, and some which are due to the structure of the language. For example I can't see a formal SDLC shop mapping too well to the use of PHP. For a big project this would be a very serious problem.
One good thing that I hope will come out of IBM's PHP support is better tools - solid Eclipse plugins for PHP would be greatly appreciated.
displague wrote: Why doesn't IBM just buy out Zend? Actually, perhaps Novell should?
I suppose there is the question of how much money Zend actually makes, but I would think that the steering power and recognition might be well worth it.
RaisinBread wrote: After moving away from Java, I couldn't be more pleased with the flexibility in PHP for web development and even shell script replacement.
With Cloud Expo 2012 New York (10th Cloud Expo) just four months away, what better time to start introducing you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference...
We have technical and st...
AMD said late Tuesday that its chief sales officer Emilio Ghilardi had left the company and that CEO and president Rory Read is going to do his job while a replacement is sought.
AMD didn’t say why Ghilardi left but it’s assumed Read wants his own people. Read is relatively new to th...
During the lifespan of M3 (Monitis Monitor Manager) there has always been something lacking – timers.
M3 execution procedure was outlined in this previous article.
The execution mentioned in the latter was a one-time-execution, whereas server monitoring requires periodic invocati...
Red Hat is putting its bought-in Gluster scale-out NAS storage technology,
acquired in October, on the Amazon cloud.
It’s styled Red Hat Virtual Storage Appliance for Amazon Web Services and
other clouds are supposed to follow in short order.
A new episode of the screencast series is now available at the OpenNebula YouTube Channel.
This screencast demonstrates the new easily-customizable self-service portal for cloud consumers. Its aim is to offer a simplified access to shared infrastructure for non-IT end users. The scree...
C12G Labs has just announced an update release of OpenNebulaPro, the enterprise edition of the OpenNebula Toolkit. OpenNebula 3.2, released two weeks ago, brings important benefits to cloud providers with a new easily-customizable self-service portal for cloud consumers, and builders w...