I want to generate a tree-based menu using Java that will appear on a USSD browser. Each node may have children, ending with leaf nodes. I will also have to maintain state r
Have a look at an implementation of this problem: Vumi.org
Source code viewable at https://github.com/praekelt/vumi