@kie-tools/import-java-classes-component
TypeScript icon, indicating that this package has built-in type declarations

0.32.0 • Public • Published

Import Java Classes component

This editor provides the possibility to edit the expression related to a Decision Node, or to a Business Knowledge Model's function.

Static deployed showcase

There you can access to the static deployed version of the showcase application for this editor. It will be manually updated as soon as new features will be added.

Structure

In the showcase folder, there is a tiny React application, which represent the Proof Of Value about how it is possible to integrate the ImportJavaClasses component inside another existing application.

Scripts

In the main project (where the components actually live), it is possible to execute, from the root folder, the following scripts (pnpm is recommended):

# Remove 'dist' folder (such script is automatically called when the build is executed)
pnpm prebuild

# Build a production-ready artifact to be deployed
pnpm build

# Execute all tests
pnpm test

# Trigger static code analysis
pnpm lint

# Trigger type checking
pnpm type-check

# Perform all the three checks above (tests, lint and type checking)
pnpm quality-checks

In the showcase project, only two scripts are available:

# Start a local server to see the 'ImportJavaClasses' in action
pnpm start
# Compiles a production ready showcase application
pnpm build

Readme

Keywords

none

Package Sidebar

Install

npm i @kie-tools/import-java-classes-component

Weekly Downloads

2

Version

0.32.0

License

Apache-2.0

Unpacked Size

414 kB

Total Files

162

Last publish

Collaborators

  • kie-tools-bot