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!
Do you want to know how to develop your skillset to become a Java Rockstar?
Subscribe to our newsletter to start Rocking right now!
To get you started we give you our best selling eBooks for FREE!
1. JPA Mini Book
2. JVM Troubleshooting Guide
3. JUnit Tutorial for Unit Testing
4. Java Annotations Tutorial
5. Java Interview Questions
6. Spring Interview Questions
7. Android UI Design
and many more ....
I agree to the Terms and Privacy Policy

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
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Back to top button