Is there a reason to not use Spring Data JPA and Jackson in big projects?

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • MyBatis

    MyBatis SQL mapper framework for Java

  • Though a quick git blame shows that e.g. this line that uses JDBC batching was last touched 9 years ago: https://github.com/mybatis/mybatis-3/blame/395be63314d77cf5b956a77631ab0620de26df7a/src/main/java/org/apache/ibatis/executor/statement/PreparedStatementHandler.java

  • java-json-benchmark

    Performance testing of serialization and deserialization of Java JSON libraries

  • The org.json library is a great little library,. I use it all the time. Just make sure you don't use it for anything that you want to be high performance... We noticed a bottle neck in our application around the reading and writing of json. I did a little reading and found that it was one of the slower libraries out there. https://github.com/fabienrenaud/java-json-benchmark

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • spring-data-relational

    Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts