Projects
- HomePortals
- HomePortals is a web development framework for the ColdFusion platform especially tailored for building portals and other highly modular sites. Pages in HomePortals are built by combining multiple reusable elements and resources.
- BugLogHQ
- BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications
- BugLogMini
- BugLogMini complements a BugLogHQ server and allows you to have a quick way of monitoring incoming bug reports directly from your desktop. BugLogMini is built using Adobe's AIR platform so it can be used in any OS supported by AIR.
- WSCandis
-
WSCandis is a caching and directory solution especially tailored for enterprise
environments in which client applications rely on a layer of webservices that may
be located on separate locations. In these environments applications are often
deployed from one or more development servers to one or more production servers.
More documentation can be found here - DAO Factory
- This is a very simple package that facilitates the creation of DAO objects that can be used by client applications to interact with a backend storage medium. The particular thing about this package is that it uses polymorphism properties to allow the same objects to interact with different storage mechanisms. You can use the same objects to read/write data from databases, XML documents or even multiple databases.
- Illudium PU-36 Templates for DAO Factory
- A couple of XSL templates to use with Brian Rinaldi's Illudium PU-36 Code Generator. These templates will facilitate the creation of the DAO objects used by the factory, as well as the creation of corresponding beans. The beans templates is pretty much the same template provided in the default package of the code generator, but just tweaked a bit to add a new method initFromQuery, so that it can play better with the DAO objects.
- Core Framework
- Core is a very lightweight event-based framework for developing ColdFusion applications using the MVC approach and the Front Controller pattern.