YOUR FEEDBACK
Two great PDF creators
Michael Jahn wrote: related to the snapscan - are their an samples of the ...
SOA World Conference
Virtualization Conference
$50 Savings Expire May 23, 2008... – Register Today!


2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SYS-CON.TV
TOP COLDFUSION LINKS


ColdFusion and Crystal Enterprise Integrations
A primer

Digg This!

Page 1 of 2   next page »

This document is a primer. It's designed to inform you, the reader, of what can be done and what to consider before attempting integration. It's not riddled with proprietary code that describes exactly how to do integrate between ColdFusionMX and Crystal Enterprise.

Why ColdFusion and Crystal Enterprise?
Reporting is not just some set of documents with some data on it. It can be so much more. Reporting is at the core of every business. Most developers believe that their applications drive their business. However, reporting is the core deliverable and it's the very heart of every business. Reporting is the intelligence of how your business is running and how you can streamline it to run more efficiently. With that in mind, your applications are mechanisms of what your business does. They allow you to perform your job more efficiently. They are tools that allow you to capture your data.

Now, more than ever, the development community is moving into a new era of rich media. The general consensus of the ColdFusionMX and Legacy ColdFusion community is that reporting is a beast best left undisturbed, or that they can produce metrics faster and quicker via a few well-written <CFQUERY> and <CFOUTPUT> tags that will deliver a sparse few details in html. However, contrary to the popular belief of most developers, reporting is a vast and useful topic. Companies spend millions on reporting solutions that provide everything from Web metrics, to trending and analysis, to financial reports. This is not something that most ColdFusionMX or Legacy ColdFusion developers are comfortable with. Allaire's (now Macromedia) attempt at including Crystal Reports through the <CFREPORT> tag was all but futile, as most developers wouldn't use it, choosing to write their metrics pages through <CFQUERY> and <CFOUTPUT> tags.

With Business Objects (previously Crystal Decisions) pushing its Crystal Enterprise product, this merely exacerbated the subject. Crystal Decisions licensed Microsoft's ASP technology and created a new twist on it, delivering CSP (Crystal Server Pages) within its Crystal Enterprise product. The vast majority of Internet developers, especially ColdFusionMX developers, have yet to successfully integrate their application environments and their reporting environments. It has, for the most part, always been that you're either in the application environment or in the reporting environment.

ColdFusionMX v7 was released with a new banded report writer as well as various other reporting oriented features. The CF community rejoiced. However, those that rejoiced because they can now abandon Crystal for CFMX 7 will have to continue to use Crystal. The reason being: Crystal is an expensive undertaking and most companies will not abandon a solution that they have so much invested in.

Corporate and Application History
As most ColdFusion developers know, ColdFusion was originally developed by Allaire and Allaire was later acquired by Macromedia. ColdFusion is in its seventh version and has moved from a C++ platform to a Java platform. Crystal on the other hand has a longer history. It's currently in its 11th version and has changed hands several times. The part of the story that I know, beginning from the time I started interfacing with the tool, is that it was sold to Seagate. It was then sold back to the original company (who renamed itself Crystal Decisions) and subsequently acquired by Business Objects.

The Difference Between Crystal Reports and Crystal Enterprise
When people start talking about "Crystal" they refer to it in two different aspects:

  1. Crystal Reports
  2. Crystal Enterprise
Crystal Reports is a banded report writer in its 11th version. Its features are numerous and robust. Crystal Enterprise is a culmination of server-based services designed for the deployment and delivery of reports and reporting, primarily developed through either the Crystal Reports IDE or "on the fly" using CSP. As I said previously, Crystal Decisions licensed Microsoft's ASP technology and created a new twist on it, delivering CSP (Crystal Server Pages) within its Crystal Enterprise product.

I have found that Crystal Reports developers and Crystal Enterprise developers don't normally travel in the same circles. Report developers, in my experience, know a lot about displaying data and how Crystal Reports, as a banded report IDE, functions. In general they have not been exposed to the server-side aspect of development. Conversely, I've found that Crystal Enterprise developers are well versed in the Crystal Enterprise APIs, server architectures, and performance tuning.

I have run across a few that are very good at both, but they just seem to be few and far between. My personal experience leans toward Crystal Enterprise, rather than actual report development. I prefer server-side API development and performance tuning. I'm fairly well versed in Crystal Report development, but I have found that there are many other developers who know the IDE better than I do. I consider it a presentation layer and prefer to continue my development from a server-side aspect. However, knowing its strengths and weaknesses is definitely an asset.

Enter the ColdFusion Developer
Cold Fusion developers have always been told either you can't do ColdFusion and Crystal, or that they need to use the <CFReport> tag. Both are total disasters, of course. The new reporting-oriented features of CFMX 7 are really nice. I've got to hand it to Macromedia, Tim Buntel, Damon Cooper, and team. They have put together a rock-solid set of features (such as CFDocument) that I have put to good use and look forward to them strengthening in the future.

The reason I mention it in this way is, while the banded report tool is nice and robust and integrated, it is still a 1.0 release. Business Objects, on the other hand, has had 11 versions to get it right. Although I feel they still could improve, it's a far cry from version 1.0. That leads me to the statement that my father drilled into me at a young age: "Use the right tool for the job."

If I am going to write a report that's not too complex, or maybe has a little drill through or drill down, I'll likely use CFMX 7 and one of the new report features, like the banded report writer or the CFDocument tag. I'll wrap it up into a PDF or FlashPaper. However, if I need to write a report that has many layers, sub layers, sub reports, or I want to use a code repository and I need to manage my reports, or any combination thereof, I'm more than likely going to use Crystal. I can probably work around those issues. What I can't work around is something I mentioned earlier. Often, I need to deploy through a system that the company has a huge investment in. I evaluate each deployment strategy individually. I use Crystal when I need to do some heavy lifting. I use CFMX 7 when the reporting isn't so intensive. As I said, use the right tool for the job. Crystal Enterprise has a huge strength in report deployment. It has been designed around crunching reports that, in some cases, may take days to complete. It can deliver you the first page in a report while it is still building the remaining pages. It schedules, maintains, manages, and secures documents and reports and does it all natively.


Page 1 of 2   next page »

CFDJ LATEST STORIES . . .
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discussed in NYC June 23-24, 2008 by the world-class speaker faculty at the 3rd International Virtualization Conference & Expo being held by SYS-CON Events in The Roosevelt Hotel, in midtown
AJAX World – Personal Branding Checklist
This is a checklist of items you need for an all-encompassing personal branding strategy. Personal branding is the process of marketing and selling yourself as a brand in order to gain success in business. Personal branding is a continual process just as knowing yourself is a continual
What Is ColdFusion in the Age of Java?
As CFML developers start to learn Java and move into the realm of Spring and Hibernate, it is very important to stop and ask 'What Is ColdFusion?'. ColdFusion, since CFMX, has been a J2EE application running within a J2EE server (JRun, JBoss, Tomcat, Websphere, etc.). This is important
Opinion: Give ColdFusion Some Room to Breathe
My personal approach has become to to let ColdFusion do what it does best, and no more. No AJAX generation or any of that silly UI stuff. Leave that to the AJAX frameworks, or Flex, or whatever your UI is going to be on the front-end. That's what the UI tool was designed for, CF wasn't
Viewpoint: Not Every ColdFusion Developer Should Be A Flex Developer
I am going to go ahead and contend that although a good number of ColdFusion developers can grasp and understand Flex very well, there are also a good number of ColdFusion developers who have no business going anywhere near Flex. Why do I say this? I am a big fan of Flex. I use it dail
JavaOne 2008: Sun Talks Up its Late-to-the-Party AIR-Silverlight Rival
At Java One this week Sun has been selling its year -old-but-still-upcoming - and definitely late-to-the-party - Adobe AIR- and Microsoft Silverlight-competitive JavaFX Rich Client environment as a potential revenue-generator capable of putting ads on mobile applications and JavaFX Scri
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE