This repository contains a demo plugin designed for the Netgrif Application Engine (NAE) platform. It serves as a foundational template to assist developers in creating custom plugins that extend and enhance the functionality of NAE applications.
- Plugin Architecture Example: Demonstrates the structure and components of a typical NAE plugin.
- Java-Based Implementation: Utilizes Java for seamless integration with the NAE platform.
- Maven Build Configuration: Includes a
pom.xmlfile to manage dependencies and build processes. - Source Code Organization: Provides a
src/directory with sample code to illustrate plugin development practices.
- Java Development Kit (JDK): Ensure you have JDK 21 or higher installed.
- Apache Maven: Required for building the project.
- Netgrif Application Engine: Access to an instance of NAE for deploying and testing the plugin.