<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d8907963\x26blogName\x3dWS-Comments\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://ws-comments.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://ws-comments.blogspot.com/\x26vt\x3d972201484635970681', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

WS-Comments

perspectives on open-source and web services

Wednesday, April 06, 2005

IBM method for SOA'ing yourself

IBM got this cheer-leading help at internetnews.com, which is fine, because they're correct about lots of things. IBM wants to sell "SOA assessment services" just like I'd like to sell. well, they're calling it SOMA, and I'm calling mine, uh....advice?

in any case, with IBM's new partnership with Zend, it would be interesting to find out if IBM would ever be offering these assessment services to small businesses, and if they might pitch the Zend Core (including PHP) as an SOA platform. I, of course, think it's possible, but un-proven. and will hopefully move it into the "proven" column for my own sake, and it wouldn't hurt Zend and/or IBM to follow my lead! ;) man, that would be sweet.

however, I would hope that Zend and/or IBM is as open to an SOA platform that uses MySQL as opposed to the Cloudscape database in Zend Core. don't get me wrong, I think Cloudscape is a great project and I really like that IBM is promoting it. I just have a soft spot for MySQL.

2 Comments:

At 4/07/2005 9:39 AM, Blogger Matt C said...

'Course shouldn't you go for dB-neutral designs, as far as the php is concerned?

Sometimes I think it might be smart to cut our WS teeth on a LP5 platform (couple letters missing, see?), using the embedded SQLite from the command line.

Just thinking aloud. Sorry I don't comment as much on yr blog, but my knowledge of the details of WS is limited.

 
At 4/07/2005 11:16 AM, Blogger luke said...

yeah, the soft spot for MySQL is nearly as soft as the silky gelatin spot I have for PHP, so DB choice (should be) kinda irrelevant.

the only systems I've imagined for WS deployment would have pretty heavy DB for logging, etc. so I'd probably want a heavy-hitting DB server. though SQLite is AWESOME! we used it in that cd catalog (though the GUI was a .NET app). absolutely smokin'!

I try to comment on HE and OS licensing as best I can, but don't expect any deeply thought-provoking comments over there!

 

Post a Comment

<< Home