Blog

Luis Majano

August 04, 2014

Spread the word


Share your thoughts

 

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.

Display Annotation For Editors

You can now annotate your properties with a db_displayCreate and db_displayUpdate boolean annotation so you can decide which fields to show in the creation and update forms.  A great feature for more UI control.

property name="updateDate" db_displayCreate="false";
property name="legacyID" db_displayUpdate="false";

Display Columns Now Includes x2O Relationships

db_displayColumns can be a property from the entity, but not a property that represents a relationship. Some entities are mostly comprised of relationships and there are no properties that make any sense as a display column. Now you can via dot-notation syntax, much how HQL and Criteria Queries work. So if a user had a company (M2O) relationship and another entity that referenced user wanted to have the user's name AND company name show up, then you can do this:

db_displayColumns="firstName,lastName,company.name";

So the following values would get used (with a null check on company):

user.getFirstname()
user.getLastname()
user.getCompany.getName()

One To Many Collection Manager Improvements

The one-to-many collection manager UI console has been improved to show relationships that have no columns, but just foreign keys.

Improvements & New Features

  • [DATABOSS-87] - O2M in collection manager doesn't show columns for related entities
  • [DATABOSS-88] - Allow display columns to include properties from x2O relationships
  • [DATABOSS-92] - Update Bootstrap to latest build
  • [DATABOSS-89] - Add a new annotation to show/hide fields from creation/editing screens
  • [DATABOSS-90] - Allow for perpetual and subscription licenses
  • [DATABOSS-91] - Adobe ColdFusion 11 Support

What is DataBoss?

Ortus DataBoss is an application that will help you manage CFML Object Relational Mapper (ORM) objects without the need of writing administrative code for them; thus a Dynamic Administrator.  DataBoss will talk to the underlying ORM engine (Hibernate) and get all the necessary information to manage all the ORM entities and its relationships in that specific CFML application DataBoss has been deployed to.  You can watch our introductory video to get a quick overview of what DataBoss is and how it can benefit your development.

Capabilities

  • Download as a standalone application that can integrate with any framework or application
  • Download as a ColdBox module so it can integrate with any ColdBox 3.5 application
  • Automatic Hibernate ORM entity detection and analysis
  • Ability to manage all supported Hibernate relationships: One-To-Many, Many-To-One, One-To-One, Many-To-Many
  • Ability to manage multi-level inheritance relationships
  • Internationalized and localized for: English, Spanish, German, French, Portuguese and more
  • Ability to create/edit/delete and multi-delete any managed entity and its data
  • Built-in form validation based on ColdBox Validation and ORM metadata
  • Customizable validation rules
  • Customizable HTML 5 controls for persisted properties: Checkbox, Radio Buttons, Multi-Select, Text, Email, URL, Password, Textarea, Super Lite Rich Text Editor, Date Picker
  • Ability to paginate entity records and do inline filtering/sorting of data
  • Easily interface layout overrides if ran as a ColdBox Module
  • Easily extend the custom CSS framework
  • Ability to reload the ORM engine a-la-carte
  • Application responsive design ready for phone and tablet usage
  • Database null support

Resources

 

Add Your Comment

Recent Entries

Ortus June 2024 Newsletter!

Ortus June 2024 Newsletter!

Welcome to the latest edition of the Ortus Newsletter! This month, we're excited to bring you highlights from our sessions at CFCamp and Open South Code, as well as a sneak peek into our upcoming events. Discover the latest developments in BoxLang, our dynamic new JVM language, and catch up on all the insightful presentations by our expert team. Let's dive in!

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang June 2024 Newsletter!

BoxLang June 2024 Newsletter!

We're thrilled to bring you the latest updates and exciting developments from the world of BoxLang. This month, we're diving into the newest beta release, introducing a new podcast series, showcasing innovative integrations, and sharing insights from recent events. Whether you're a seasoned developer or just getting started, there's something here for everyone to explore and enjoy.

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang 1.0.0 Beta 3 Launched

BoxLang 1.0.0 Beta 3 Launched

We are thrilled to announce the release of BoxLang 1.0.0-Beta 3! This latest beta version is packed with exciting new features and essential bug fixes, including robust encryption functionality, enhanced Java interoperability, and more efficient event handling. Key highlights include the introduction of query caching capabilities, seamless coercion of Java Single Abstract Method (SAM) interfaces from BoxLang functions, and support for virtual thread executors. So, let’s dive into the details of what’s new in BoxLang 1.0.0-Beta 3 and how you can start leveraging these updates today!

Luis Majano
Luis Majano
June 28, 2024