Help

I'm proud to present the initial version of Fresh, CLI for JBossAS.

This is definitely not the only CLI developed under our roof (see adminclient repository) but it brings a ton of interesting stuff developed by the people who donated it, my friends from Parsek company, Tomaz Cerar and Marko Strukelj (yes, the one who's responsible for vfszip :-)).

This is the JIRA release issue, where you can learn more about it, download the deployable artifact, etc

A simple user guide can be found here

Any additional ideas can be published here:

Basically the idea is to drop in the jboss-fresh.jar into deploy/ and then connect to it via ssh, port 2022. Currently there is no user/pass, simply press Enter.

Fresh is installed On_Demand, only ssh server deamon is fully installed at the beginning, the rest kicks in when you first connect (thanks Bela for the tip).

Marko and Tomaz already have plans to make this even better, and I'll be there to help with some fancy MC tricks. :-)

Enjoy, any feedback is welcome.

ps: this was also posted on the jboss-dev mailing list, so we can easily continue the discussion there

3 comments:
 
15. May 2009, 22:44 CET | Link

Sounds nice. Have you considered giving it an ajax gui? Like my ajax front end for the groovyshell

http://code.google.com/p/ajaxgroovyshell/

(it would probably be a 1 line change to integrate)

Best Anders

ReplyQuote
 
16. May 2009, 15:42 CET | Link
Tomaz Cerar | cerar(AT)parsek.com

Andres, that is a great idea, we could definitely add something like this. Would you be so nice and add a feature request in jira?

Post Comment