We are excited today to announce the general availability of our Railo CloudVPS servers. We have partnered with KickassVPS to bring about an offering of three great Railo CloudVPS pre-configured packages. These CloudVPS offerings come fully loaded with features from the latest Railo 4.2 pre...
Blog
DataBoss - Dynamic Administrator v1.4.0 Released!
We are proud to announce today a nice minor release for Ortus DataBoss Version 1.4.0. This release brings about support for Adobe ColdFusion 11, perpetual and yearly subscription licensing and much more. We modified our licensing model and have created a yearly and perpetual plan for each version of DataBoss to allow for a more flexible and approachable licensing model. Below you can see a summary of the major updates for this release, release notes and information about DataBoss. If you have never tried DataBoss before, we have a trial version as well that you can use to kick the tires and see how productive it can make you and your team.
ProfileBox v1.1.0 Released with Adobe ColdFusion 11 Support
We are incredibly excited to bring you ProfileBox version 1.1.0 today. This release brings in some code efficiency, Adobe ColdFusion 11 support, a new trial version and ...
ContentBox Modular CMS v2.0.0 Released
ContentBox Modular CMS v2.0.0 has now been released sporting over 50 issues and enhancements. Check out our
ContentBox v2.0.0 Released!
Team ContentBox is delighted to bring ContentBox v2.0.0 finally to production release. We have been very busy setting up internal system, automations and builds in order to make this release a reality. This release brings in tons of fixes, ColdFusion 11 compatibilities and some great new features.
As always, ContentBox can be downloaded in three different flavors.
- ContentBox Source: To deploy in any CFML engine (Adobe or Railo)
- ContentBox WAR: To deploy in any J2EE engine
- ContentBox Express: A pre-configured Tomcat+ContentBox engine
TestBox BDD v2.0.0 and MockBox Released!
We are so excited to bring you TestBox 2.0 and MockBox 3.0! These releases are major releases of our libraries and include not only great features but a new repository home. TestBox/MockBox have been decoupled from the ColdBox core and are now available standalone only (http://github.com/ortus-solutions/testbox). &nbs...
Project CommandBox (Gideon): The CFML CLI, Package Manager and REPL
So at Into The Box this week we unveiled our latest here at Ortus that we've been calling project Gideon. I'll note now that I'm blogging this to the Ortus blog because this is not beholden to the ColdBox MVC p<...
DataBoss - Dynamic Administrator v1.3.0 Released!
We are proud to announce today a nice minor release for Ortus DataBoss version 1.3.0. This release fixes lots of UI cosmetic issues and adds many improvements not only to the UI but also to better listing visualizations when having many-to-one and one-to-one relationships.
The major updates of this release is the capability to visualize many-to-one and one-to-one relationships on the listing screens now. They also respect the db_display annotation as well, so you can pick and choose what shows on the listing screen. This is great for visualizing many-to-many or relationships.
We have also added a new HTML control called "datetime" which allows you to split a timestamp or datetime field into a date and time picker.
ColdBox Platform Utilities v4.0.0 with TestBox Support Released
We are so proud to announce another update to our Adobe ColdFusion Builder exension: ColdBox Platform Utilities v4.0. This update has tons of cool updates and fixes:
Bugs Squashed
- [CBOXUTILITIES-28] - Crud generator fixes bombs with extra quotes
- [CBOXUTILITIES-29] - Enable CRUD composition of relationships
Improvements
- [CBOXUTILITIES-31] - Update all app templates to latest release update
- [CBOXUTILITIES-35] - Update Help documentation
- [CBOXUTILITIES-36] - Rename resources to shorter names
- [CBOXUTILITIES-37] - Update embedded google search engine
- [CBOXUTILITIES-40] - Menu ordering and cleanups
- [CBOXUTILITIES-41] - Make Application.cfc with non-inheritance default
New Features
- [CBOXUTILITIES-30] - Create config file for LogBox
- [CBOXUTILITIES-32] - Update all testing classes to TestBox Style and BDD support
- [CBOXUTILITIES-33] - CacheBox -> New Configuration
- [CBOXUTILITIES-34] - TestBox Support, new menu contribution for TestBox Tasks
- [CBOXUTILITIES-42] - Added global CPU configuration file for project URL and TestBox config
So either download the extension and install it or if you have it installed, just click "ColdBox Platform > Check For Extension Updates..." and perform our sweet auto update! Here are a few screenshots of some new functionality:
Couchbase Railo Extension Released!
We are very excited to bring you a new commercial product release for the Ortus Family: Couchbase Railo Extension The Couchbase Railo Extension allows you to natively connect to a Couchbase NoSQL Server cluster and leverage it for distributed caching, session/client storage and distribution, cluster RAM file systems, and much more. It can allow your Railo servers to scale and extend easily by leveraging Couchbase NoSQL Server as the platform of choice for session/cluster managements, caching and virtual file-systems.
We have been working with Couchbase NoSQL Server for a while now it has been a true pleasure to not only build scalable farms with it, but also it is incredibly responsive when it comes down to NoSQL and caching transactions.
Capabilities
Here are some of the major features of our Couchbase Extension:
- Add Couchbase functionality to any Railo application
- Install at the web context level or the server level (Available to all contexts)
- Create Cache connections in the Railo administrator to connect to any network-accessable Couchbase cluster
- Set and get objects from Couchbase via standard CFML functions and tags
cachePut(), cacheGet(), <cfcache action="get|put">
- Fully supports all built-in Railo cache functions including wildcard filters
- Seamlessly distribute storage of the following to any bucket in a Couchbase cluster
- Railo session storage
- Railo client storage
- Railo RAM resouce
ram://...
- Seamlessly cache the following to any timeout-sensitive bucket in a Couchbase cluster
- Results of database queries
<cfquery cachedwithin>
- Results of deterministic functions
<cffunction cachedwithin>
- Complex or simple objects in your application's code
- Cached templates
<cfcache action="content|cache|serverCache">
- Results of database queries
- Registers new CFML Built-In Functions (BIFs) for executing user-defined queries against Couchbase views.
- Extremely lightweight and fast