BlueDragon, BEA WebLogic® Edition was officially announced today providing the first serious challenge to Adobe’s stranglehold on the server market for CFML. As usual, the article is written in Presspeak (“service-oriented architectures”, “help meet evolving business needs”, “leverage, modernize and extend legacy applications”) that makes it sound impressive but is as nebulous as Paris Hilton’s acting career.
However, the entry of BEA into the CFML Server market as a competitor to Adobe ColdFusion MX, I believe, says that the ColdFusion market is more lucrative, pervasive, and stable than people might first think.
Now all we need is an OSI CFML parser that can be integrated into JBoss. One can only dream of the day when we can deploy legacy ColdFusion apps without shelling out a dime for the platform.
I’ve had SQL Server 2005 Express Edition installed for a while just to play around with, but I recently decided to try to develop a ColdFusion application that uses it as the backend – for fun. It turned out not to be fun, but with a little searching and tinkering with some settings, I was able to get ColdFusion 7 to successfully connect to it.
These instructions assume that you have the Microsoft SQL Server Management Studio Express installed to manage these tasks.
1. Open the SQL Server Studio
2. Click on the Registered Servers button in the toolbar
3. Open the Configuration Manager

4. If needed, enable the TCP/IP protocol under SQL Server Configuration Manager > SQL Server 2005 Network Configurations > Protocols for SQLEXPRESS

5. Now double-click the TCP/IP protocol to view the properties. Click on the IP Addresses tab and make sure that the TCP Port is set to 1433 for every IP type.

6. Open the Properties page for your server instance

7. Go to the Security item and make sure that you have Mixed Mode enabled. After making sure all of the these settings are in place, you should now restart your server.

8. Once the server restarts, create a new login to be used by ColdFusion, give it a SQL Server Authentication password, and set the default database to the one you’re setting up.

9. Now it’s time to set up the ColdFusion datasource. Download the Microsoft SQL Server 2005 JDBC Driver and place the resultant sqljdbc.jar file in the WEB-INF\cfusion\lib directory, or wherever your cfusion\lib directory is located.
10. Log in to your ColdFusion Administrator and create a new datasource with the same name as the database you want to connect to. Make the datasource type ‘other’.
11. Fill in the fields with the following properties
JDBC URL: jdbc:sqlserver://{server name}\sqlexpress:1433
Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver Name: SQL Server 2005 JDBC
Then enter in the username and password you created in step 8 into the appropriate fields. This should get you a successful ColdFusion datasource using SQL Server Express.
Reference Articles
Login failed … not associated with a trusted SQL server connection
SQL Server Express 2005, Finally Installed
I recently completed a long process of installing and configuring hardware and software to support a VoIP solution for a company of about 20 people. Now that it’s complete, I feel it’s my duty, perhaps even my responsibility, to share the process with others who might be considering the same thing.
I’ll start with some basic terms that I had to learn and understand before I felt capable to actually picking a VoIP provider and hardware/software. Each term below is linked to the Wikipedia definition (if it exists, otherwise a link to related website) for the technology. Please do further reading on your own if needed.
VoIP – Voice Over IP
PBX – Private Branch Exchange
SIP – Session Initiation Protocol
IAX2 – Inter-Asterisk eXchange protocol
Asterisk – Software PBX solution
POTS – Plain old telephpone service
RJ45 – Eight pin telephone cable
DID – Direct inward dialing number
This is the first step in the process and the most important. I met with five (5) different vendors and ended up learning different things from each person/group who came in to meet with me. Since this is a new technology, it’s important to meet with as many local providers that you can locate because some of them will try to blow smoke up your ass, others will be new players in the market and have limited knowledge, while others might be experienced pros with multiple clients successfully running VoIP solutions.
Out of the five vendors I talked with, only one spoke with knowledge and confidence during our meeting and ended up providing us with the best quote. When speaking with vendors you want to make sure that they completely understand your needs. Here’s some basic things to consider when starting down the VoIP path.
Talk to your provider in depth about what your company needs and then ask them to provide you with a detailed plan about how they would set up the system. This is the best way to weed out the hacks from the pros.
Are you going to buy and maintain your own PBX? This is a very important question you need to consider before going to any vendor, and there are many issues to consider before arriving at an answer?
If you didn’t blink at any of these questions, then you most likely will be able to handle running your own PBX. If some of those questions looked like Greek, you might consider letting your VoIP provider handle the administration of your PBX.
Even if you don’t host your own PBX, many VoIP providers now provide an easy-to-use Web interface to your PBX so you can customize features such as call-forwarding, call waiting, hold music, auto attendant messages, conferce calls, voice mail, etc.
How much cost savings do you get from VoIP instead of POTS? The savings can undoubtedly be substantial, and can pay for the installation and maintenance of the hardware within a few months and at most a couple of years. From all of the vendors I talked to, here’s an average of the costs involved in VoIP.
Now, let’s compare those costs to what a traditional PBX cost structure might be. I’m even going to be very liberal in the monthly costs.
Just in line maintenance costs, you can save up to $37/month/line, which is huge. In addition, you can save up to 15 cents per minute on usage. Just take a wild guess at your monthly phone usage for your company and make a quick calculation on your savings. I think you’ll be impressed. It’s well known how much money a VoIP solution can save a company, but the one lingering doubt that many companies harbor is Quality of Service. I’ll touch on that in a later part, but I’ll just hint that QoS may depend more on you than the VoIP provider, and can easily be improved if there are issues.
So far I’ve covered the basic issues involved with VoIP solutions, and none of them are simple. If there is a short list of things I want you to remember from this article, they are:
Lastly, don’t be afraid to ask as many questions as you need before feeling comfortable with a VoIP provider. If you feel that they can’t answer your questions, or are leading you down a path that you don’t want to go, walk away and move on to someone who will help you install the system that is right for you.. not for them.
I’ve been using the Flock Browser on and off for several months, and just recently downloaded the 0.5 release. It’s much more stable (as it should be with a new release) and the addition of features likes Flickr integration, Yahoo maps, Shelf (quick note and URL repository) and other upgrades makes it a much more usable experience when I’m browsing for pleasure.
Several companies and individuals have attempted to make creating blog entries and photo sharing a seamless process, and they have come close, but no one has achieved it just yet. I think Flock has the promise to reach the summit before others, but only time will tell.
I will still use Firefox the majority of the time because Flock is still in its infancy, but it holds great promise for making web browsing truly an interactive experience and provide simple to use tools for the “We” Web.