Where would we programmers be without the ubiquitous "Hello World" examples? Here we offer a number of simple examples...
Hello World 1 - This example demonstrates a simple HelloWorld servlet that is dynamically populated using the BTemplate component. It doesn't get any easier than this...
Hello World 1a - Similar to the previous example, but here we see how to use a template component without even coding a model. Cool.
Hello World 1b - This example demonstrates how the model can pass back more than just String values, in this case both Nodes and Strings.
Hello World, I need some groceries - A simple BTemplate example that demonstrates how to handle list structures.
Thanks, but I'd prefer organic please - identical to the previous example except that we don't use BTemplate and there are no extra directives in the markup.
Hello World, I'd like a fancier grocery list - Another example using BTemplate. The purpose of this example is to show just how flexible this component can be.
Hello XML World - Same thing as the simple grocery list, but in XML. Directives are embedded in the markup as processing instructions.
Hello Localized World - A version of the HelloWorld which demonstrates how Barracuda can automatically localize XMLC templates.