Introduction
Netuno is made in Java, so we can create new functionalities using Java.
Setup with IntelliJ
Pre-requisites
Setup with Maven
Prerequisites
Web Service
In this tutorial, we will create a multi-application web service for Netuno. This means we will create a Java web service that will be placed in Netuno's base directory and can be used by any application inside the apps folder.
Resource
In this tutorial, we will create a native resource for Netuno. This means we will create a Java class that will be placed in Netuno's base directory and can be used by any application inside the apps folder using the syntax _foo.methodName(args).
Event
Netuno allows you to inject events at different stages of its execution.