Blog

ColdFusion/Flex User Group Tour at the Inland Empire!!

Posted by Luis Majano
Jun 09, 2009 00:00:00 UTC
This is a reminder that next week Tuesday we will be hosting Josh Adams from Adobe as they kick off another Adobe Centaur and Flex Tour. You can read all about our events here: http://www.iecfug.com/post.cfm/coldfusion-flex-user-group-tour.

It promises to be a night of great raffles, networking and fun!! Hope to see you there!

MockBox: The mocking/stubbing framework by ColdBox

Posted by Luis Majano
Jun 09, 2009 00:00:00 UTC
We just announce our new addition to the ColdBox Platform as development continues for version 3.0 scheduled by the end of the year. This is the first standalone package ColdBox Offers and you can read all about it here:

http://blog.coldbox.org/post.cfm/introducing-mockbox-the-coldbox-mocking-framework

ColdBox releases GroovyLaoder version 2.0

Posted by Luis Majano
Jun 07, 2009 00:00:00 UTC
You can check out all the details about the new version of the GroovyLoader project. For those who don't know what ColdBox Projects are,well, they are a set of tools external to the core based on plugins, interceptors, modules, etc that can be downloaded and easily installed in any ColdBox application. If you haven't checked them out, I encourage you to do so by downloading them from the extras download section.

This version of the groovy loader helps you interact with the library more closely by having multiple locations for not only groovy scripts/classes, but also java libraries. You can also integrate the entire groovy runtime in your coldbox applications by using a single configuration interceptor called the GroovyStarter interceptor. 3 lines and you are swinging to the groove!!

The ColdBox Team needs your input

Posted by Luis Majano
May 27, 2009 00:00:00 UTC
The ColdBox team needs your input on the decision for the next upcoming release: 3.0.0

Here is the URL: http://tinyurl.com/pnddjn

ColdFusion/Flex User Group Tour at the IECFUG

Posted by Luis Majano
May 20, 2009 00:00:00 UTC
We have exciting news! Adobe is embarking upon a world-wide tour of

user groups to publicize the next versions of ColdFusion and Flex, as

well as the first releases of Bolt and Flash Catalyst, two new tools

for developing ColdFusion and Flex applications. We have been selected, IECFUG, as a stop on the tour, and our event will be held on Tuesday, June

16th at 7:00 PM in room P2-7 of the C/L/A building at Cal Poly Pomona.

So if you will be attending, please fill out our RSVP Form at: http://groups.adobe.com/posts/0da58003c2

We are fortunate to have Josh Adams from Adobe as our presenter for

the evening:

http://blog.joshuaadams.com/

Josh Adams is Senior System Engineer & ColdFusion Specialist at Adobe

Systems Incorporated. In this role, Josh supports the ColdFusion sales

team throughout North America. Josh is passionate about ColdFusion and

the ColdFusion community: he presents regularly to User Groups and

conferences throughout North America and is a longtime member, past

President, and current Director of the Atlanta ColdFusion User Group.

Josh will be speaking about what's coming up in both the ColdFusion

and Flex realms, so this promises to be a jam-packed session:

The Adobe ColdFusion team is hitting the road to discuss Centaur, the

next version of ColdFusion, and Bolt -- code name for the highly

anticipated first ColdFusion IDE from Adobe. Learn about exciting new

features and discover how Centaur and Bolt will accelerate your

ColdFusion application development.

Come learn about the newest features in the Flex 4 framework, Flex

Builder 4 and the newest Adobe product -- Flash Catalyst. See product

feature demos, and learn how the new Flex framework powers both Flash

Catalyst and Flex Builder to speed the development and testing of rich

Internet applications and content.

We're going to have plenty of food and drink, as well as some great

giveaways, including Adobe software. This promises to be a fantastic

evening that you won't want to miss!

Back From CF.Objective

Posted by Luis Majano
May 18, 2009 00:00:00 UTC
I got back from CF.Objective this Saturday night and what a great conference. I had the privilege to speak for my second year at CF.Objective and I really enjoy this conference. The high energy and advanced topics is definitely what I enjoyed the most. For this year the sessions that I really enjoyed where Marc Esher's Test Driven Development, Sean Corfield's CFSpec discussion, the Git BOF, the Railo BOF and the new ORM cf9 features.

I think the most enjoyable BOF I attended was git lead by Peter Bell and Simeon Bateman, those guys KNOW THEIR STUFF!! Peter even posted the git pressos that I will be studying for quite a while. I am really starting to consider more an more a move to GIT for the entire ColdBox suite. Simeon had some EXCELLENT day to day cases and great explanations of how GIT differs from SVN. Thanks Simeon and Peter!!

Another important part of CF.Objective where my mocking and testing discussions with Bill Shelton from the MXUnit Team. It was uncanny that we where both developing some kind of mocking frameworks and our ideas where eerily similar. We definitely got our Mock On and discussed so many improvements for the upcoming MXUnit MightyMock and the new ColdBox Addition: MockBox!! I really enjoyed our session Bill and hopefully we can join forces on this one!!

CBOx-100 Training at CF.Objective Register Now

Posted by Luis Majano
Apr 29, 2009 00:00:00 UTC

We will be holding a pre-conference training at CF.Objective 2009 for ColdBox.

Below you can find information about the course and how to register. Don't miss the opportunity to learn all there is not know about ColdBox!

What is CBOX-100? Intro to ColdBox is an intense 1-day training course that will get you started with ColdBox Application Development. This course focuses

on the main aspects of ColdBox Development and it delivers a one-two punch to get you started.

Event Details: http://www.coldboxframework.com/index.cfm/events/cfobjective-2009-cbox100

Registration: http://cfobjective.com/precon.cfm or email [email protected] so you can add the training course.

Pre-conference classes are a separate cost from the main CF.Objective event.

Location:

Hyatt Regency Minneapolis

Date:

May 13, 2009

Hours:

9:00am - 5:30pm

Cost:

$449

Seats per class:

20

The ColdBox Team announces groovy integration

Posted by Luis Majano
Apr 15, 2009 00:00:00 UTC
Head over to the ColdBox blog to check out how you can leverage Groovy from within any ColdBox application.

A night of ColdBox

Posted by Luis Majano
Apr 09, 2009 00:00:00 UTC
I had the pleasure of presenting at the OCDEV cfug last night on the topic of ColdBox. You can find the blog post about it here.

http://blog.coldboxframework.com/post.cfm/coldbox-presentation-recordings-at-ocdev

Railo likes to work with nulls

Posted by Luis Majano
Apr 09, 2009 00:00:00 UTC
I just found out about two nice functions in railo:

  • isNull()
  • nullValue()

Finally, a way to interact with java nulls easily. So all you do to create null values is do

if ( isNull( CacheManager.get('key') ) ){

writeoutput("object is not found in cache")

}

What if you need a null value?

cacheMap['luis'] = nullValue()

Two very simple functions, but they sure make life so so so much easier when integrating with java. This to me are my favorite two new functions.

Site Updates

Archives

Entries Search