Is there a library behind Spring roo's text-based interface?
I would li开发者_运维知识库ke to create my own text based interface.
Did spring roo create their text based interface from scratch or did they use a library?
Hey JavaRocky, Roo uses JLine.
You want to look at roo.shell and particularly, the CommandMarker and @CliCommand and how to use these two.
Following may be of interest -
- Roo documentation - Chapter 15. Simple Add-Ons
- Writing Add Ons for Spring Roo Framework – 1- Hello World
- Spring-Roo internals and add-ons
精彩评论