Hi, Nick! > I am wondering how I "point" my java app at the slide server. > ie, I will deploy the slide.war to my Oracle AS, and check that > its running. > Then, when I write my sample app to access the files namespace, > is there a slide.jar that gives provides the
It's slide-kernel.jar. > methods (like Domain.accessNamespace), and then if I use that > method, would it be accessing the slide that was deployed and > so return the registered namespaces ? Well, the short answer is "yes". Just keep in mind that if your app runs outside the AS it should initialize the domain by calling one of the Domain.init(...) methods. Yours sincerely, Andrey. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
