Entries Tagged as 'ColdFusion'

Building High Performance Applications with ColdFusion 9 and Ehcache 2.4

ColdFusion No Comments »

by Rob Brooks-bilson

Building High Performance Applications with ColdFusion 9 and Ehcache 2.4 Take a look around at any high performance website such as Facebook or Twitter, and regardless of the operating system, application server, programming language or database it’s built on there’s one thing you can be fairly certain of – the extensive use of caching.  Regardless of how fast your sharded and clustered MySQL database is or how sweet your NoSQL backend, caching can provide a performance boost, often one or more orders of magnitude faster than you could ever achieve without it.
Implementing caching in Adobe® ColdFusion® 9 is simple and easy.  When Adobe released ColdFusion 9.0, they included a stand-alone version of Terracotta’s Ehcache (version 2.0 to be specific).  If you’re not familiar with Ehcache, it’s widely considered the de-facto caching solution for Java applications.  It comes in both open source and commercial versions with varying levels of capability and support.

 

Read the full article here

Read more...

ColdBox 3.0 Modules Contest! Win $$

ColdFusion No Comments »

Luis Majano has announced a contest that will culminate with his ColdBox 3.0.0 release. They have partnered with Computer Know How to bring you this cool contest for all you ColdFusion folks or non-ColdFusion folks that can now have an excuse to try ColdFusion and ColdBox, create a cool app and win big!  for more info see the ColdBox blog.

Free SVN hosting and code reviews

ColdFusion , News 4 Comments »

Whether you are a solo developer or work in a team one tool you need in your arsenal is source control otherwise known as revision control or version control, which to put it simply allows you to archive old copies of files as you change them and roll back to those revisions if something goes bad. It also makes deployment of changes much easier as you can track your revisions and see which files were changed or hook into the source control system and setup scripts to automatically deploy files when you commit changes to the repository. Subversion is one of the most popular and widely used version control system in use today, this is what I personally use and is also supported by Google so that is the solution I will be covering here, Google also supports Mercurial. There are other solutions such as Git, but as this is not a review of version control systems I wont go into any detail.

Another useful process for developers is code reviews, which is simply the process of asking your peers to review your code for you prior to deployment to check for issues that may otherwise be missed, improve your code or to help you with a specific issue you are having.
This is where a community like cfmldeveloper.com can really help you as you can collaborate with the other community members like one big virtual team. This is why I setup the free Google Apps in the hope that members might start to collaborate more.

If you are new to the world of source control, subversion or code reviews then don't worry, just follow the links above to read more about it and then come back here when you are ready to try it out.

I also use Tortoise SVN as my SVN client, so unless you already use another solution then I would recommend downloading Tortoise SVN as it is very intuitive and easy to use and is the most popular client for windows.
If you don't use windows then try RabbitVCS for Linux, or If your on MAC then try Syncro SVN.
If you use eclipse IDE then you can use the Subclipse plugin.
However I would suggest you stick to one solution and do not mix then, or you may end up with version compatibility issues on your local source control files.

Project hosting on Google code

You will need a Google account to use the free project hosting, if you don't have one then don't worry it is completely free, but I would recommend signing up for a FREE cfmldeveloper Google Apps account which gives you lots of other useful tools as well and will allow you to collaborate with other cfmldeveloper members.

To get started visit the Google hosting page, sign in up on the top right and then click the "learn more about project hosting" if you want more info or skip to "create new project"  to get started and just fill in the simple form, it is all very self explanatory, and once done you now have your first version control project.

Now just click on the Source tab to get your repository URL

image

Copy the "svn checkout" url, navigate to the location on your system where you want to store your project, e.g. "c:\inetpub\wwwoort\myproject" and checkout the project using your SVN client.
With tortoise SVN just RIGHT CLICK on the folder and choose checkout

image

and paste in the URL.

imagee

You are now done and can start using your new SVN repository. You get a massive 2GB of space per project, a wiki, an issue tracker and code reviews.

In order to COMMIT your code you will need to supply login details, this is your Google account username (or Google Apps login), plus the googlecode password given on the above page.

The only drawback with Googlecode is that it is intended for open source projects and as a result you cannot make them private and anyone can view or checkout your repository. If this is not acceptable for you then I suggest signing up for a FREE account at ProjectLocker instead. I have been using ProjectLocker for some time now and it has been very reliable and does everything I need, but you wont be able to us ethe Google code reviews.

Google Code reviews

Project hosting on Google Code offers a code review feature that is integrated into source code browsing. It currently supports reviewing code after that code has been committed to the repository. Reviewing committed code naturally leads to discussions about further commits for further improvements.

In your project click Source –> Browse
and you will see a "Request code review" link.

image

For more information see "How to use Google Code's code review tool".

If you are not using the project hosting and are instead using some other 3rd party source control system, then there are many other open source solutions out there that you can use. Try HERE for a few examples.

I am currently considering installing Review board on the cfdmleveloper server for members to use. Let me know if you think this is a good idea.

CFSearch - ColdFusion search engine

BlueDragon , ColdFusion , News , Railo 2 Comments »

CFSearch.com is an old CF project of mine that has been festering unloved for a few years. The original site was built back in 1999 and was a ColdFusion directory/search engine type thing allowing users to register their site, product or service and allow it to be searched on. I have barely touched it since then. I kept meaning to build a new site but never got round to it, so I eventually just turned it into a google adwords site.

Recently I decided to revive the project using Google's custom search engine technology which does most of the hard work for you, I still need to extract and verify a lot of the sites from the old database as many of them are probably dead by now, but the system is up and running and has enough data in it to be useful and usable. I have kept it very minimilist (google style) for now, but will add more features over time.

So if you run a CFML related site or blog, have written some cf open source software or sell any CF related products or services then please pop over to cfsearch.com and submit your site.

 

ColdFusion vs Railo

ColdFusion , Railo 3 Comments »

I have just published a new page on the site comparing Railo with ColdFusion, features, performance and Pros/Cons.

If you are writing apps that need to work on Both CF and Railo or you are considering migrating from CF to Railo then you will hopefully find this useful. It is a work in progress and will be continually updated so please feel free to add your comments to the pages if I have missed anything.

 

 

 

 

 

Powered by Mango Blog. Design by Russ Michaels and inspired by styleshout
RSS Feeds