MASES.JNet.Templates 1.4.5

There is a newer version of this package available.
See the version list below for details.
dotnet new install MASES.JNet.Templates::1.4.5
This package contains a .NET Template Package you can call from the shell/command line.

JNet: .NET gateway for JVM APIs (Java, Scala, Kotlin, ...)

CI_BUILD CI_RELEASE

JNet JNet.Templates
JNet nuget downloads JNet.Templates nuget downloads

JNet is a .NET gateway for JVM APIs (Java, Scala, Kotlin, ...).

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.

Scope of the project

This project aims to create a library to direct access, from .NET, all the features available in the Java Platform, this is the counterpart of JCOReflector.

There are many client libraries written to manage communication with Java. Conversely, this project use directly the Java packages giving more than one benefit:

  • all implemented features are availables at no extra implementation costs, see JNet usage;
  • avoids any third party communication protocol implementation;
  • access all features made available from Java platform.

Runtime engine

JNet uses JCOBridge, and its features, to obtain many benefits:

  • Cyber-security:
    • JVM and CLR, or CoreCLR, runs in the same process, but are insulated from each other;
    • JCOBridge does not make any code injection into JVM;
    • JCOBridge does not use any other communication mechanism than JNI;
    • .NET (CLR) inherently inherits the cyber-security levels of running JVM;
  • Direct access the JVM from any .NET application:
    • Any Java/Scala/Kotlin/... class can be directly managed;
    • No need to learn new APIs: we try to expose the same APIs in C# style;
    • No extra validation cycle on protocol and functionality: bug fix, improvements, new features are immediately available;
    • Documentation is shared;
  • Dynamic code: it helps to write a Java/Scala/Kotlin/etc seamless language code directly inside a standard .NET application written in C#/VB.NET: look at this simple example and JNet APIs extensibility.

Have a look at the following resources:


Summary


  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.0 725 2/29/2024
2.3.0 539 2/20/2024
2.2.5 781 1/30/2024
2.2.4 328 1/27/2024
2.2.3 402 1/24/2024
2.2.2 325 1/24/2024
2.2.1 497 1/20/2024
2.2.0 440 1/17/2024
2.1.1 1,288 12/18/2023
2.1.0 1,047 11/25/2023
2.0.2 1,475 10/18/2023
2.0.1 785 7/11/2023
2.0.0 616 7/5/2023
1.5.5 827 5/5/2023
1.5.4 830 4/16/2023
1.5.3 700 4/10/2023
1.5.2 808 3/13/2023
1.5.1 850 2/9/2023
1.5.0 693 2/8/2023
1.4.15 896 11/21/2022
1.4.14 737 11/9/2022
1.4.13 869 11/9/2022
1.4.12 932 10/30/2022
1.4.11 973 10/27/2022
1.4.8 958 10/20/2022
1.4.7 932 10/13/2022
1.4.6 1,058 8/18/2022
1.4.5 966 8/5/2022
1.4.4 1,048 6/19/2022
1.4.3 982 5/19/2022
1.4.2 1,039 5/7/2022
1.4.1 919 4/29/2022
1.4.0 962 4/13/2022
1.3.0 999 3/28/2022
1.2.0 929 3/25/2022
1.1.1 943 3/19/2022
1.1.0 984 3/19/2022
1.0.0 1,037 3/19/2022