Category Selected:

tutorials

Blog

HQL Query to Criteria Query Example

Curt Gratz |  February 08, 2012

I have been using criteria queries in favor of HQL queries quite a bit latley, so I thought  I would do a quick post of what a query would look like in HQL and then the same query written as a criteria query.

Some of the reasons I like to use criteria queries are

  • Readablity
  • No building up query strings and concatenating them to build a complex query
  • Powerful Object Oriented API

You can learn more...

Read More

HQL Query to Criteria Query Example

Curt Gratz |  February 08, 2012

I have been using criteria queries in favor of HQL queries quite a bit latley, so I thought  I would do a quick post of what a query would look like in HQL and then the same query written as a criteria query.

Some of the reasons I like to use criteria queries are

  • Readablity
  • No building up query strings and concatenating them to build a complex query
  • Powerful Object Oriented API

You can learn more...

Read More

HQL Query to Criteria Query Example

Curt Gratz |  February 08, 2012

I have been using criteria queries in favor of HQL queries quite a bit latley, so I thought  I would do a quick post of what a query would look like in HQL and then the same query written as a criteria query.

Some of the reasons I like to use criteria queries are

  • Readablity
  • No building up query strings and concatenating them to build a complex query
  • Powerful Object Oriented API

You can learn more...

Read More

ColdBox FileBrowser video

Luis Majano |  January 30, 2012

A nice short video of how to start with the ColdBox FileBrowser module:

 

 

 

...
Read More

ColdBox Connection: RC What??

Curt Gratz |  October 14, 2011

Here is the presentation in PDF format and also the source code from the ColdBox Connection yesterday on RC What? The basics differences between the Request Context and Request Collection as well as uses of the request context decorator.

...
Read More

ColdBox Connection: RC What??

Curt Gratz |  October 14, 2011

Here is the presentation in PDF format and also the source code from the ColdBox Connection yesterday on RC What? The basics differences between the Request Context and Request Collection as well as uses of the request context decorator.

...
Read More

Recipes: Basic HTTP Authentication Interceptors

Luis Majano |  September 30, 2011

Go to our wiki to check out our new recipe about using built-in HTTP basic authentication with ColdBox and interceptors.  You can also check out our recipes viewer where we will be posting ColdBox recipes from around the world.  So if you would like to collaborate recipes, please contact us at info@coldbox.org so we can ...

Read More

Recipes: Basic HTTP Authentication Interceptors

Luis Majano |  September 30, 2011

Go to our wiki to check out our new recipe about using built-in HTTP basic authentication with ColdBox and interceptors.  You can also check out our recipes viewer where we will be posting ColdBox recipes from around the world.  So if you would like to collaborate recipes, please contact us at info@coldbox.org so we can ...

Read More

ColdBox Connection Videos on Vimeo

Luis Majano |  July 25, 2011
You can now enjoy the ColdBox Connection ANYWHERE! We are uploading all videos to our vimeo channels for your enjoyment on any platform even iOS!  We now have over 39 different training videos on our vimeo channel, so get to it! ...
Read More

ColdBox Connection: Introduction to ColdBox

Luis Majano |  July 20, 2011

This week's ColdBox Connection will be our first hosted by a ColdBox Community Member! The ColdBox Team is stepping back give Ben Laube an opportunity to help remind us of the basics as he presents "Introduction to ColdBox".

If you have been thinking about getting started with ColdBox and wanted to know the easiest way to get started this presentation is for you. Ben will start without any CFML engine installed and take us from Installation to Application in about twenty minutes. Th...

Read More