Enterprise Java

Spring Shell Project Released

Spring Source released Spring Shell yesterday. Spring Shell is an interactive shell that can be easily extended with commands using a Spring based programming model.

It has been extracted from the Spring Roo project by removing the OSGi dependencies and turned into a standalone project.

This allows for an easier adoption by those who wish to use only interactive shell features.

At the same time, this decoupling facilitates focusing into improving shell functionality and making it an easily reusable component across various projects.

Some of its features include:

  • POJO based programming model
  • Spring classpath scanning features
  • Inherits the Roo Shell Features
  • Tab completion
  • Contextual awareness
  • Command Hiding
  • Help assistance
  • Scripting and script recording
  • Command prompt customization
Check out the Spring Shell page and the relevant documentation. Happy coding!

Ilias Tsagklis

Ilias is a software developer turned online entrepreneur. He is co-founder and Executive Editor at Java Code Geeks.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button