Download presentation
Presentation is loading. Please wait.
Published byLucas Harris Modified over 9 years ago
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.