Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Core Framework 

a Java main program framework  has to be set up that

  • builds under Java 1.4 (Maven, ant,....)

...

optionally some wrapping C++ code should be provided that allows to use LCGO in a C++ programm w/o having to rely on references to Java libraries, e.g. for the properties interface.

 

  • need to understand garbage collection for java and C++ objects allocated on the stack and on the heap and passing object between java and c++
    • java objects are objects inheriting from java::lang::Object
    • C++ are all other objects 

Material Database

a material data base is needed that

...