Category Archives: ColdFusion

Coldfusion vs. Ruby On Rails

Published by:

ColdFusion is a product that belongs to Macromedia. Macro media has over the years been able to come up with products that suit the current needs of developers. However, it has not been an easy ride in the market due to the presence of other developer tools in the market which have almost the same architecture and capabilities as ColdFusion. Products such as Microsoft Visual Studio among others have been some of the sources of competition to Macromedia’s ColdFusion. The biggest war has however been the ColdFusion vs. Ruby On Rails. Ruby on Rail, which is commonly refer to as Rail is an opens system source web application that is written on Ruby. Ruby is therefore the programming language upon which Rail is written. Rails is a full search framework that emphasizes on the use of well known softwares engineering patterns as well as paradigms. These may include Coc, DRY, MVC and active record period. ColdFusion vs. Ruby on Rails is a battle which might have to continue as both product developers continue coming up with improved features to be able to handle the current developers needs which for sure are quite different from the needs that were there some times back.

It has now been sometimes since Macromedia released what can be termed as the most important and ambitious ColdFusion ever. This came in the form of the ColdFusion MX. When you consider the scope of undertaking, ColdFusion MX has for sure had incredible success. This product has given developers new capabilities. The move that was made to the java based architecture has greatly helped developers increase their performance and also given the developers numerous deployment options. The Cold Fusion MX was then followed by an upgraded model in the form of ColdFusion MX 6.1 which is even faster, simpler and more powerful if you compare it to other developer tools. ColdFusion has several advantages as well as disadvantages.

Some of the most popular sites using Ruby On Rails.

Twitter.com
Shopify.com
Groupon.com

 

Advantages of Cold Fusion

With ColdFusion, you can build and deploy powerful web applications and web services. This is possible with less training time and fewer line codes than other tools. It also delivers simplified installations and migrations as well as streamlined product family. With this features the developer can be able to deliver very fast due to the simplicity. In addition to that the ColdFusion product is known to have high run time that is needed in development. This makes the process not only fast and easy but also simple. This has been one of the major reasons why many developers prefer it especially the ColdFusion MX 6.1 over other tools. In additions to this Cold Fusion allows you to program in either tag or script based syntax. Both are very easy to learn meaning that you won’t spend a lot of time learning how to do it. The other advantage is that it is a cross platform which supports a variety of platforms. Anything that runs Java can run ColdFusion. Windows, Unix Macs and Linux are all capable of running ColdFusion. Below are some of the main advantages of ColdFusion over Ruby and Rails.

  • High Runtime Performance
  • Reliable
  • Simpler
  • Cross platform
  • Easy coding

Disadvantages of ColdFusion

Despite the known pros, ColdFusion has some disadvantages. The first one is cost. ColdFusion is expensive to purchase if you intend to run the product on your own server. Enterprise is the most expensive with the Professional Version being the cheapest. However you can also get a Developer version for free if you want to try it out or set it up on your own development machine. If you intend to use hosting provider then the cost will be very high. The other disadvantage of ColdFusion is that it is a commercial product. If open source is important to you then know that with ColdFusion you will not have the ability to tinker with engine they same way you could do it with PNP or Ruby on Rails. The main disadvantages of ColdFusion are listed below;

  • Expensive
  • Commercial product
  • Does not allow tinkering

Cold Fusion provides the developer with a fantastic architecture that can be used for various applications across various platforms. In addition to that, the coding is easy and the time required to learn to use it is also shortened. Despite the cons that are associated with this product it is still a tool that you as a developer should try out.

ColdFusion vs. ASP.NET

Published by:

Any type of migration starts with getting a better understanding of how each capability of the source system map towards every capability of the target system. Does there happen to be any missing functionality within the target system that could possibly require added purchase of an entire set of third party components? Are there any substantial capabilities the target system may give off? The purpose of this paper is to give a comparative of the capabilities of ColdFusion MX by Macromedia to ASP.NET of Microsoft on the note of a solid application development framework. As such, we will examine how certain common tasks are done through each and get a clearer view on the similarities and differences on these two contending platforms.

Architectural Framework Comparison

The most rudimentary of all architectural niceties between ColdFusion MX and ASP.NET would be its underlying framework to which each is based on. ColdFusion MX is based on Java that runs on top of the JRun server by Macromedia. It also benefits several other industry standard J2EE app servers. All CFML pages undergo parsing and conversion into Java-based source code at runtime. It then gets compiled as Java bytecode before its execution. Once the initial compilation is completed, the cached bytecode designated for a page will be re-executed even without further compilation or parsing.

On the other hand, ASP.NET stands by the .NET Framework of Microsoft. The same thing applies at runtime; all ASP.NET pages created undergo parsing and source code conversion for a compatible language — oftentimes C# Microsoft Visual Basic .NET. Compilation into Microsoft Intermediate Language or MSIL, a bytecode independent from a processor and akin to Java bytecode, follows. This MSIL will be compiled for native machine coding as preparation for execution. The cached NMC for every page will be re-executed even without further compilation or parsing.

Basically, we can see a common pattern between the two platforms with its methodologies and procedural movements in terms of source coding and data parsing.

The Pros

For all we know, ColdFusion has a lot in its arsenal that makes it worth migrating to from your current ASP.NET platform. First to note would be it custom tag features of ColdFusion that greatly resemble the user controls that of ASP.NET’s. Unlike the user control, custom tags allow the user to mark up HTML and send its output into the browser. They can also give full-fledged control over objects with their own unique methods and properties. In a strong sense do these custom tags outrun the capacities of ASP.NET’s user controls.

Newly introduced for ColdFusion MX would be the ColdFusion Components or CFCs in short represent the very first real step designed for the platform to revolutionary functionalities such as encapsulation and other maintenance and flexibility advantages of a real object-edged system. CFCs are able to run multiple instances altogether on one page, with every instance having its exclusive data contained therein the same way it can easily maneuver its own contents.

Also, the omnipresent acceptance of ColdFusion doesn’t just come out of blind faith of the users. It is backed by other evident advantages of the platform, which would include its system being fairly easy to learn and adapt, allowing developers to get up to speed on CFScript and CFML in a matter of days or weeks should they be oriented to the basics of Java.

The Cons

While the ColdFusion platform does seem to be promising, you can’t really have it all. Just as ASP.NET has its own basket of erratum, ColdFusion has a few noticeable drawbacks. One of which would be its stringent demand for system memory, particularly on CFML engine integration. It does have a memory quantum compared to the typical C++ and on the usual, it would take around 2GB of permgen memory for its operational efficiency to manifest. Also, it lacks support sources from the open source community itself, which from time to time may require the user to work things around on his own. Empirical attempts to accurately put it.

The Verdict

Overall, migrating from ColdFusion to ASP.NET is considerably a simple task to undertake. It can be pretty straightforward throughout the process, especially if you first settle with the basic features and functionality of it. After all, there’s plenty of time to learn and it takes a meager of time to actually take in the gist of other boons and essential elements in ColdFusion’s reservation.

Sources:

http://msdn.microsoft.com/en-us/library/aa479305.aspx

http://vschart.com/compare/coldfusion/vs/asp-net-mvc-framework

https://www.farbeyondcode.com/Pros-and-Cons-of-CFML-vs-PHP-and-other-languages-5-2878.html

Adobe ColdFusion Overview

Published by:

Cold-Fusion

 

Adobe Coldfusion is a programming platform released by JJ Allaire way back in 1995. Ever since its release, Coldfusion has continuously grown in popularity for various reasons. Coldfusion has changed hands since it was released, from Allaire to Macromedia, and now Adobe. According to statistics Coldfusion is extensively deployed among different organizations. In fact, Coldfusion is deployed to over 75% of the present Fortune 100 companies. If you want to know more about Adobe Coldfusion, then you have come to the right place as this article is going to serve as a Adobe Coldfusion overview.

As an introduction, Coldfusion is considered as a Rapid Application Development application. It is mainly used to create compelling and strong web-based applications. Also, Coldfusion acts like a language and an application server at the same time, and it’s great at doing it. Since it’s built on a Java J2EE platform, it is able to offer portability, scalability and fast rendering, which is one of the reasons why it is very popular with a deployment that spans across the globe.

As of now, Coldfusion is available in two editions. There are the Enterprise and Standard. The Enterprise Edition is the perfect solution for web application development as it is able to deliver multiple web applications. Standard Edition is more or less the same with the Enterprise, except the Standard edition does not have the feature for managing multi-application environments.

Why Coldfusion?

This brings us to the next subject, why would you choose to deploy keyword? This section of the article is going to discuss a few of the many benefits of keyword.

Some of the most popular sites using Adobe Coldfusion:

Shutterfly.com

Ft.com

Target.com

 

As a start, Coldfusion is one of the easiest and fastest way of building complex web applications. Furthermore, application development with Coldfusion offers fast development times and lower cost when compared to other technologies that is available in the market right now.

Another great advantage of Coldfusion is its ability to integrate with a wide range of web platforms and applications. There are only a handful of platforms out there that are able to match or surpass the level of language-level integration offered by Codlfusion. With Coldfusion, you are able to send an http request, file operations, fetch data, generate PDF’s, send an email or LDAP “talking”; and we are barely scratching the surface of what it can do.

Let’s talk more about the integration capabilities of Coldfusion. As a start, Coldfusion is able to “talk” with a Java portlet server, Microsoft Office, Microsoft Exchange and LDAP. If you need to integrate .NET or Java projects into your applications, Coldfusion can do it. You need you talk to cell phones or printers through SMS? Then Coldfusion is able to do it. Most importantly, with Coldfusion, you do not have to spend a dime on third-party tools or waste time searching, installing and integrating third-party tools.

A Few Disadvantages
Like most things, Coldfusion has its downsides. Below are a few of them:

Comes With A Price Tag – since Coldfusion is largely a commercial product, this means that you will have to spend money to use it. It’s relatively expensive in a way that its competitors are open source or free. However, most open source or free applications are built separately. Meaning you have to integrate different applications and platform if you want the same kind of capabilities brought by Coldfusion.

Unusual Syntax – Coldfusion is known to use syntax that is considered as “unusual” for most programmers. For the most part, it can be tricky for programmers to get used to. However, once they get the hang of it, Coldfusion syntax confusion-related problems are a thing of the past.

Not A Flagship Product – as of now, Coldfusion is branded by Adobe. Adobe has a lot of different products such as Macromedia Flash and Adobe Photoshop. When it comes to their list of products, Coldufion is not considered as one of the their flagship products. For some, this could mean that Coldfusion does not have the kind of priority or importance. In reality, Coldfusion is already a great product by itself and the amount of attention given to it by Adobe is fitting.

Coldfusion is an application platform primarily used for creating web-based applications. It offers easy usability, relatively economical and highly integratable. On the downsides, it comes with a price tag and may have unusual syntax. All in all, Coldfusion is still worth getting. As most would say, 75% of the Fortune 100 companies couldn’t be wrong for deploying Coldfusion.

Links: http://coldfusion-development.blogspot.com/2009/03/advantages-and-disadvantages-of.html
http://en.wikipedia.org/wiki/Adobe_ColdFusion