<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

Tuesday, May 10, 2005

good model

I like this systinet approach. my favorite OS model might be this one - using an OS project to generate buzz, interest, demand, and sales in another commercial product. I've thought the lamp5 approach could be very similar - creating a lamp5:Lumata::php:Zend relationship. and I think a lamp5 add-on to phpeclipse would be a cool OS project as well. though I think the core lamp5 framework will be the coolest. even if Lumata's commercial interests go down the tubes, I'd like to see an OS project like lamp5 take off so I can use it in consulting work.

1 Comments:

At 6/11/2005 2:43 PM, Blogger Matt C said...

Feel bad for not commenting in so long, but maybe it'll get you to post more if I do:

1) PHPEclipse might be doing what you want with that. Haven't looked in on them in awhile ... ZDE pretty much pwns eclipse for me.

2) As I think more about Lamp5, I see more overlap with various PEAR libraries. PEAR::XML_* .PEAR::SOAP, ... some of these things

Maybe Lamp5 is just an Uber-PEAR, or a XAMPP style installer for PHP5 prebuilt with the necessary libs for ws, and some custom libs for website RAD

PS: wanted to expand the phc site into XenCart (a.k.a. ODR, if you remember what that stood for), but This kickass project took half of that name ... hm.

 

Post a Comment

<< Home