The Inputting and Changing Data section includes examples of various techniques for allowing users to input or modify data in a data source.
Note: These files can be used for learning or for use as templates to create your own Blox templates. Copy these files to a new application for testing purposes, instead of changing settings in these files.
You can access the files through either the menu on the left or by clicking on one of the links below:
Title | Description |
---|---|
Writeback - Using Custom Java Class | Writeback implemented using a custom writeback Java class. The source can be
found in the application's /WEB-INF/src/com.alphablox.bloxsampler/writeback directory. |
Writeback - Using Internal Controller | Writeback implemented using an internal controller. |
Writeback - Using Custom Controller | Writeback implemented using a custom (developer-created) controller. |