Does the WEM 8.5 Java API support connections to WEM sites when you run a simple Java application from command line?
Or do you always need an application server (i.e. Tomcat)? So you would call a JSP file via HTTP request to run the code?
I just wonder if it's possible to create some small command line Java applications that only do some user defined import/export tasks for a given site (i.e. export channel structure to a simple CSV or XML file).
Or is there a way to implement some kind of agent that periodically runs and performs certain tasks?
Thanks in advance!