prime-mvc VS PMD

Compare prime-mvc vs PMD and see what are their differences.

prime-mvc

Prime MVC is a high performance Model View Controller framework built in Java. (by prime-framework)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
prime-mvc PMD
2 21
4 4,666
- 0.9%
8.2 9.9
6 days ago 4 days ago
Java Java
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

prime-mvc

Posts with mentions or reviews of prime-mvc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-25.
  • Grails VS prime-mvc - a user suggested alternative
    2 projects | 25 May 2023
    Prime MVC is a Model View Controller written in Java and licensed under the Apache License 2.0.
  • Ask HN: What is a modern Java environment?
    22 projects | news.ycombinator.com | 29 Mar 2022
    My company's product is primarily written in Java. It's a web based auth system, fwiw.

    I don't write too much code nowadays, but read a lot. From what I can see, here's the stack:

    * intellij for an ide (with tons of plugins)

    * prime MVC (https://github.com/prime-framework/prime-mvc) for the framework

    * mybatis for SQL/queries

    * java 17

    I've also used dropwizard and spring. If it was a greenfield development with emphasis on developer productivity, I'd go with spring any day. Big dev community, tons of doco, a solution for any problem if you can find it.

PMD

Posts with mentions or reviews of PMD. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-01.
  • PMD 7 Is Here
    1 project | news.ycombinator.com | 22 Mar 2024
  • Amazon CodeGuru Reviewer: already time for retirement?
    2 projects | dev.to | 1 Aug 2023
    While the security findings can be pretty elaborate and helpful, the code quality and performance focused findings are not that impressive and can often be detected by more basic or powerful tools like SonarQube (paying) or PMD (free). To see what I mean you can have a look at the list of Java code quality detectors, which is pretty short and contains a lot of simple findings like:
  • Code Review for Flows
    1 project | /r/salesforce | 28 Apr 2023
    Also saw this convo has a couple years worth of ideas going on … https://github.com/pmd/pmd/issues/3413
  • Custom Gradle Plugin for Unified Static Code Analysis
    3 projects | dev.to | 4 Feb 2023
    PMD and Checkstyle are static analysis tools that check your code on each project build. Gradle allows to apply them easily.
  • Spring Boot – Black Box Testing
    9 projects | dev.to | 13 Nov 2022
    The generated classes should be put into .gitignore. Otherwise, if you have Checkstyle, PMD, or SonarQube in your project, then generated classes can violate some rules. Besides, if you don't put them into .gitignore, then each pull request might become huge due to the fact that even a slightest fix can lead to lots of changes in the generated classes.
  • After Java tutorials, now what???
    5 projects | /r/javahelp | 30 Apr 2022
    - PMD Static Code Analysis tool: https://pmd.github.io/
  • Ask HN: What is a modern Java environment?
    22 projects | news.ycombinator.com | 29 Mar 2022
    PMD, Spotbugs, Nullaway: Java linting/static analysis (https://pmd.github.io, https://spotbugs.github.io, https://github.com/uber/NullAway)
  • Code smell plugin
    2 projects | /r/javahelp | 15 Feb 2022
    PMD, and checkstyle as well.
  • Writing Clean and Consistent Code with Static Analysis using PMD and Apex
    6 projects | dev.to | 28 Jan 2022
    Open up the config/ruleset.xml file, and you’ll find an XML document that lists several rules. These rules map to the issues which PMD will report on. Believe it or not, there are hundreds of Apex rules, and you can find the full set at the PMD repo. You have complete control over which rules to enable. Typically, you’d determine which ones are important by agreeing with your teammates on the ones that matter most. After all, their code will be statically analyzed, too!
  • Is there a tool to track CVEs for the software that we use?
    8 projects | /r/sysadmin | 14 Dec 2021
    While at it you could also point them to static code analyzers such as error_prone, spotbugs and pmd (use all 3 at once - they complement each other in detecting different issues).

What are some alternatives?

When comparing prime-mvc and PMD you can also consider the following projects:

adoptium

Spotbugs - SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.

Vert.x - Vert.x is a tool-kit for building reactive applications on the JVM

SonarQube - Continuous Inspection

Async Http Client - Asynchronous Http and WebSocket Client library for Java

Error Prone - Catch common Java mistakes as compile-time errors

intellij-plugins - Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform

Checkstyle - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.

orm16 - Code generation-based approach to ORM for Java 17, focusing on records as persistent data model

infer - A static analyzer for Java, C, C++, and Objective-C

hattery - Java library for making HTTP requests with a fluent, immutable API

SonarJava - :coffee: SonarSource Static Analyzer for Java Code Quality and Security