SourceForge.net Logo

Lab Example

Congratulations! You now know everything you need to write a Typed JMI client based on openMDX. Please remember that this is the most recommended way of writing clients.

It is now time to practice.

In the provided package org.openmdx.example.lab1.program.jmi.typed.work you will find the Java class LabClient that you can complete. E.g. Create new objects, set attribute values, add objects to references, call operations, ...

You can run your client by means of executing ant -f run.xml clientTypedWork. For more information on how to run your code, please refer to How to run the Labs.

The solution class org.openmdx.example.lab1.program.jmi.typed.solution.LabClient can give you some hints in case you run into problems (execute ant -f run.xml clientTypedSolution to run it).