Rob Brooks-Bilson
Tech, Photography, Stuff
Tech, Photography, Stuff
July 20, 2008
Due to the amount of comment spam getting by the captcha these days, I've decided to remove the captcha and instead turn on moderated comments. I hate to have to do this, but the amount of comment spam was starting to get ridiculous, and I really hate to see people who have left legitimate comments on the blog get hammered by spammers.
So, please stick with me while I transition to moderated comments. I'll try to get legitimate comments approved as quickly as possible. If your comment doesn't show up right away, don't worry, I haven't forgotten about you, and I certainly won't censor non-spam comments.
July 16, 2008
Just a quick note that I'll be speaking at Adobe MAX 2008 in San Francisco. My topic this year is Advanced ColdFusion Caching Strategies. I'll be covering ways to improve application performance and scaling using both ColdFusion's built-in caching mechanisms as well as distributed caching systems such as Memcached JCS, and EHCache.
It's been a while since I've spoken at a ColdFusion conference. The last time was at MAX 2004 in New Orleans where I presented 5 sessions on Coding for Scalability. I'm hoping that this year's presentation on Advanced ColdFusion Caching Strategies will be something people find both interesting and useful as I think it's a topic that's often overlooked but can play a big part in both performance and scalability.
June 12, 2008
Matt Riley, one of our Sr. Engineers at Amkor has just released his first open source project, dubbed the Deployment Server. It's a ColdFusion application (Mach-II 1.5, ColdSpring, EXT 2.0, Java SE 6, Ant 1.7.0, SVN, SQL Server) that's designed to make deploying applications to various server environments simple, auditable, and secure.
We have a very rigorous SDLC at Amkor, and an even more rigorous internal and external audit. As part of that, it's important that we have a clear segregation of duties between developers, QA, approvers, and those that can promote code. In order to make our lives easier, Matt's created an application that provides a security layer around SVN and ANT that allows our operations group (or anyone else defined in the security policies) to specify which builds/tags are to be deployed, and to which server(s).
The application is highly configurable, but because of that, it's not just something you can download and run out of the box - it has to be customized/configured to meet the needs of your particular environment and process. For more information, or to download, check it out on the RIAForge website.
Any and all feedback is welcome.
June 2, 2008
I've seen a lot of discussion around pricing for the upcoming Tuning Adapter being developed for Tivo Series 3 and Tivo HD boxes to allow for access to channels delivered via SDV, but nothing official has been announced - until now.
I just received a letter from Cox Communications in Phoenix stating that the tuning adapter is expected later this year (no official date), and that it will be provided by Cox at NO ADDITIONAL CHARGE. This is excellent news for Tivo owners concerned about access to programming.
PDF scan of the front of the letter is linked below (enclosures).
In all, Cox is moving/adding a total of 51 channels to SDV, all of them standard definition for now. Included in the list are DIY, Fuse, Fit TV, G4, and several sports, Spanish language, and public safety channels.
May 14, 2008
A recent post on Brian Kotek's blog about future directions for ColdFusion sparked a lot of debate over whether or not ColdFusion should support AS3 server-side. I want to change the focus here a bit and talk about a feature I've been thinking about that would be potentially useful to a lot of people. I'd like to see ColdFusion 9 support deployment of various services across multiple JVMs - without having to have multiple instances of the full ColdFusion server.
Why would you want to do this? Let me lay out a few scenarios and see if this starts to make more sense. Imagine you have a ColdFusion application deployed on a 32-bit Windows server with 4 GB of memory. The ColdFusion application in question does a lot of XML manipulation and PDF document generation. If you've ever had a similar application in a similar environment, then you know that your ColdFusion application can really only make use of about 1.6 GB of RAM as that's a limit of the JVM on 32 bit platforms. You also know that both XML parsing and PDF document generation are very expensive operations, especially from a memory utilization perspective. Now imagine if you could configure your ColdFusion application such that it was able to off-load the PDF document generation and the XML parsing and transformation to separate JVMs. This would allow your core application to handle the majority of your application functionality while off-loading the processing intensive operations to separate specialized JVMs (as opposed to separate threads on the same JVM). The difference here is that the additional JVMs wouldn't require a full instance of the application server - just the specific processing parts that can be off-loaded. This is exactly how most Enterprise Service Buses deal with distributed processing and I think it would be a killer feature for ColdFusion to have in its bag of tricks.
Of course the benefit isn't limited to just memory limited JVM instances in 32 bit environments. In 64-bit environments, it makes just as much sense as you are still segmenting processing, allowing for better thread utilization, and potentially allowing you to scale out just the type of processing you need to.
What do you think? Does this make sense?
May 5, 2008
Live blogging from SAPPHIRE 2008 in Orlando. Andre Salazar from Adobe is giving a session on creating engaging experiences for SAP using Adobe technology.
Main themes are Adobe has an entire group for managing the SAP partnership. Technologies highlighted include Flash, Flex, Air, PDF, and LiveCycle.
Partnership started in 2002 to replace SAP SmartForms with PDF Forms. Today, the partnership includes other technologies including Enterprise Learning (Acrobat Connect) and user experiences (Flash/Flex dashboards for SAP Analytics, RIA's within SAP).
SAP has licensed Flex for Visual Composer as well as several new areas, launching later this year.
Right now Andre is concentrating on Air. SAP is interested in Air for desktop/off-line capabilities. I'm not completely sure the way he's explaining it is connecting with the SAP audience. He's bouncing back and forth between Flex and Air, and I think that's further confusing people. They do seem to be respoding positively to the UI's that are being shown.
He's showing an example now of a company that put a Flex front end on top of SAP CRM. It's a (very) simple dashboard with charts and graphs. SAP is shipping an app later this year called Spend Analytics that's built in Flex and exposes cost and spend analysis. It's available in both Flex and Air.
Flex Islands inside of WebDynPro, also available later this year lets you embed Flex components inside the WebDynPro environment.
Excelsius (Business Objects) makes heavy use of Flex to generate rich dashboards from Excel data.
At Adobe, they use Flex and SAP for MDM Management internally.
He's now showing some more demos. The first one is the Adobe Customer Response Tool, built in Air. It's lined with SAP CRM for customer trouble ticket resolution. I see Christine Lawson's name on the demo screen ;-)
Next demo is the Adobe Directory, also built in Air. It's a little search widget that ties in with their LDAP as well as SAP's HCM system and MS Exchange. If someone in the search is available, you can pull up a map of the office and see where they sit. The latest version has voice chat too. Pretty slick.
Adobe has interactive forms internally for Travel Authorization. When you download the form, it's already pre-filled for lots of the information. It links to the travel policy via javascript (from intranet). Form has cost calculations and can be routed to managers for approval. The form is also available both online and offline.
He's now showing Acrobat Connect. It's amazing how much better Acrobat Connect is than WebEx and LiveMeeting.
Well, that's about it. Time to move on to my next session.
May 2, 2008
I had an issue with my new T-61 recently where I would put the laptop in hibernate mode, only to have it start back up about 5 seconds after shutting down. At first I thought there was something defective with my docking station, but trying the laptop on a separate on yielded the same problem.
After a little more digging, it turns out that the problem was the result of BIOS and driver settings. You see, for some reason the Network setting in my BIOS had Wake on LAN set to Yes. This meant that when my laptop was connected by cable to a network (such is the case with my docking station), any network traffic coming to my machine would cause the laptop to wake up from hibernation. Simply turning Wake on LAN off, however, didn't solve my problem entirely. I also needed to go in to the properties for my network adapter (via Window's Device Manager) and turn off Wake on LAN there as well (for me, it was under the Power Management tab). Once I took care of this, my hibernation restart problem went away.
April 25, 2008
I haven't seen this posted around the ColdFusion blogosphere, so here goes. Looks like there's a "new" aggregator out there called Geexoo that's hosting ColdFusion feeds (although they spell it Cold Fusion).
Right now, they are only aggregating 4 CF blogs, including Ray Camden's.
April 3, 2008
Hot news flash. ColdFusion 8.0.1 has been released with support for 64-bit operating systems. Also included in the release are a slew of bug fixes as well as some tasty new features including:
There is much more to the updater than what I've mentioned here. For the full list of fixes and enhancements, see the release notes.
You can learn more as well as download the update from Adobe's website.
April 2, 2008
I happened to be over at the Adobe Labs site today when I noticed they have the beta for Lightroom 2.0. I've been a Lightroom user for about 6 months now, and I absolutely love it. I'm looking forward to getting my hands on the beta to see the improvements Adobe has made to the tool. If you are into digital photography, you owe it to yourself to check out Lightroom.