On Jul 23, 2014, at 11:58 PM, Gus Heck <[email protected]> wrote: > > I looked briefly at the other two containers you mentioned, and both seem > to be pretty heavily tied to maven... (but maybe that's just the bias of > thier docs/examples?) is there another option that doesn't require maven? I > want to build something that's easy to deploy and having to run a maven > build to deploy stuff into a container is not exactly user friendly for a > final product. Never mind that I don't normally use maven for development > either...
river-container itself is built using Maven, but you can use whatever you want to build an application that you deploy to river-container. Your application just needs to be packaged into a jar file similar to the sample apps that are included (also specified in https://issues.apache.org/jira/secure/attachment/12629761/SingleArchiveServiceDeployment.pdf which was part of the River-435 discussion on Jira). Cheers, Greg Trasuk.
