CommunityCommons
This module adds a number reusable Java methods to your project, which can be called from Microflows or custom Java actions.
Install / Use
/learn @mendix/CommunityCommonsREADME
Community Commons module
Add reusable Java methods that can be called from microflows and custom Java actions to bring functionality for working with dates, batches, strings, files, configurations, etc.
In version 7.2.0 of this module, we introduced a new way of dependency management using a Gradle build file. Unfortunately, this does not mean that obsolete JARs are automatically deleted from your apps' userlib folders when you import this module into your app model.
The Community Commons container project contains a variety of predesigned unit tests. To use these tests, run gradle copyAllToUserlib, start the project in Studio Pro and run the tests in a web browser.
Please see Community Commons Function Library in the Mendix documentation for details.
Mendix marketplace
https://marketplace.mendix.com/link/component/170
To publish the module to Appstore
Step 1: Update the required properties
marketplace/release-notes: (mandatory) Add your release notes txt with the file name as the version number you mentioned in thegradle.properties(Example: 2.1.2.txt)marketplace/decription.html: (optional) Update the description of the modulemarketplace/documentation.html: (optional) Update the documentation of the module
Step 2: Publish the module
Release to the Marketplace with the following command:
gradle release -PmarketplaceUsername='username' -PmarketplacePassword='password' -PmarketplaceOpenID='open-id-url'
References:
Related Skills
node-connect
339.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.8kCommit, push, and open a PR
