-
Notifications
You must be signed in to change notification settings - Fork 11
Examples
Ben Fagin edited this page Mar 1, 2016
·
8 revisions
Several example descriptors with their use are included with the project. You can find them in the src/test directory under the unquietcode.tools.flapi.examples package.
Current examples, with some additional information:
- Pizza Builder - showcases automatically disappearing methods
- Email Builder - showcases minimum invocation tracking
- Calculator - a simple builder, making use of the newer Annotations
- XHTML Builder - showcases nested blocks
- House Builder - showcases multiple return values and implicit terminals
- Piped Process - a builder which builds up computation rather than an object
Did you know that Flapi's DescriptorBuilder
is itself created with Flapi? See this page for the descriptor code.