Java convention is namespacing as `com.example/mything` . What's the syntax for a subdomain? Is it just totally reversed, like `com.sub.example/mything`? or `com.example.sub/mything` ?
@worldsendless It's totally reversed, keeping with the convention of going from least to most specific.
@worldsendless Yep, just the domain reversed. I haven't seen the /path-syntax in Java 1.0, but maybe that's a thing now.