Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Abandonware, or 'Allaire Forums Open Sourced'

Posted by michael on Tue May 16, 2000 04:22 PM
from the verbifying-adjectives dept.
xtra sends news that Allaire has "open sourced" its Forums software (web-based threaded discussion groups). You can either rush off to check it out or read a bit of commentary below about abandoned software.

For those who don't know, Forums is a package of Cold Fusion templates which runs on a web server with Cold Fusion installed. You can see an example of it at forums.allaire.com.

I've been using Cold Fusion for a few years now, and my initial reaction was, "Why bother?" Allaire released the initial version of Forums in 1996, supported it for about 20 minutes or so[1], and began the process of abandoning it in favor of developing a lucrative "enterprise computing" package. Around 1998 or so, perhaps even 1997, people started asking for it to be open-sourced. In 1998 Allaire made a few bug fixes and released version 2 of the software, and in November 1999, they announced the software would be open-sourced. And yesterday, they actually did it. Of course, all of their Forums customers decided they were abandoned a few years ago, and found another product.

Now in one sense, Forums has always been "open source". Cold Fusion templates are interpreted, not compiled (and Forums was released before Allaire added even the weak encryption for templates that they now support), so anyone with a few weeks to kill could scrutinize the code and figure out how everything worked. Of course, redistributing modified versions of the code was a no-no, and if you made any modifications to it, even bug-fixes, then you lost all support from Allaire. Just like any compiled software product. In fact, I believe changing the templates was against the old license agreement, though I don't have a copy of the old license readily available.

So basically what they've done is make it freely downloadable. The license agreement is one of those bastardized we-took-our-standard-license-and-changed-a-few-words things that very obviously originated in the mind of a lawyer used to writing proprietary software licenses. I suppose it's open, but it sure isn't friendly about being open, know what I mean? It giveth with one hand, and taketh away with the other.

In any case, this is a classical example of the "abandoning a product while trying to keep our customers from feeling abandoned" open-source motivation. I'm dubious about its success, in this case or in the other cases where this is the motivation behind opening up a set of code. If Allaire had actually done this maybe three years ago, Forums would probably be a robust and stable product by now, and it would probably be driving a fair number of sales of the Cold Fusion application server. Instead, Allaire collected ($400 * #number_of_sales#) and pissed off (0.95 * #number_of_forums_customers#) by selling them a product with zero support.

Are people really going to flock to it now, spend a few hours parsing the license and trying to figure out if they can do anything useful with the code, and spontaneously develop a thriving user-group to support this thing? If Allaire can't even support it, why do they expect others to?

Maybe I'm wrong. Maybe it'll be a huge success, it'll turn into a beautiful open-source product and every Cold Fusion site worldwide will want their own set of discussion groups. Or maybe it'll just turn into another ghost site, lights on, but nobody home.

The open source/free software community is likely to see a lot more of these sorts of projects in the future. When your car gets old and feeble, and you don't feel like fixing it up anymore, you can donate it to Goodwill or to your local school for their auto shop course. Or you just take the plates off and drive it down to the waterfront, roll down the windows, leave the keys in it, and walk away.

When you don't feel like supporting your old software anymore, you dub it "open source", send out a press release touting your bold move, and dump it in the software burial grounds. It's a little better than previous burial methods (which involving interring the software in Yucca Mountain, permanent disposal), but maybe not very much.

Now Emmett is a little more optimistic. He notes that if even one person does something useful with the code, it's a net gain. And I suppose he's right. But the community is going to have to learn how to deal with "open source" code that is actually just a cynical move to dump some unsupported product and talk about how you're supporting the open source world.

Emmett: I agree with you, but there's always the point that someone will probably find a good use for it, even if it's to test it once and throw it away. OOP means that talented developers are talented in the reuse of code. I mean, if only one person picks it apart, takes 200 lines of code, and uses it to build some better, more efficient system of some sort, and GPL all of it, isn't that worth it? I think so, and I think it's the 'one person, somewhere' belief that keeps everything going. If they were serious about doing something, they would have used the GPL and been done with it.

The key here is that Allaire isn't thinking 'one person, somewhere,' they're thinking, 'good PR,' while they'll turn this into a PR extravaganza and say they're thinking 'one person, somewhere.' I think we're on the same page when I say we're both thinking 'too little, too late.' Don't confuse clever marketing and free advertising for innovation.

[1] A slight exaggeration. I believe Allaire actually supported the product for at least a week after they rolled it out.

This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • Re:Looks like openspot.org is abandoned by elbarono (Score:1) Tuesday May 16 2000, @11:54AM
  • Re:That's a fallacy by core2000 (Score:1) Thursday May 18 2000, @05:30PM
  • Re:Argh!! by Kalani (Score:1) Tuesday June 06 2000, @10:06PM
  • Re:Ah, Cold Fusion...(off topic) by MrBlack (Score:1) Tuesday May 16 2000, @04:52PM
  • Re:Documentation needs. by ibbey (Score:1) Tuesday May 16 2000, @04:52PM
  • Re:Ah, Cold Fusion... by goten (Score:1) Tuesday May 16 2000, @05:36PM
  • open licence maybe.. who has the copyright by child_of_mercy (Score:1) Tuesday May 16 2000, @05:39PM
  • Innovation by FattMattP (Score:1) Tuesday May 16 2000, @05:40PM
  • I really need to stop biting trolls... by Millennium (Score:1) Tuesday May 16 2000, @11:55AM
  • by Ashé Pattern (152048) on Tuesday May 16 2000, @11:56AM (#1068222) Homepage
    Frankly, I'd say it was a overall Great Thing, at least if it catches on. After all, what are the primary methods of learning how to program, gaining the tricks and techniques of the trade?

    • Take a class in it, which will teach you syntax and not much else
    • Figure it out yourself from the techniques you already know and the documentation you have
    • (this is the big one) Learning how someone else did it
    Way back when I was a wee tyke, when I was first getting the hang of Pascal, I would have given my left kidney to access the wealth of open source code today. Not because it's a free product, but because I could have learned things like fast hash functions and various optimizations without having to munge through the concepts myself. Something may be gained from the experience, I suppose, but the pain is considerably more than the gain.

    If software companies want to abandon software by making it open source, then scores of programmers in their crysalis stage are going to benefit. The customers were screwed already from the companies poor support policies, so they don't even enter into the equation.

    With an eye to the future, I'd say that anything that will help people become programmers is a worthwhile endeavor. Isn't that what the geek community is about?

  • Re:Cold Fusion is better than PHP, at least right by HunterD (Score:2) Tuesday May 16 2000, @11:56AM
  • Re:Cold Fusion? How appropriate... by JohnRTroy (Score:1) Tuesday May 16 2000, @12:01PM
  • Re:Cold Fusion is better than PHP, at least right by JohnRTroy (Score:1) Tuesday May 16 2000, @12:05PM
  • FuseBox by goten (Score:1) Tuesday May 16 2000, @05:53PM
  • Re:OFFTOPIC: Perl question by flink (Score:1) Tuesday May 16 2000, @06:00PM
  • PHP, any day by Pac (Score:1) Tuesday May 16 2000, @06:03PM
  • by Black Art (3335) on Tuesday May 16 2000, @11:30AM (#1068229)
    I currently use Cold Fusion at work. I may not have to for long. For months I tried to convince my boss that Linux and PHP was a much better solution than Solaris and Cold Fusion. (And *much* more cost effective.)

    Then I installed RedHat 6.2 on his Sparc 2.

    He has changed his mind.

    Now that he has seen what it can do on his home machine, he is more than impressed. PHP runs rings are ound Cold Fusion when it comes to features and timeliness of updates. I am *still* waiting for our 4.5.1 bug fix release for Solaris. I will probably have to call them and scream until I am blue in the face to get it, even though we have a paid subscription for the software.

    Linux and PHP are just a better choice all around.
  • Re:Cold Fusion? How appropriate... by Kmon (Score:1) Tuesday May 16 2000, @06:09PM
  • Money by Pac (Score:1) Tuesday May 16 2000, @06:12PM
  • Re:Now if they would just do that to Cold Fusion by jallen02 (Score:1) Tuesday May 16 2000, @06:41PM
  • Re:Cold Fusion is better than PHP, at least right by JohnRTroy (Score:1) Tuesday May 16 2000, @12:10PM
  • Connectivity? by ideadev (Score:1) Tuesday May 16 2000, @12:11PM
  • Re:Cold Fusion is better than PHP, at least right by HunterD (Score:2) Tuesday May 16 2000, @12:16PM
  • Back during 1996 I took a job as a web developer. The product the website was written in was ColdFusion 1.0 with some specific areas in 1.5. Coming from a programming background in C/C++ and pascal I found the shit to ColdFusion rather a pain.

    Complete lack of programming structure, and the so called DBM/DBML files with their bad attempt at integration into HTML tag structures. With this language there was much that could be done and I decided to finish the site and clean things up. Part of this clean up with the installation and bug fixes for the Forums product.

    The attempt was being made to use Forums to provide technical support, when they worked, for our customers. I remember recieving copies of updates and bugfixes on a semi regular basis, most of which broke something new and different each time.

    After dealing with this for a short while we (ok I) decided to yank them down and re-write them because I was getting tired of users (customers) calling in and complaining about not understanding how to use forums.

    I still wonder just where they got their initial design for the forums software. It would have been nice if they could have just ripped the perfectly usable and understandable system from Renegade or Maximus BBS systems. Atleast those I could very easily convice the users on how to use since it resembled the 3270 and 5250 green screens they were used to.

    Also performance was horrid. On the Pentium 133, 128MB RAM (and if I remeber it cost us a few grand) with 2 4GB SCSI drives running Windows NT 3.51 (yes, real performance software I know) we could only get 1 page view every 3 - 5 seconds if someone was using the forums. After re-writing and converting/upgrading to ColdFusion 2.0 (which ran as a service instead of multi MB CGI) performance started increasing. Performance wasn't acceptable until leaving ColdFusion and another site re-write in InternetFacotry's SMX (running CommerceBuilder for the www server).

    Now there is a good case for an abandond product as well. CommerceBuilder provided speed and integrated programming language, and much of what Apache and PHP on linux now provide. Too bad it too went the way of the scrap heap back in 1998.

    Now merchant builder was a fun product to run, complete store with source and it was fast. It ran in code inside the server and was pretty. After the webserver war of netscape and microsoft started they became one of the casualties. Sure they ported their SMX to a IIS ISAPI module and moved merchant builder to it, which is all good, but they stoped supporting Commerce Builder.

    Then Crack.Com in 99. They run out of money and "do-the-right-thing"(tm). They opensource their game with a $100,000 musical score and work on it, on their own dime, after the company ran out of money to finish it. Most famous for Abuse and getting many of us started using Linux (Mostly because slackware 2.x included Abuse and Doom), it is kind of sad to see this company go.

    This pretty much shows the three basic ideas for a product when support is no longer available. Allaire drops it on the opensource people well after it could have been usefull and after alienating those long standing customers. Internet Factory in just completely dropping off the face of the planet and telling the customers to microsoft for their fix. And finally Crack.Com which gave their game away to the public domain.

    I just hope Allaire in releasing this code realizes what they are doing and the PR appearnce they get from this. Not the kind bunch of every day geeks (a la Crack.Com), but the arrogance of holier-than-thou-I-got-rich-quick-and-you-didn't-m y-product-sucks-your-on-your-own-you-fix -the-problems attitude I have come to know and loath from Allaire once again.

    PS. Yes I admit it, I still write applications in ColdFusion, if and only if I get hourly pay and 50% on top of that for headache medicine in order to deal with the language's lack of programming structures. (Yes I know it is starting to get some structure with the 4.x branch, but it still is no where close to speed, performance, and stability as Apache/PHP and dare I say it IIS/ASP.)

  • Re:Cold Fusion? How appropriate... by ideadev (Score:2) Tuesday May 16 2000, @12:22PM
  • Linux: The Dumping Ground of Failed Products by Anonymous Coward (Score:1) Tuesday May 16 2000, @12:22PM
  • Re:Cold Fusion is better than PHP, at least right by JohnRTroy (Score:1) Tuesday May 16 2000, @12:25PM
  • Re:Cold Fusion? How appropriate... by marklee (Score:1) Tuesday May 16 2000, @07:00PM
  • Re:Documentation needs. by Freedent (Score:1) Tuesday May 16 2000, @08:43PM
  • Open Sourcing old software by Wokan (Score:1) Tuesday May 16 2000, @08:45PM
  • How are proprietary languages a Good Thing? by zzendpad (Score:1) Tuesday May 16 2000, @09:41PM
  • Re:PHP vs. Cold Fusion by joshgs (Score:2) Tuesday May 16 2000, @10:18PM
  • Re:Cold Fusion is better than PHP, at least right by Slashdot Fool (Score:1) Tuesday May 16 2000, @11:29PM
  • Re:dns does propogate by Paul Jakma (Score:1) Tuesday May 16 2000, @11:34PM
  • Re:PHP, any day by StoryMan (Score:1) Wednesday May 17 2000, @12:43AM
  • Re:Bring Out Your Dead by bfinuc (Score:1) Wednesday May 17 2000, @01:32AM
  • Re:OSS != better by Blue Lang (Score:1) Tuesday May 16 2000, @12:29PM
  • Re:Bring Out Your Dead by AdamJ (Score:1) Tuesday May 16 2000, @12:31PM
  • UBB by Barbarian (Score:1) Tuesday May 16 2000, @12:31PM
  • Re:Cold Fusion is better than PHP, at least right by Black Art (Score:2) Tuesday May 16 2000, @12:38PM
  • Re:Bring Out Your Dead by Blue Lang (Score:1) Tuesday May 16 2000, @12:40PM
  • Re:Cold Fusion is better than PHP, at least right by HunterD (Score:1) Tuesday May 16 2000, @12:44PM
  • The inverse problem by alkali (Score:1) Tuesday May 16 2000, @12:45PM
  • Re:Cold Fusion is better than PHP, at least right by semprebon (Score:1) Wednesday May 17 2000, @02:00AM
  • Re:Cold Fusion (Score:3)

    by TheTomcat (53158) on Wednesday May 17 2000, @02:12AM (#1068257) Homepage
    In the PHP FAQ [php.net], there's a section [php.net] on PHP vs. Coldfusion. Also, there's a link to an article by a CF and PHP developer, making the comparison [theaimsgroup.com].

    I found it REALLY useful.
  • PLEASE FIX THIS EXTREMELY UNFAIR MODERATION by FreeUser (Score:1) Wednesday May 17 2000, @02:19AM
  • Re:This is not a Bad Thing by toaster_imp (Score:1) Wednesday May 17 2000, @02:30AM
  • Re:That's a fallacy by kmj9907 (Score:1) Wednesday May 17 2000, @02:37AM
  • Re:That's a fallacy by Kaa (Score:1) Wednesday May 17 2000, @03:19AM
  • Maybe you're out of touch? by cculianu (Score:1) Wednesday May 17 2000, @03:28AM
  • Re:That's a fallacy by cculianu (Score:1) Wednesday May 17 2000, @03:31AM
  • Well that's because you're a moron by cculianu (Score:1) Wednesday May 17 2000, @03:35AM
  • There's only one way to find out by _|()|\| (Score:1) Tuesday May 16 2000, @12:48PM
  • Re:Abandonware? by timster (Score:1) Tuesday May 16 2000, @12:49PM
  • by Analog (564) on Tuesday May 16 2000, @12:49PM (#1068267)
    I'm really curious about what you don't like about PHP's documentation; I find it to be outstanding. I had an appointment book/calendaring application I had written in Python, and decided (as a learning experience) to redo it in PHP. Using the online documentation, I had most of the functionality duplicated in a weekend. You can't beat that with a stick.

    I should also point out that while I know how to program (to an extent, anyway) I am no programmer; I don't do it for a living and never have. I have a passing familiarity with C, I know no Perl, and PHP was a dead cinch to pick up. Have you actually given it a try, or are you relying on something someone else told you? I should think anyone with even a little programming background (and since it appears you do this for a living I would hope that includes you) would find it easy.

  • by crank (10291) on Tuesday May 16 2000, @12:50PM (#1068268) Homepage
    As someone pointed out, Cold Fusion has always been an interpreted language. Therefore, giving away the source for Forums will actually generate revenue in sales of their interpreter, since you need to buy that for this for your web server, right?

    So, they get to be "good guys" for giving away source to something you can't run without buying their product anyways, right?

    Roy
  • by timster (32400) on Tuesday May 16 2000, @12:51PM (#1068269)
    I'm having trouble understanding this. I know that the open source community has, in the past, _begged_ and _pleaded_ for old, uninteresting software to be released to us. And now that it's actually starting to happen, it's just a PR stunt? That's the friggin' point! We've finally managed to give them enough of a good reason to actually do it. YAY.
  • Re:That's a fallacy by David P (Score:1) Tuesday May 16 2000, @01:24PM
  • Re:Cold Fusion is better than PHP, at least right by gid (Score:2) Tuesday May 16 2000, @12:52PM
  • That's a fallacy by JohnRTroy (Score:2) Tuesday May 16 2000, @12:53PM
  • I see nothing wrong with this by spitzak (Score:2) Tuesday May 16 2000, @12:53PM
  • If you can't maintain it, you should set it free. by ka9dgx (Score:2) Tuesday May 16 2000, @01:31PM
  • by GeorgeH (5469) on Tuesday May 16 2000, @01:34PM (#1068275) Homepage Journal
    Can anyone point me to a nice, level headed comparison between PHP and Cold Fusion? Does one have a higher overhead? Does one cache database results? We're going to be choosing a web application development language at work soon, and if I can say "Well Cold Fusion is nice, but..." I'd be happier with the open source solution.
    --
  • Documentation needs. by JohnRTroy (Score:1) Tuesday May 16 2000, @01:34PM
  • Re:Linux: The Dumping Ground of Failed Products by Zurk (Score:1) Tuesday May 16 2000, @01:37PM
  • Re:PHP vs. Cold Fusion by pnevares (Score:1) Tuesday May 16 2000, @01:38PM
  • Re:Cold Fusion is better than PHP, at least right by oujasper (Score:2) Wednesday May 17 2000, @03:36AM
  • Re:Ah, Cold Fusion... by cculianu (Score:1) Wednesday May 17 2000, @03:38AM
  • Re:Cold Fusion is better than PHP, at least right by oujasper (Score:1) Wednesday May 17 2000, @03:40AM
  • Re:Cold Fusion is better than PHP, at least right by oujasper (Score:1) Wednesday May 17 2000, @03:45AM
  • Re:Cold Fusion is better than PHP, at least right by Cary (Score:1) Wednesday May 17 2000, @03:48AM
  • Re:How are proprietary languages a Good Thing? by NoizAngel (Score:1) Wednesday May 17 2000, @04:22AM
  • Having your cake and eating it too... by hofo (Score:1) Wednesday May 17 2000, @04:38AM
  • English by Pac (Score:1) Wednesday May 17 2000, @05:29AM
  • Re:That's a fallacy by GeZ117 (Score:1) Wednesday May 17 2000, @05:31AM
  • Think of it as: organ donor by ch-chuck (Score:2) Wednesday May 17 2000, @05:38AM
  • Reusing code? by Jeff Monks (Score:1) Tuesday May 16 2000, @12:54PM
  • Re:Time to replace Slash, guys by medicthree (Score:2) Tuesday May 16 2000, @12:57PM
  • Re:How about Homesite? by burgess (Score:1) Tuesday May 16 2000, @01:02PM
  • Adobe: Open-source IntelliDraw and slay Visio! by PerlDiver (Score:1) Tuesday May 16 2000, @01:40PM
  • by yorick (4133) <yorick@nosp[ ]visi.com ['am.' in gap]> on Tuesday May 16 2000, @01:02PM (#1068293)
    If you've ever worked at a business that purchased a commercial product to do a basic task, and found yourself in a situation where the company no longer supported it but also was unwilling to release the source code so that you could make minor modifications to "keep it alive" until you could find a suitable replacement, the idea of a company open sourcing a product instead of abandoning it makes you feel all giddy inside.

    I've found myself hex editing code or writing complicated wrappers in order to support extremely minor environment changes (upgrading patchlevels of another product) that could have been changed in seconds had I the source code to rework. I can't count how many abandoned but perfectly good packages were thrown out due for Y2K because the company was unwilling to test it and we had no facilities too.

    I've advised that companies who buy expensive software contracts or packaages build in an option to purchase that software source should the developer choose to abandon it.
  • Adandonment by sYk0 b17cH (Score:1) Tuesday May 16 2000, @01:41PM
  • Personally, I love the PHP documentation. It's concise and to the point--I rarely spend more than 15 seconds finding exactly the information I'm looking for, because it's so logically laid out, and if it takes any longer than that, I just grep for it.

    It's not a tutorial, it's not an introduction, it's not a style guide or a talking paper clip. It tells you exactly as much as you need to know if you understand the basic idea of what server-side scripting is but never heard of PHP.

    And if you've ever programmed in C, you'll find that you rarely have to look at the syntax portion of the manual at all. One read through should do the trick, once you've finished ooh-ing and aah-ing at all the high-level things you're allowed to do... :-)
  • dns does propogate by Paul Jakma (Score:1) Tuesday May 16 2000, @01:41PM
  • Re:That's a fallacy by Alex Belits (Score:2) Tuesday May 16 2000, @01:44PM
  • Two Years Too Late by matthewp (Score:1) Tuesday May 16 2000, @01:47PM
  • Re:Cold Fusion? How appropriate... by mrwinc (Score:1) Tuesday May 16 2000, @01:55PM
  • Still available somewhere? by torpor (Score:2) Tuesday May 16 2000, @01:56PM
  • by Listerine (7695) on Tuesday May 16 2000, @11:39AM (#1068301) Homepage
    The Correct URL is http://www.forumspot.org [forumspot.org]
  • Re:Looks like openspot.org is abandoned by yerricde (Score:2) Tuesday May 16 2000, @11:39AM
  • Re:Looks like openspot.org is abandoned by JohnRTroy (Score:1) Tuesday May 16 2000, @11:40AM
  • Re:Looks like openspot.org is abandoned by Listerine (Score:1) Tuesday May 16 2000, @11:41AM
  • Correct URL by Sygnus (Score:1) Tuesday May 16 2000, @11:41AM
  • Re:Well that's because you're a moron by Proteus (Score:1) Wednesday May 17 2000, @05:59AM
  • Re:Now if they would just do that to Cold Fusion by ajf (Score:1) Wednesday May 17 2000, @06:55AM
  • Cold Fusion? How appropriate... by Proteus (Score:1) Tuesday May 16 2000, @11:41AM
  • Re:Cold Fusion is better than PHP, at least right by HunterD (Score:1) Wednesday May 17 2000, @07:01AM
  • Re:Who needs this useless garbage? by Calimus (Score:2) Tuesday May 16 2000, @11:43AM
  • Re:HomeSite beats *anything* on Linux by ajf (Score:1) Wednesday May 17 2000, @07:02AM
  • Didn't the same thing happen with Interbase? by MrBlack (Score:2) Tuesday May 16 2000, @11:43AM
  • Re:Linux: The Dumping Ground of Failed Products by bubbaD (Score:1) Wednesday May 17 2000, @07:14AM
  • Re:Cold Fusion is better than PHP, at least right by HunterD (Score:1) Wednesday May 17 2000, @09:19AM
  • Again! You ignore me sir! by Kalani (Score:1) Wednesday May 17 2000, @09:35AM
  • Re:OSS != better by Rick Franchuk (Score:1) Tuesday May 16 2000, @01:05PM
  • Maybe I do... by Tau Zero (Score:1) Tuesday May 16 2000, @01:07PM
  • Re:Cold Fusion? How appropriate... by SnapperHead (Score:1) Tuesday May 16 2000, @01:10PM
  • PHP Documentation by Rick Franchuk (Score:1) Tuesday May 16 2000, @01:13PM
  • This is actually good by ocelotbob (Score:2) Tuesday May 16 2000, @01:14PM
  • Re:Ah, Cold Fusion... by StoryMan (Score:2) Tuesday May 16 2000, @02:01PM
  • The devil is in the details by _|()|\| (Score:1) Tuesday May 16 2000, @01:16PM
  • Re:Cold Fusion? How appropriate... by PotPieMan (Score:1) Tuesday May 16 2000, @02:04PM
  • Opensourcing abandonware (general points) by HungryHorace (Score:1) Tuesday May 16 2000, @01:20PM
  • May I present Phorum..... by Kris Warkentin (Score:2) Tuesday May 16 2000, @02:07PM
  • Re:Ah, Cold Fusion... by PanDuh (Score:1) Tuesday May 16 2000, @02:08PM
  • Re:Cold Fusion is better than PHP, at least right by Kalani (Score:1) Tuesday May 16 2000, @02:11PM
  • Re:How about Homesite? by mrwinc (Score:2) Tuesday May 16 2000, @02:11PM
  • maybe they'll take a hint. by 11390036 (Score:1) Tuesday May 16 2000, @02:15PM
  • Re:dns does propogate by elbarono (Score:1) Tuesday May 16 2000, @02:26PM
  • Re:Ah, Cold Fusion... by StoryMan (Score:1) Tuesday May 16 2000, @03:41PM
  • code reuse by commrade (Score:2) Tuesday May 16 2000, @11:44AM
  • by Proteus (1926) on Tuesday May 16 2000, @11:47AM (#1068333) Homepage Journal
    Granted the "Open" license that Allaire is using is not exactly wonderful. And, granted, Cold Fusion is an application that a lot of coders find excrutiatingly useless.

    However, we should be happy that it's a step in the right direction. I have seen literally hundreds of posts on Slashdot expressing the desire for companies to open up products that are aging, instead of just shelving them. Here, Allaire has done this (sort of), and they're being criticized for the manner in which it was handled.

    I agree that Allaire deserves some criticism for their half-hearted approach, but we should remember that they didn't have to do anything: they could have just abandoned this product. Someone there is facing in the right direction, so let's not be so hasty to beat them down for thier blunders.

    --

  • Re:Looks like openspot.org is abandoned by Egoine (Score:1) Tuesday May 16 2000, @11:47AM
  • Cold Fusion (Score:3)

    by HunterD (13063) <legolasNO@SPAMevilsoft.org> on Tuesday May 16 2000, @11:47AM (#1068335) Homepage
    So I like many others in my position use Cold Fusion in my office, and would like to get some momentum behind a movement to get off of Cold Fusion and onto PHP. The one problem tat I am finding is that despite their similar natures, there is almost never a comparison between the two. PHP is mostly compared to ASP, JSP & Zope, and Cold Fusion is mostly compared to ASP & other proprietary engines - but I never seem to find any information on how the two compare.

    What I would really need to convince the PHBs is:
    a. a comparison on how they hold up under heavy loads
    b. a comparison of features
    c. a comparison of how interoperable they are with other languages/toolkits

    PHP looks better, but without any proof that it can hold up under the loads that cold fusion can (or beat CF) I can't get any movement.....

    thanks.

  • Bring Out Your Dead by Anonymous Coward (Score:1) Tuesday May 16 2000, @11:48AM
  • more PR. Yay. by laserjet (Score:1) Tuesday May 16 2000, @11:48AM
  • Re:How are proprietary languages a Good Thing? by zzendpad (Score:1) Wednesday May 17 2000, @09:46AM
  • Argh!! by Kalani (Score:1) Wednesday May 17 2000, @09:57AM
  • Re:Cold Fusion is better than PHP, at least right by bob2cam (Score:1) Wednesday May 17 2000, @10:44AM
  • Re:Argh!! by HunterD (Score:1) Wednesday May 17 2000, @12:58PM
  • Re:Abandonware? by Signal 11 (Score:1) Tuesday May 16 2000, @03:48PM
  • Re:Documentation needs. by roundclock (Score:1) Tuesday May 16 2000, @04:01PM
  • Re:Argh!! by HunterD (Score:1) Wednesday May 17 2000, @01:44PM
  • Re:Cold Fusion is better than PHP, at least right by adamsc (Score:2) Tuesday May 16 2000, @04:05PM
  • Just paid for Forums... by bad-badtz-maru (Score:1) Wednesday May 17 2000, @03:40PM
  • Re:Documentation needs. by cHiphead (Score:1) Tuesday May 16 2000, @04:10PM
  • Yup. by JohnRTroy (Score:1) Tuesday May 16 2000, @04:14PM
  • Re:Ah, Cold Fusion... by jedimaster (Score:1) Tuesday May 16 2000, @04:19PM
  • Re:Having your cake and eating it too... by hofo (Score:1) Thursday May 18 2000, @04:37AM
  • Solaris /bin/false and /bin/true by erice (Score:1) Tuesday May 16 2000, @04:35PM
  • Re:Now if they would just do that to Cold Fusion by jallen02 (Score:1) Tuesday May 16 2000, @04:40PM
  • Re:dns does propogate by WzDD (Score:1) Tuesday May 16 2000, @04:43PM
  • Re:Cold Fusion? How appropriate... by Listerine (Score:2) Tuesday May 16 2000, @11:49AM
  • by JohnRTroy (187247) on Tuesday May 16 2000, @11:50AM (#1068355)
    I've used Cold Fusion for 3 years now, and have seen the product since 2.0. In my opinion, Cold Fusion is a lot better than PHP because of the way it works. The tag based metaphor focuses on the Output of Database information into HTML. You can just type in an SQL query and output it without having to deal with all that Command/Recordset and object crap. It's a great mix for people with moderate programing background who do not like the low level C++/Java stuff. You may have some criticism about Cold Fusion having bugs, but they make up for it in a lot more things. Cold Fusion has much easier concepts to learn and use, and while PHP may be powerful--the documentation just sucks. That is a problem. Every Open Source project I see is not geared towards training the language to people. I have been initially excited about PHP, Zope, and Perl, but I have found the documentation to be written for "the geek", while the books on Cold Fusion, both from Allaire and from Ben Forta, focus on training new people, as well as teaching advanced concepts. Only now with a few books on PHP on the market can I really start working with it. Many of us want to deal with stuff that's more or less as easy to use as a 4GL, or deal with complex configurations. I'd rather use CF's web based administrator and CFML on IIS and Windows NT than deal with PHP's INI files on a Linux box. Allaire may not follow the GPL or the Open Source Philosophy, but they are a lot better than the Microsoft path, and they are less insular.
  • Abandonware? (Score:5)

    by Signal 11 (7608) on Tuesday May 16 2000, @11:50AM (#1068356)
    First, cute name - I like it. Second, open source to businesses is still largely a PR stunt. Witness Sun's foray into it, or Apple's - both had absolutely atrocious licensing under the "open source" banner... both were (largely) resolved after community outcry and some work by our esteemed Bruce Perens, but many other companies have not been subjected to that level of scrutiny.

    Most businesses still cannot (and will continue to for some time) grasp the basic idea of giving something away. In their world, if you give something away, you earn no money in return. This is true. They also presume support will continue to derive the same income, as the number of users hasn't increased much over a period of N. Hence, the logical conclusion is that without that source of revenue, they need to cut back expenditures to survive. Not very optimal - they lose profits. The flipside that they don't realize is that by open sourcing something, you can decrease your maintenance costs and increase your user base (if properly executed).

    Companies don't see the long-term benefit. And, to be honest, open source is risky - there is no guarantee of high market penetration, as always.. and companies do NOT like risk, especially an unknown one - and there is unsufficient data right now to make a long-term commitment for many companies.

    I know everyone is now shouting "FUD! FUD!" but this is how companies think, so you'd better warm up to the idea. Open source developers for the most part aren't getting rich - Microsoft developers are. That's a pretty powerful statement. So, if you want companies to open source a live product, instead of one that is no longer generating revenue (at which point it doesn't matter much what happens to the software, so the decision to go open source is easier) maybe we should concentrate on producing some hard numbers on companies that have taken the plunge.. and what happened 5 years later.

  • Better URLs (Score:3)

    by Egoine (22800) on Tuesday May 16 2000, @11:51AM (#1068357)
    Better URLs for information about this seems to be http://www.allaire.com/products/forums/ [allaire.com] and http://www.forumspot.org/ [forumspot.org]
  • by JohnZed (20191) on Tuesday May 16 2000, @11:51AM (#1068358)
    Well, with Interbase, it COULD have ended up as "abandonware," as it had been pushed pretty far down on the priorities list at Inprise. Now, however, it's anything but. Inprise has formed a spin-off company [interbase.com] (along with some VC money) to support and develop it further. Now Interbase is getting the publicity, development support, and openness that it needed all along. Version 6 should be a huge improvement, especially on Linux (which is now a primary development platform, rather than an afterthought).

    --JRZ
  • Re:Looks like openspot.org is abandoned by Listerine (Score:1) Tuesday May 16 2000, @11:51AM
(1) | 2