Video Tutorials
Here are the available video tutorials for the tabula web framework. Current development effort is on the server itself, so the videos are for the server and its tools only at this time.
1-REST Editor
1.2-Configuring the Request Processing Sequence
1.2-Using parameters and stopping the request processing sequence
2-REST Server
ATTENTION: the REST XML specification changed a bit, so now when creating parameters or mime type handlers, always add an “active” attribute, such as active=”true”. Otherwise neither the parameters nor the mime type handlers will be active.
When you see in the videos that I am creating any of the aforementioned classes, I am not using that attribute because the videos were made before this change. Re making the videos would be a lot of effort and since it is a small change and I really don’t have much free time these days, this warning will have to do for now.
2.2-Deactivating and Reactivating Services
2.3-Setting the application and module URI
2.4-Parameters in handler and how to get parameters from the URI and query
2.5-Handler parameters to re use the same scripts
2.6-Getting the content of a request and setting up a response
2.7-Setting a sample excel workbook as content, dynamically loading jar files
2.8-Generating the REST service layer for an application’s domain object model
2.9-Adding classes to the domain object model and updating the service layer
2.11-Adding a Module to an Application and using classes from other modules
2.12-Registering a class field as a “primary key” and generating sequential values for keys
2.13-Setting aliases for classes, fields, omiting fields and setting up attributes
2.14-Referencing java and groovy classes outside the applications

Recent Comments