Webcast demo
About | Developers guide | Webcast demo | Database compliancy | License | Download
Note: This demo was recorded using MetaModel 1.0.2 and since MetaModel 1.1 backwards compliancy have been broken at a few points. While MetaModel generally works the same way, some API changes have been made. Most crucially, the DataContext object is created using the factory class, DataContextFactory. Other than that what is shown in the demo still applies to MetaModel.
Topics covered in this webcast
The webcast demonstration is a basic introduction to programming with MetaModel. Here are some of the topics that are covered in the demonstration:
- Setting up the Maven POM to use MetaModel.
- Using different datastores
- Comma-separated files (.csv)
- JDBC database (MySQL)
- Traversing the structure of a datastore (Schemas, Tables, Columns)
- Querying datastores
- Filtering and ordering CSV-data using the built-in query engine
This webcast is based on MetaModel version 1.0.2.
