The first things you should do after downloading the Blackboard Vagrant VM
There are a number of changes that make the developer VM more useful. This post will have a look at them.
schema.xml data types and using grep to explore
Go spelunking in the schema.xml files on the dev VM to discover more data types.
Add the version from bb-manifest to your war
If you’re using Gradle to build and package your Building Blocks, it’s remarkably easy to add a version number to the war file that Gradle creates.
Creating Your First Building Block, the All the Ducks Way
This is the fourth post in a series about how All the Ducks builds a Blackboard building block where we take the project we created at the end of the last post and expand it to build an actual building block that can be installed into Blackboard.
Foundation of Gradle for Blackboard Building Blocks
This is the third post in a series about how All the Ducks builds a building block where we’ll use Gradle to build a ‘Hello World’ building block.
Blackboard Building Block development tools
This is the second post in a series about how All the Ducks builds a Blackboard Building block in which I document the tools we use to develop Blackboard building blocks.
Structure of an All the Ducks Blackboard Building Block Project
This is the first in a series of posts about how All the Ducks builds a blackboard building block that will break down the structure of our building blocks.