Hello world!
Welcome to The Object Teams Blog.
Here you will find various examples of how OT/J can be used to create great software, plus updates on recent developments.
Why do we bother to run our own instance of wordpress? Simply because we want syntax highlighting for our code snippets, and we do want it for OT/J code, too.
So, here’s a welcome also from OT/J:
1 2 3 4 5 6 7 8 | public team class HelloOTJ { protected class HelloAdaptor playedBy HelloWorld { void hello2 () { System.out.println("Hello from OT/J, too!"); } hello2 <- after main; } } |
