Skip to content

Commit

Permalink
masesgroup#252 (comment): added some information
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Nov 18, 2023
1 parent 4f23e45 commit e929136
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/documentation/api/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: APIs of Java/JVM suite for .NET
_description: Describes the current available APIs of Java/JVM suite for .NET
---

# JNet: .NET API documentation

Open left menu to browse API
5 changes: 5 additions & 0 deletions src/documentation/articles/API_extensibility.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: APIs extendibility of Java/JVM suite for .NET
_description: Describes how to extend available APIs with Java/JVM suite for .NET
---

# JNet: APIs extendibility

What to do if an API was not yet implemented? The simplest answer is: help us to make this product reacher :smile:
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/articles/commandlineswitch.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Command-line switch of Java/JVM suite for .NET
_description: Describes the command-line switch of Java/JVM suite for .NET
---

# JNet: Command line switches available

_jnet_ accepts the following command-line switches:
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/articles/currentstate.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Current state of Java/JVM suite for .NET
_description: Describes the current development state of Java/JVM suite for .NET
---

# JNet development state

This release comes with some ready made classes:
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/articles/intro.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Introduction to Java/JVM suite for .NET
_description: Introduction to Java/JVM suite for .NET
---

# JNet: Java/JVM suite for .NET

JNet is a comprehensive suite of libraries and tools to use Java/JVM APIs (Java, Scala, Kotlin, ...) and .NET side-by-side.
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/articles/jvm_callbacks.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: JVM callbacks within JNet powered code
_description: Describes how to manage callbacks from JVM using the Java/JVM suite for .NET
---

# JNet: JVM callbacks

One of the features of [JCOBridge](https://www.jcobridge.com/), used in JNet, is the callback management from JVM.
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/articles/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Roadmap of Java/JVM suite for .NET
_description: Describes the current roadmap of Java/JVM suite for .NET
---

# JNet roadmap

The roadmap can be synthetized in the following points:
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/articles/usage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Usage Java/JVM suite for .NET
_description: Describes how to use JNet, set-up environment, identify the JVM and write good code
---

# JNet usage

To use JNet classes the developer can write code in .NET using the same classes available in the official Java packages.
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/articles/usageCLI.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: JNet CLI tool of Java/JVM suite for .NET
_description: Describes JNet CLI tool: the CLI tool to use Java/JVM classes from any command-line shell
---

# JNet: CLI

## Installation
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/articles/usagePS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: JNet PowerShell module of Java/JVM suite for .NET
_description: Describes JNet PowerShell module: the PowerShell module to use Java/JVM classes from any PowerShell shell
---

# JNet: PowerShell Module

## Installation
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/articles/usageReflector.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: JNetReflector tool of Java/JVM suite for .NET
_description: Describes JNetReflector: the tool to build .NET classes analyzing JVM Jar or modules
---

# JNet: Reflector

The tool is able to build .NET classes which reproduce the JVM class (Java, Scala, Kotlin, ...) counterpart.
Expand Down
4 changes: 3 additions & 1 deletion src/documentation/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@
"globalMetadata": {
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "images/favicon.ico",
"_appTitle": "MASES Group website - JNet",
"_appTitle": "MASES Group - JNet",
"_appFooter": "<div style=\"text-align: center;\">Copyright © 2023 MASES s.r.l.. | Via San Cesidio 16 - San Valentino in A.C. - PE | P.I. 01932310681</div>",
"_description": "This is a descriptive page of JNet, the Java/JVM suite for .NET",
"_lang": "en",
"_gitContribute": {

}
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Java/JVM suite for .NET
_description: Main page of Java/JVM suite for .NET
---

# JNet: Java/JVM suite for .NET

JNet is a comprehensive suite of libraries and tools to use Java/JVM APIs (Java, Scala, Kotlin, ...) and .NET side-by-side.
Expand Down

0 comments on commit e929136

Please sign in to comment.