We have developed a framework to deal with UIMA AS programmatically. No dealing 
with XML ever. 

Feel free to check it out:
http://department-of-veterans-affairs.github.io/Leo/

Olga


-----Original Message-----
From: <[email protected]> on behalf of Jaroslaw Cwiklik <[email protected]>
Reply-To: "[email protected]" <[email protected]>
Date: Tuesday, May 15, 2018 at 2:58 AM
To: "[email protected]" <[email protected]>
Subject: Re: Deploy Async Service without XML

    You can generate UIMA-AS deployment descriptor programmatically. You still
    need AE descriptor though.
    
    Please check UIMA-AS documentation:
    
https://uima.apache.org/d/uima-as-2.10.3/uima_async_scaleout.html#ugr.ref.async.api.usage
    section 4.10 Generating Deployment Descriptor Programmatically
    
    Jerry
    
    On Mon, May 14, 2018 at 9:47 PM, Osborne, John D <[email protected]> wrote:
    
    > Is it possible to deploy an UIMA-AS service without an XML descriptor
    > similar to how UIMA-FIT works? I currently deploy services using
    > deployAsyncService.sh
    >
    > I have multiple long running services that need to work in different
    > (production, testing, dev) environments and would prefer to avoid having 
an
    > XML file for each service. I realize that with some refactoring (like
    > removing environment specific parameters) this number of XML files could 
be
    > reduced, but I've become spoiled with UIMA-FIT. :)
    >
    > I'm looking at the toXML()  function so I can potentially generate the
    > aggregate analysis engine with UIMA-FIT.
    >
    > -John
    >
    >
    

Reply via email to