Showing 432 open source projects for "json-java"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • 1
    Metrics

    Metrics

    Capturing JVM and application-level metrics

    Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment. With modules for common libraries like Jetty, Logback, Log4j, Apache HttpClient, Ehcache, JDBI, Jersey and reporting backends like Graphite, Metrics provides you with full-stack visibility. The central library for Metrics is metrics-core, which provides some basic...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    This benchmark suite is intend as a tool for the research community. It consists of a set of open source, real world applications with non-trivial memory loads.
    Leader badge
    Downloads: 283 This Week
    Last Update:
    See Project
  • 3
    EclEmma - Java Code Coverage for Eclipse
    EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench. The EclEmma project is also the home of the JaCoCo code coverage library which is the technical back-end for EclEmma and also has integrations with many other build and software quality tools.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    Jailer

    Jailer

    Database Subsetter and Relational Data Browser

    Database Subsetting and Relational Data Browsing Tool. Navigate bidirectionally through the database by following foreign-key-based or user-defined relationships. Exports consistent, referentially intact row-sets from relational databases. Removes data w/o violating integrity. Generates topologically sorted SQL-DML, hierarchically structured XML. and DbUnit datasets.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    JTrac

    JTrac

    Easy to set up bug tracking with Java

    JTrac is a generic issue-tracking web-application that can be easily customized by adding custom fields and drop-downs. Features include a customizable workflow, field level permissions, e-mail integration, file attachments, a detailed history view and changeable colors to fit a particular CI/CD. After a long hiatus, development has resumed with version 2.2.0 in December 2021, 2.2.1 in February 2022, 2.3.0 in February 2023, 2.3.1 in May 2023, 2.3.2 in July 2023 and 2.3.3 in June 2024. See...
    Downloads: 37 This Week
    Last Update:
    See Project
  • 6
    Anteater

    Anteater

    The Interactive Exernal Accessor Tool for develop, test and support.

    Anteater is a versatile interactive external accessor designed to enhance workflows in software development, testing, and support for various systems. Its primary objectives are to store environmental information and provide powerful functions for interacting with target systems that you are developing, testing, or maintaining. It uses primary and secondary interfaces to efficiently obtain necessary information and modify the application's state, streamlining complex processes. An...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Koarse Grind (formerly Coarse Grind)

    Koarse Grind (formerly Coarse Grind)

    Test Automation framework intended for coarse-grained testing

    Koarse Grind has been rewritten in Kotlin (hence the 'K'). It's new home is here: https://github.com/william-hood/koarse-grind-kotlin __________________________________ Test Automation framework for Kotlin/Java with an integrated web-based user interface. It is intended for larger-grained testing of an installed & configured product, rather than unit testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    QuickRev
    A code review tool for Subversion, GIT and ClearCase controlled files. Features: Complete Review Cycle/ Reviews between different file versions/ Syntax highlighting/ Email Notifications/ Checklist Support/ Readable XML-Output/ Easy Configuration/ Metrics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Report4s

    Selenium HTML reporter for TestNG

    Simple and yet elegant Selenium HTML report. Report4s is a Selenium HTML reporter for the TestNG framework. It gathers screenshots automatically upon webdriver events The stack trace of exceptions are displayed to facilitate error analysis. Go to the Wiki tab for explanations on how to use it. Source code available at https://github.com/harmin-parra/report4s If you like this software, consider making a contribution through https://www.buymeacoffee.com/harmin
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10

    CODERU

    A code quality tool to enforce structural quality

    CODERU is a java code quality tool to enforce good structure in respect to packages and therefore modules dependencies. CODERU is an achronym and stands for Common Dependency Rules. The CODERU-rules rely on reserved package names and the allowed dependency rules between them expressed in a general way. Unlike other tools forcing you to define allowed or disallowed individual package dependencies CODERU is based on a fixed set of general rules. The dependencies between packages need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Classic HWUT - rename of previous HWUT

    Classic HWUT - rename of previous HWUT

    Software Unit Tests (Language Independent Approach)

    Automation of Unit and System Tests. Tests can be implemented in any language and on many platforms. The flexible approach enables the inclusion of many types of tests, such as memory leak checks (using valgrind), coding rule checks, complexity checks, etc. Tests are run by a simple call to hwut in a base directory of a project. In particular for C, HWUT supports make file generation using 'sos' and 'sols' modes. Remote control-able function stubs may be generated using the 'stub' mode....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Jadecy

    Java lib to compute (code) deps, SCCs, and cycles (Johnson algorithm).

    Jadecy (Java Dependencies and Cycles) is a Java library to compute dependencies (elements depended on, or depending), strongly connected components, and cycles, in general directed graphs, or classes or packages dependencies graphs parsed from class files (major version <= 52, else does best effort). It uses Tarjan's algorithm for SCCs computation, and Johnson's algorithm for exhaustive cycles computation, with continuations instead of recursion, which allows to handle large graphs (< 2^31...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Key data comparer

    Key data comparer

    Fast comparer for database data in the key predefined tables

    I have to fast compare the key data between two databases. As input I have a XML file with list of tables to compare. Program connects to both databases, reads the list of tables, compares data in records with the same primary key and finally produces report: records missing in the databases and records with differences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A subset of the TestCon project, ConAn builds on Roast to provide a testing framework for concurrent Java components. For more details on the development of ConAn and TestCon/Crom, see http://longbrothers.net/brad/papers/thesis.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Kieker

    Kieker

    Software Monitoring Framework

    Kieker is a framework for continuous monitoring and dynamic analysis of distributed software systems. Being designed for continuous operation, it induces only a low overhead. The TraceAnalysis tool allows to analyze and visualize trace information.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    JDecisiontable

    JDecisiontable

    Stop to rack your brain, start using process-oriented decision tables!

    This tool is about a method called "process-oriented decision tables". These are decision tables but different from "normal" decision tables. They fix the flaws of traditional decision tables making it a joy to work with. But they keep all benefits of traditional decision tables. First of all they present the logic in a very dense form. 1. Explore all possible combinations of conditions and actions by question-and-answer. 2. Have a compact one-sheet-view on complex logic. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Carina Framework

    Carina Framework

    Java-based test automation framework (Maven + TestNG)

    Carina is a Java-based test automation framework that unites all testing layers: Mobile applications (web, native, hybrid), WEB applications, REST Services, Databases. The Carina framework is built on top of the most popular open-source solutions like Selenium, Appium, TestNG allowing to reduce dependence on the specific technology stack. Carina is fully integrated into Zebrunner (https://zebrunner.com/) which is now responsible for all the development and release cycles, as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Zebrunner Community Edition

    Zebrunner Community Edition

    Test Automation Management Tool

    Zebrunner CE (Community Edition) is a Test Automation Management Tool for continuous testing and continuous deployment. It allows you to run various kinds of tests and gain successive levels of confidence in the code quality. Zebrunner CE is integrated by default with Carina open-source TestNG framework and uses Jenkins as a CI Tool. It is built on top of popular docker solutions and includes Postgres database, Zebrunner Reporting, Jenkins Master/Slaves Nodes, Selenium Hub, Mobile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Awtomat

    Classes for lightweight testautomation

    Classes for lightweight testautomation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JDecisiontableLib

    JDecisiontableLib

    A library for creating decision tables written in Java.

    This is a library for building decision tables and to get test specifications from it. More about decision tables and how this library works you'll find in the help files for the project JDecisiontable (which is an application build around this library): http://sourceforge.net/projects/jdecisiontable => Files => Help This library can give you decision table and test specifications as strings in json and csv format. The project JDecisiontable take this strings and save them as text files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    axway-ats-examples

    axway-ats-examples

    Axway Automation Testing System (ATS) - Ready to use examples

    VM with ready to run Axway ATS Framework examples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Marathon -GUI Test Runner Web, Swing, FX

    Marathon -GUI Test Runner Web, Swing, FX

    Marathon supports testing of Java/Swing and Java/Fx applications.

    Marathon provides an integrated environment for test script creation and execution. Supported FW: Web, Java Swing/ Java FX. Currently, Marathon supports JRuby script models for recording the test scripts.Marathon test runner generates Allure test reports.Marathon allows for grouping of test cases.It also has an option of inserting modules while recording(in MarathonITE while recording). It allows tester to inset checklist while recording and also takes screen capture and annotate...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 23
    itracker

    itracker

    open source issue tracking system

    itracker is a true open source issue tracking system. itracker is built using Java enterprise technology. itracker is a professional, easy to use, open, easy to integrate, fast, modular, customizable and scalable solution for all kinds of projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Requirements management tool designed to achieve full SDLC traceability for features, requirements, design, implementation and testing. UI for requirements derivation, version control, attributes etc. Upgrade path also available at https://sourceforge.net/projects/nimble
    Downloads: 11 This Week
    Last Update:
    See Project
  • 25
    UCDetector

    UCDetector

    Eclipse Plugin to find unused Java code

    UCDetector (Unnecessary Code Detector) is a Open Source Eclipse Plugin Tool. UCDetector finds unnecessary (dead) public Java code. It suggests to make code final, protected or private.
    Downloads: 19 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.