...
Code Block |
---|
Resource r1 = registry.newResource(); String str = "My File Content"; r1.setContent(str.getBytes()); registry.put("/c1/c2/r1", r1); |
Related Links
Adding a Resource - For information on adding a resource using the Management Console.
...
Code Block |
---|
Resource r1 = registry.newResource(); String str = "My File Content"; r1.setContent(str.getBytes()); registry.put("/c1/c2/r1", r1); |
Adding a Resource - For information on adding a resource using the Management Console.