Category Selected:

news

Blog

cbSecurity 2.2 Released

Luis Majano |  February 13, 2020

Today we bring you a minor release for cbSecurity packed with features! Version 2.2 brings a complete overhaul of our jwt library and we have now switched over to the jwtcfml (https://forgebox.io/view/jwt-cfml) library which has given us a huge boost in capabilities especially supporting RS and ES algorithms. Check out their ForgeBox entry page to see all the features we inherit by using it.

We have also focused on improving our JWT and API security on this release, so check out the release notes for all the goodness!

# Install
install cbsecurity

# Update
update cbsecurity
Read More

cbValidation 2.x Released

Luis Majano |  February 13, 2020

We are so excited to bring you a major release for cbValidation! cbValidation has been around for quite some time and it was about time to give a major boost in development. We have also completely rewritten the documentation to make it more attractive and user-friendly (https://coldbox-validation.ortusbooks.com/). Enjoy!

# Install
install cbvalidation

# Update
update cbvalidation
Read More

Mementifier v2.x Released!

Luis Majano |  February 13, 2020

We are so excited to bring a major version release of our Mementifier Module. For those of you who do not know what Mementifier is, here is a small synopsis.

What is Mementifier?

This module will transform your business objects into native ColdFusion (CFML) data structures with :rocket speed. It will inject itself into ORM objects and/or business objects alike and give them a nice getMemento() function to transform their properties and relationships (state) into a consumable structure or array of structures. It can even detect ORM entities and you don't even have to write the default includes manually, it will auto-detect all properties. No more building transformations by hand! No more inconsistencies! No more repeating yourself! Best of all, it is lightning fast!

Read More

Modernize or Die® Podcast - CFML News for January 21st, 2020 - Episode 37

Gavin Pickin |  January 21, 2020

Gavin and Eric host this weeks episode.They talk Adobe CF Summit East 2020 announcing dates and prices, as well as Adobe’s ColdFusion Specialist Certification Post Conference Workshop and Ortus Solution’s Pre Conference Workshop. They also mentioned CFCamp will not be moved to May / June as planned and you won’t believe the reason why. ITB 2020 Call for Speakers is closed, with 138 submissions from the community plus all of the Ortus content as well, we’re still deciding on sessions. They talked about CF Summit 2019 Vegas releasing more videos from the sessions on YouTube. The playlist has 19 videos already. In case you missed Rakshith’s Webinar this week on CF2020 you can catch our views on it, and the link to the recording. They talk about Gavin and Michael Born’s plan for a new Live Coding Series this Wednesday. They discuss more information on CF Summit East 2020 and the workshops. They discuss selection for workshops and call for speakers for Into the Box 2020 in Houston in May including a special announcement, ITB 2020 will be 2 days of workshops plus 2 days of conference, so 4 days total, the Super Early Bird tickets are now available. They also discuss some other conferences you should consider attending.

They spotlight a lot of great blog posts, tweets, videos and podcasts, too many to list, so listen to the show. They show off our ForgeBox module of the Week, Eric Peterson’s ‘str’ utilities and this week’s VS Code extensions, Cloak by John Papa for hiding your .env variables when screen sharing etc.

We finish the podcast thank our Patreon supporters

Read More

Build Secure MVC ColdFusion Applications - PRE CFSummit East 2020 Workshop

Luis Majano |  January 21, 2020

We are excited to bring our training Bootcamp series back to the DC area before CFSummit East on April 20th and April 21st. This training series will be led by Box creator Luis Majano at the Regus Franklin Square 5 minute walk from the conference center. Register as soon as possible as space is very limited!

Read More

30+ ForgeBox Packages of the Week from 2019 Modernize or Die® CFML News Podcast

Gavin Pickin |  January 17, 2020

ForgeBox is the NPM of the ColdFusion world, and with CommandBox, CFML's CLI, you can easily add new functionality to your project with a simple `box install packageName`. We decided to dedicate a portion of our CFML News Podcast to ForgeBox Modules. We had 30+ episodes in 2019, each with a ForgeBox Module, so we wanted to give you a way to see all of them in one place, so here they are.

Read More

30+ VS Code Hints Tips and Tricks of the Week from 2019 Modernize or Die® CFML News Podcast

Gavin Pickin |  January 10, 2020

VS Code is the hottest IDE out there, and the most asked question I get at every conference I attend is, what VS Code extensions are you using. Since I got this question so much, we decided to dedicate a portion of our CFML News Podcast to VS Code Hints, Tips and Tricks. We had 34 episodes in 2019, each with a VS Code hint tip or trick, so we wanted to give you a way to see all of them in one place, so here they are.

Read More

Redis Lucee v1.4.0 Extension Released!

Luis Majano |  November 06, 2019

We are very excited to bring you another release for our Redis Lucee Extension. This is a minor release and it sports quite a few updates, improvements and Lucee compatiblity updates.

Read More

MongoDB Lucee v1.0.0 Extension Released!

Luis Majano |  October 08, 2019

We are very excited to bring you a new commercial product release for the Ortus Family: MongoDB Server Lucee Extension  The MongoDB Server Lucee Extension allows you to natively connect to a MongoDB Server cluster and leverage it for distributed caching, session/client storage and distribution, cluster RAM file systems, and much more. It can allow your Lucee servers to scale and extend easily by leveraging MongoDB Server as the platform of choice for session/cluster managements, NoSQL, caching and virtual file-systems.

Read More

Redis Lucee v1.3.0 Extension Released!

Luis Majano |  September 30, 2019

 

We are very excited to bring you another release for our Redis Lucee Extension. This is a minor release and it sports quite a few updates thanks to customer feedback, especially on clients working with hosted Redis solutions that would required SSL and password authentication. We have expanded the connections to have more configuration parameters, especially if you are dealing with high traffic applications.

Overview

The Redis Lucee Extension allows you to natively connect to a Redis Server cluster and leverage it for distributed caching, session/client storage and distribution, cluster RAM file systems, and much more. It can allow your Lucee servers to scale and extend easily by leveraging Redis Server as the platform of choice for session/cluster managements, caching and virtual file-systems.

If you have ever asked yourself these questions, then our Lucee Extension can help you:

  • Want to use round-robin balancing instead of sticky sessions?
  • How do you deal with session/client information when you have more than 1 server in your cluster?
  • How can I scale my Lucee servers when I am running out of RAM?
  • Do you want your users to still be logged in even if a server in my cluster dies or is restarted?
  • Do you want to have a cluster-wide file system?
  • Are you using a container based deployment and need off heap peristence?
  • Do you want to be able to cache data in a distributed and elastic fashion?
Read More