FallME (https://fallme.dev.java.net) 0.6 has been released.
FallME functionality was enhance to make configuration of Form injection easier.
This release include a simple sample application that demonstrates using FallME. We hope to have additional examples and documentation available shortly. In the meantime, . . . you can start to get a feel for FallME by looking at the sample application.
- Start by looking at the PreferencesBeanConfigs.java. It shows how to configure the IOC.
- Take a look at the PreferencesMobile.java (Midlet). It shows how to bootstrap the application container.
- Finally, look at MainFormBuilder.java. When the Midlet asks the BeanFactory for the MainForm, the BeanFactory uses the MainFormBuilder to construct the Form.