Another thing that we want to do, interoperability between Clojure and Java, it's by creating a JBoss Forge addon, so you can run the tool within JBoss Forge.
On Mon, Apr 13, 2015 at 5:20 PM, Daniel Cunha <[email protected]> wrote: > Hello everyone, > > I'm glad to announce today the release of Tomee-cli, a command line > tool to manage your Apache TomEE instances. > > https://github.com/bitmaker-software/tomee-cli > > We decided to think out of the box and come up with a solution that's > easy to use and develop, offering the maximum number of > functionalities with a minimum amount of code. To achieve that, we > wrote the tool in Clojure (a JVM hosted language) and we use its REPL > to offer the command line facilities. It's so straightforward to use > that we probably are more user friendly than JBoss-cli. > > We currently support the following functionalities: > > install tomee > start server > stop server > restart server > print versions of the execution environment > deploy war and ear applications > undeploy war and ear applications > add email resource > add datasource > add JMS resource > > All these functionalities were written in less than 300 lines of code > within just over a month (started in Mar 9th) . Can you imagine what > we can achieve within a year?! > > We already use tomee-cli internally and we're happy with the result. > We would love to see you using it as well. So, please, follow the > instructions in the readme file, try it and let us know what you > think. > > The project is open, so you can help like do you want. > > -- > Best regard, > Daniel Cunha (soro) -- Best regard, Daniel Cunha (soro)
