Entries Tagged as 'CFML'

CFBuilder Update

If you've been living under a rock, CFBuilder Update 1 has been released. BIG BOLD NOTE FOR PEOPLE USING CFBUILDER AS A PLUG-IN: #3 in the technote is important:

When you see the successful update prompt, do the following:

  • (For standalone installation) Restart ColdFusion Builder
  • (For plug-in Installation) Start ColdFusion Builder using the following command:
    eclipse –clean

Otherwise, your eclipse will basically remove CFBuilder as a plugin and you'll have to re-install it. I know this from personal experience. Learn from it. :)

 

Working with Open Source?

Just want to pull an important quote out of a blog post:

As I already blogged before, a fork is not enough to keep MySQL alive for all future, if Oracle, as the copyright holder of MySQL, would at any point decide that they should kill MySQL or make parts of MySQL closed source.

When you're working with any open source product, you should in fact do your research and look at who the copyright holder is. Yes, the open source license is important. The copyright holder information is important. Understanding what both of them are to paint the entire picture is doubly important.

I'm not sure how overblown this Oracle / Sun / MySQL really is. It appears at first glance that people heavily invested into MySQL are losing confidence and are beginning to research elsewhere just in case. Me? I'll personally probably wait it out and worry about it later when I see something more concrete.

At work, we use SQL Server primarily, but we do have some MySQL servers still in operation. I pinged my Sysadmins at work about this out of curiosity and was told that they're not concerned about this issue at the moment because the deal is not final and any changes to future development is years away and if MySQL does go the way of the dodo bird, something else will step up and take its place.

To reiterate, software licensing can be confusing. You should definitely do your homework and above all, make sure you look at the big picture. If you don't understand Open Source licensing at all, you should definitely be objective and ask around in the community as everyone is going to have a different opinion of which is better.

Yes, it takes time. Yes, it's worth it. Yes, you should make a small effort to understand. After all, you may have to make your first decision on licensing when you upload your project to riaforge.org.

Report It!

This is definitely a small rant. If you're part of the CFML community, it behooves you to report issues as you find them. I really don't care which CFML engine you run. Here's a link to ALL of the engines in alphabetical order and their relevant bug tracking and mailing lists.

Seriously, if you find an issue. Report it. Find out if it's a known issue. Talk to someone. Closed source, Open source... it doesn't matter. Do the CFML Community a favor and report the issue if it doesn't already exists. Yes, I realize that writing up a ticket takes time. I also know that some of the companies above move a little faster when fixing bugs / releasing patches.

/rant off