What is Sanshowbean?
A sanshowbean is an XML text file that consists of templates, properties, and child sanshowbeans. The Text sanshowbean is one example of sanshowbeans from our hello world example. Since this sanshowbean is so simple that there is no child beans.
The templates define "view" of a sanshowbean. The properties define "model" of a sanshowbean. The bean itself contains "control" of a sanshowbean. The control is defined as an attribute of bean element. If it is not defined like this example, it takes a default value of sanshow.bean.ProcDefault class.
The sanshowbean is an object/class or a component within which satisfies MVC model.
After a sanshowbean is defined in a text file, it can be compiled and used in a Java application. The sanshowbean compilation program is provided in a part of Sanshowbean SDK that provides a sanshowbean development environment.
What is Sanshowbean used for?
A sanshowbean can be used for the followings:
- Macro script development
- Meta-data script development
- Web script/application development
Basically, you can use the sanshowbean for any development to reuse a part of text information as a class and to minimize its duplication.
Please download Sanshowbean SDK and review examples of the sanshowbean as a "get started" exercise. We will cover the most of fuctionality of the sanshowbean.
The "Developer's guide" is still under construction. It will be available at Sanshowbean SDK soon.
Home
|Contact Us
Copyright (c) 2004 - 2005 Sanshowbean.org