![]() |
|||||
|
Lab ExampleIf you would like to practice you will find the Java class LabClient that you can complete in the provided package org.openmdx.example.lab1.program.jmi.reflective.work. 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 clientReflectiveWork. 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.reflective.solution.LabClient can give you some hints in case you run into problems (execute ant -f run.xml clientReflectiveSolution to run it). |
||||