Presentation is loading. Please wait.

Presentation is loading. Please wait.

Implementation Basics in C# code Minimal C++ code Application logic in Java code.

Similar presentations


Presentation on theme: "Implementation Basics in C# code Minimal C++ code Application logic in Java code."— Presentation transcript:

1 Implementation Basics in C# code Minimal C++ code Application logic in Java code

2 C# Implementation Registrar System Return lists of IDs Based largely off of Automation Tree

3 C++ Implementation Used.NET Frameworks Marshal class Convert from Managed to unmanaged JNI is unmanaged code No application logic Only calls methods, converts, and catches errors

4 Java Implementation Added native methods Would call native methods with given ID number Mostly the same as JFC implementation

5 Event Handling Implementation Java classes all extend an Event Handler. Multiple classes only exist for naming Event logic in C# Passing of enumerations


Download ppt "Implementation Basics in C# code Minimal C++ code Application logic in Java code."

Similar presentations


Ads by Google