Smooks alternatives and similar libraries
Based on the "Miscellaneous" category.
Alternatively, view Smooks alternatives based on common mentions on social networks and blogs.
-
Modern Java - A Guide to Java 8
Modern Java - A Guide to Java 8 -
OpenRefine
OpenRefine is a free, open source power tool for working with messy data and improving it -
javaslang-circuitbreaker
Resilience4j is a fault tolerance library designed for Java8 and functional programming -
Codename One
Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web. -
JBake
Java based open source static site/blog generator for developers & designers. -
LightAdmin
[PoC] Pluggable CRUD UI library for Java web applications -
Polyglot for Maven
Support alternative markup for Apache Maven POM files -
Membrane Service Proxy
API gateway for REST, OpenAPI, GraphQL and SOAP written in Java. -
Multi-OS Engine
Multi-OS Engine: Create iOS Apps in Java (or Kotlin ... etc.) -
sitemapgen4j
SitemapGen4j is a library to generate XML sitemaps in Java. -
MinimalFTP
A lightweight, simple FTP server. Pure Java, no dependencies.
ONLYOFFICE Docs — document collaboration in your environment
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Smooks or a related project?
README
Smooks Framework
This is the Git source code repository for the Smooks Project.
Build Status
Building
Pre-requisites
- JDK 8
- Apache Maven 3.2.x
Maven
git clone git://github.com/smooks/smooks.git
cd smooks
mvn clean install
Note you will need both maven (version 3+) and git installed on your local machine.
Docker Build
You can also build from the docker image:
- Install docker.
- Run
sudo docker build -t smooks github.com/smooks/smooks
. This will create a docker image named "smooks" that contains the correct build environment and a cloned copy of this git repo. - Run
sudo docker run -i smooks mvn clean install
to build the source code.
Community
You can join these groups and chats to discuss and ask Smooks related questions:
Contributing
If you'd like to contribute some code/fixes to Smooks, please see the following guidelines.
License
Smooks is open source and licensed under the terms of the Apache License Version 2.0, or the GNU Lesser General Public License version 3.0 or later. You may use Smooks according to either of these licenses as is most appropriate for your project.
SPDX-License-Identifier: Apache-2.0 OR LGPL-3.0-or-later
*Note that all licence references and agreements mentioned in the Smooks README section above
are relevant to that project's source code only.