comparison Sphinx/source/plugins/java.rst @ 1021:a3436ae3709c Orthanc-1.12.3

Orthanc 1.12.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Jan 2024 14:01:54 +0100
parents 3b62529bfe91
children ebe3214f3ab0
comparison
equal deleted inserted replaced
1020:3f4a7ee8033b 1021:a3436ae3709c
16 of the more complex C/C++ programming languages. 16 of the more complex C/C++ programming languages.
17 17
18 Java plugins have access to more features and a more consistent SDK 18 Java plugins have access to more features and a more consistent SDK
19 than :ref:`Lua scripts <lua>`. The largest part of the Java API is 19 than :ref:`Lua scripts <lua>`. The largest part of the Java API is
20 automatically generated from the `Orthanc plugin SDK in C 20 automatically generated from the `Orthanc plugin SDK in C
21 <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.2/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 21 <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.3/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
22 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler 22 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler
23 front-end. 23 front-end.
24 24
25 As of release 1.0 of the plugin, the coverage of the C SDK is about 25 As of release 1.0 of the plugin, the coverage of the C SDK is about
26 76% (122 functions are automatically wrapped in Java out of a total of 26 76% (122 functions are automatically wrapped in Java out of a total of