Categories
Contact Doug!
Learn About Doug!
View Doug Boude's online resume
updated 11/18/2009

View Doug Boude's profile on LinkedIn
Link to me!

Follow Doug Boude on Twitter
Follow me!

Be Doug's friend on Facebook
Befriend me!
(I promise not to follow you home)
OO Lexicon
Chat with Doug!
Recent Entries
You may also be interested in...
Web Hosting

<< May, 2013 >>
SMTWTFS
1234
567891011
12131415161718
19202122232425
262728293031
Search Blog

Recent Comments
Re: Disappearing IE Popup Window During Save/Open Dialog (by LZ at 4/20 7:58 AM)
Re: Create Dynamic WHERE Clauses in PHP (by pooja at 3/20 7:29 AM)
Re: Just What IS a 'Service Layer', Anyway? (by EugenK at 3/07 7:56 PM)
Re: Using Google as your CF Mail Server (by 5starwebteam.com at 2/25 1:27 AM)
Re: Why Provide for Service layer objects in CFWheels? (by Steven Benjamin at 1/25 11:43 AM)
Re: What is an 'Advanced' Coldfusion Developer? (by ColdFusion Developer at 12/24 5:14 AM)
Re: Equivalent of SQL "TOP X" in Oracle (by Ashenafi Desalegn at 12/06 5:29 AM)
Re: PHP Export to Excel Snippet (by serene at 12/05 1:44 AM)
Re: Just What Is 'Application Logic', Anyway? (by Arif at 11/13 8:06 AM)
Re: Hosts File Changes Not Acknowledged on Vista 64 (by Aaron at 10/22 2:31 PM)
Re: PHP Export to Excel Snippet (by Jafar Shah at 10/10 4:28 AM)
Re: Viewing Option Text (in IE7) that's Wider than the Select List (by Chenelle S at 10/04 12:53 PM)
Re: PHP Export to Excel Snippet (by Kilo at 9/26 5:20 PM)
Re: Porting Coldfusion Code to Mura (by tariq at 9/03 9:51 AM)
Re: Just What IS a 'Service Layer', Anyway? (by James at 8/27 4:06 PM)
Re: Calculating Business Hours (by helen at 8/14 2:54 AM)
Re: What IS 'Business Logic', Anyway? (by dougboude at 8/06 11:30 AM)
Re: What IS 'Business Logic', Anyway? (by Adrianne at 8/06 10:29 AM)
Re: Family Law: The Weapon of Choice for Woman Scorned (by dougboude at 8/04 4:39 PM)
Re: Family Law: The Weapon of Choice for Woman Scorned (by Lola LB at 8/04 7:43 AM)
Archives
Photo Albums
Funnies (5)
Family (3)
RSS

Powered by
BlogCFM v1.11

12 April 2011
JBase: The Virtual Relational Database Component

DISCLAIMER: My JBase project is in no way related to or in competition with a commercial relational database product called jBASE. Though my project remotely resembles jBASE only in that both perform data storage and retrieval, my project does so in a COMPLETELY different and very specific-context: ColdFusion. My product cannot and never will be able to compete with jBASE for market share. End of disclaimer.

My little pet project JBase is at a point now where I feel *okay* about letting people play with it, so I thought I'd let y'all know. For clarification's sake, JBase = Json Database, though the name is a bit misleading as the JSON portion of the code really plays a semi-minor role. In a nutshell, JBase allows you to define an entire database structure using CF's structure notation, including tables, fields, field metadata, and table relationships, and then work with that database via the JBase component as if it were an actual backend database. Since most apps these days sport a service layer between the backend database and the consuming application, you can think of JBase as a service layer object that accesses a database that lives entirely in RAM.

A few things about JBase that I think make it cool to work with (I built a sample app with it, and it was fun!):

  • JBase utilizes an ORM-like API that most users will be familiar with;
  • JBase's virtual database schema is configured by the developer using a Coldfusion configuration Component, making schema designs extremely dynamic and versatile (no XML!);
  • JBase is a Coldfusion Component, making it able to be used in the same way as any other CFC (controlled with IOC mechanisms, usable within caching schemes, injectable and accessible by other model components)
  • Although JBase exists as an instance residing in server RAM, it persists its data to disk and optionally reloads it from disk on instantiation, enabling data preservation across application restarts;
  • JBase is ideal for use within test-driven projects;
  • No DSNs to mess with!
  • JBase has built in data validation and formatting, both of which are easily customized;
  • JBase's API is robust, offering a lot of flexibility with implementation
  • JBase's child component JTable can be used standalone for smaller projects or to create your own virtual database manually!

If it pique's your interest and you've got a few minutes, you can access all of the docs (which I worked REALLY hard on!) and can download the project and a sample app at JBase.masonclaims.com

Let me know what you think!


If you don't feel like parsing through the docs right now, here's a presentation I did for my local CFUG



Posted by dougboude at 3:58 PM | PRINT THIS POST! |Link | 0 comments
Subscription Options

You are not logged in, so your subscription status for this entry is unknown. You can login or register here.

No comments found.

Name:   Required
Email:   Required your email address will not be publicly displayed.

Want to receive notifications when new comments are added? Login/Register for an account.

Time to take the Turing Test!!!

Nine plus One equals
Type in the answer to the question you see above:

Your comment:

Sorry, no HTML allowed!