wro4j VS frontend-maven-plugin

Compare wro4j vs frontend-maven-plugin and see what are their differences.

wro4j

Free and Open Source Java project which brings together almost all the modern web tools: JsHint, CssLint, JsMin, Google Closure compressor, YUI Compressor, UglifyJs, Dojo Shrinksafe, Css Variables Support, JSON Compression, Less, Sass, CoffeeScript and much more. In the same time, the aim is to keep it as simple as possible and as extensible as possible in order to be easily adapted to application specific needs. (by wro4j)

frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma. (by eirslett)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
wro4j frontend-maven-plugin
1 12
471 4,163
0.6% -
6.8 6.9
6 months ago 17 days ago
Java Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wro4j

Posts with mentions or reviews of wro4j. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-29.
  • Very small JavaScript frameworks?
    9 projects | /r/java | 29 Apr 2021
    How about wro4j? it offers you lots of javascript/css preprocessing without node. I so want a node-free TypeScript/JSX compiler....

frontend-maven-plugin

Posts with mentions or reviews of frontend-maven-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-02.
  • Using Webpack with Spring Boot
    2 projects | dev.to | 2 May 2023
    Install Node.js Frontend Maven Plugin Gradle Plugin for Node
  • Integrating npm with Maven in a mono repo: seeking advice and best practices
    1 project | /r/java | 8 Apr 2023
  • Use React and Spring Boot to Build a Simple CRUD App
    9 projects | dev.to | 18 Jan 2023
    To build and package your React app with Maven, you can use the frontend-maven-plugin and Maven's profiles to activate it. Add properties for versions and a section to your pom.xml.
  • Spring Boot & HTMX ?
    3 projects | /r/htmx | 30 Nov 2022
    In JavaScript land this stuff is done via npm instead. There is a tool for bridging Maven and NPM land stuff https://github.com/eirslett/frontend-maven-plugin but then you are really talking about maintaining two complete stacks. At some point then you might as well just check out something like SvelteKit and Prisma.
  • Why is npm 'build' giving me an error in maven packaging
    1 project | /r/SpringBoot | 6 Oct 2022
    Ever considered using eirslett/frontend-maven-plugin? It kind of takes care of a lot of heavy loading, such as setting the environment in order for your project to be built correctly.
  • Spring Boot & Vite
    1 project | /r/reactjs | 3 Sep 2022
    You should be able to get away with maven frontend plugin. It will run scripts in your package.json. from there make sure your build output goes in the right place, probably resources/META-INF or something like that.
  • Maven Sass integration
    4 projects | /r/JavaFX | 30 Jul 2022
    Sass is an interesting language for generating CSS files that I'm currently trying to play around with. Unfortunately, the existing sass-maven-plugin are based on obsolete implementations, and adding a dependency on npm seems really cumbersome.
  • Building software for cattle farmers. Week 0.
    2 projects | dev.to | 15 Apr 2022
    3) Bunding into a .jar file : packaging the frontend with the backend into a single JAR file was very confusing. I found the solution using two maven plugins. The first plugin was frontend-maven-plugin which down loads everything that our frontend needs and runs the build command. The second plugin was the Apache Maven Resources Plugin which handles the copying of project resources to the output directory. The combination of these two plugins will give us the ability to run the command of mvnw clean package and have an executable JAR file in the output directory, which we can then execute.
  • Ways to use React in Spring app
    5 projects | dev.to | 6 Mar 2022
    The frontend-maven-plugin is useful to install NodeJS and NPM on the phase of Maven project build. First you add it to POM.xml file:
  • Is there a Rust/Cargo Maven plugin that can install and run cargo goals?
    1 project | /r/rust | 1 Nov 2021
    This is my first time posting here. I have a project that requires me to use Maven (pom.xml) for the build process. I have been using https://github.com/eirslett/frontend-maven-plugin for quite a while and really like it. The frontend-maven-plugin is really neat because it downloads node/npm and saves is in a temporary location within the repo and those local node/npm executables are then used to run certain commands. That way, you can guarantee that the environment running the build has the necessary (pinned to a version) dependencies.

What are some alternatives?

When comparing wro4j and frontend-maven-plugin you can also consider the following projects:

w2ui - UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).

Svelte - Cybernetically enhanced web apps

Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.

springboot-react-eirslett-mvn-plugin

Alpine

htmx-demo - Very simple demonstration of the use of htmx with Spring Boot and Thymeleaf.

gradle-node-plugin - Gradle plugin for integrating NodeJS in your build. :rocket:

htmx - </> htmx - high power tools for HTML

Mithril.js - A JavaScript Framework for Building Brilliant Applications