Business Software for Java - Page 7

Top Software that integrates with Java as of July 2025 - Page 7

Java Clear Filters
  • 1
    JPedal

    JPedal

    IDR Solutions

    JPedal is a versatile Java PDF Library for displaying, converting, printing, and parsing PDFs in Java applications. With over 20 years of development, it supports a wide range of PDF files. Key features include: -PDF to Image Conversion: Converts PDFs to images in various formats. -Java Swing PDF Viewer: Offers multi-page display, search, printing, and annotation editing. -Text and Image Extraction: High-quality extraction of text and images from PDFs. -PDF Search: Supports searching with wildcards and regular expressions. -Form & Annotation Handling: Supports XFA and AcroForms, enabling form data access and annotation editing. -Document Manipulation: Allows deleting, merging, splitting, and optimizing PDFs. -Security & Performance: Runs locally without third-party dependencies, processing PDFs up to 3x faster than alternatives.
    Starting Price: $950 one time fee
  • 2
    Apache ServiceComb
    Open-source, full-stack microservice solution. With out-of-the-box, high performance, compatible with popular ecology, and multi-language support. Service contract guarantee based on OpenAPI. One-click scaffolding, out of the box, speeds up the building of microservice applications. The ecological extension supports multiple development languages such as Java/Golang/PHP/NodeJS. Apache ServiceComb is an open-source solution for microservices. It consists of multiple components that can be flexibly adapted to different scenarios through the combination of components. This guide can help you get started quickly with Apache ServiceComb, which is the best place to start trying for first-time users. To decouple the programming and communication models, so that a programming model can be combined with any communication models as needed. Application developers only need to focus on APIs during development and can flexibly switch communication models during deployment.
    Starting Price: Free
  • 3
    JMockit

    JMockit

    JMockit

    The toolkit is provided as a set of artifacts deployed to the Maven Central repository. It requires Java 7 or newer for test execution; tests must use JUnit or TestNG. For instructions on how to add the library to a Java project, see Running tests with JMockit. In this tutorial we examine the APIs available in the library, with the help of example tests (using Java 8). The central API - a single annotation - provides support for the automatic instantiation and initialization of the objects to be tested. Then we have the mocking API (also known as the "Expectations" API), intended for tests which use mocked dependencies. Finally, there is a small faking API (aka the "Mockups" API), which can be used for the creation and application of fake implementations that avoid the full cost of external components.
    Starting Price: Free
  • 4
    Playwright

    Playwright

    Playwright

    Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed. Playwright waits for elements to be actionable prior to performing actions. It also has a rich set of introspection events. The combination of the two eliminates the need for artificial timeouts - the primary cause of flaky tests. Playwright assertions are created specifically for the dynamic web. Checks are automatically retried until the necessary conditions are met. Configure test retry strategy, capture execution trace, videos, screenshots to eliminate flakes. Browsers run web content belonging to different origins in different processes. Playwright is aligned with the modern browsers architecture and runs tests out-of-process. This makes Playwright free of the typical in-process test runner limitations.
    Starting Price: Free
  • 5
    Mockito

    Mockito

    Mockito

    Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with a clean & simple API. Mockito doesn’t give you hangover because the tests are very readable and they produce clean verification errors. Read more about features & motivations. Top 10 Java library across all libraries, not only the testing tools. In late 2013 there was an analysis made of 30.000 GitHub projects. Although Mockito reached number 9 in the main report, mockito-core and mockito-all are the same tool and therefore the factual position of Mockito is number 4, surpassing famous tools like Guava or Spring. Treat this study as an indicator of a big impact that Mockito makes every day on unit tests written in Java.
    Starting Price: Free
  • 6
    PowerMock

    PowerMock

    PowerMock

    Writing unit tests can be hard and sometimes good design has to be sacrificed for the sole purpose of testability. Often testability corresponds to good design, but this is not always the case. For example final classes and methods cannot be used, private methods sometimes need to be protected or unnecessarily moved to a collaborator, static methods should be avoided completely and so on simply because of the limitations of existing frameworks. PowerMock is a framework that extends other mock libraries such as EasyMock with more powerful capabilities. PowerMock uses a custom classloader and bytecode manipulation to enable mocking of static methods, constructors, final classes and methods, private methods, removal of static initializers and more. By using a custom classloader no changes need to be done to the IDE or continuous integration servers which simplifies adoption.
    Starting Price: Free
  • 7
    Robot Framework

    Robot Framework

    Robot Framework

    Robot Framework is a generic open-source automation framework. It can be used for test automation and robotic process automation (RPA). Robot Framework is supported by Robot Framework Foundation. Many industry-leading companies use the tool in their software development. Robot Framework is open and extensible. Robot Framework can be integrated with virtually any other tool to create powerful and flexible automation solutions. Robot Framework is free to use without licensing costs. Robot Framework has an easy syntax, utilizing human-readable keywords. Its capabilities can be extended by libraries implemented with Python, Java or many other programming languages. Robot Framework has a rich ecosystem around it, consisting of libraries and tools that are developed as separate projects.
    Starting Price: Free
  • 8
    Karate

    Karate

    Karate

    Karate is the only open-source tool to combine API test automation, mocks, performance-testing and even UI automation into a single, unified framework. The BDD syntax popularized by Cucumber is language-neutral and easy for even non-programmers. Assertions and HTML reports are built-in, and you can run tests in parallel for speed. There’s also a cross-platform stand-alone executable for teams not comfortable with Java. You don’t have to compile code. Just write tests in a simple, readable syntax - carefully designed for HTTP, JSON, GraphQL and XML. And you can mix API and UI test automation within the same test script. It is worth pointing out that JSON is a ‘first-class citizen’ of the syntax such that you can express payload and expected data without having to use double-quotes and without having to enclose JSON field names in quotes. There is no need to ‘escape’ characters like you would have had to in Java or other programming languages.
    Starting Price: Free
  • 9
    Serenity BDD

    Serenity BDD

    Serenity BDD

    Serenity BDD helps you write cleaner and more maintainable automated acceptance and regression tests faster. Serenity also uses the test results to produce illustrated, narrative reports that document and describe what your application does and how it works. Serenity tells you not only what tests have been executed, but more importantly, what requirements have been tested. One key advantage of using Serenity BDD is that you do not have to invest time in building and maintaining your own automation framework. The aim of Serenity is to make it easy to quickly write well-structured, maintainable automated acceptance criteria, using your favourite BDD or conventional testing library. You can work with Behaviour-Driven-Development tools like Cucumber or JBehave, or simply use JUnit. You can integrate with requirements stored in an external source (such as JIRA or any other test cases management tool), or just use a simple directory-based approach to organise your requirements.
    Starting Price: Free
  • 10
    Selenide

    Selenide

    Selenide

    You don't need to think how to shut down browser, handle timeouts and StaleElement Exceptions or search for relevant log lines, debugging your tests. We are proud to claim that Selenide is so simple that you don't need to read tons of documentation. Selenium WebDriver is a great tool, but it’s not a tool for testing. It’s a tool for browser manipulation. There are several testing libraries around Selenium WebDriver. But it seems that they do not resolve the main problems of UI tests. Namely, instability of tests caused by dynamic content, JavaScript, Ajax, timeouts etc. Selenide was created to resolve these problems. First of all, Selenide makes your tests stable by resolving (almost) all Ajax/timing issues. We are proud to claim that Selenide is so simple that you don't need to read tons of documentation. The whole work with Selenide consists of three simple things!
    Starting Price: Free
  • 11
    Spock Framework
    Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, RSpec, jMock, Mockito, Groovy, Scala, Vulcans, and other fascinating life forms. Spock Web Console is a website that allows you to instantly view, edit, run, and even publish Spock specifications. It is the perfect place to toy around with Spock without making any commitments.
    Starting Price: Free
  • 12
    RapidFort

    RapidFort

    RapidFort

    Automatically eliminate unused software components and deploy smaller, faster, more secure workloads. RapidFort drastically reduces vulnerability and patch management queues so that developers can focus on building. By eliminating unused container components, RapidFort enhances production workload security and saves developers from unnecessarily patching and maintaining unused code. RapidFort profiles containers to understand what components are needed to run. Run your containers as normal in any environment, dev, test, or prod. Use any container deployment, including Kubernetes, Docker Compose, Amazon EKS, and AWS Fargate. RapidFort then identifies which packages you must keep, enabling you to remove unused packages. Typical improvements are in the 60% to 90% range. RapidFort also provides the option to build and customize remediation profiles, allowing you to pick and choose what to retain or remove.
    Starting Price: $5,000 per month
  • 13
    gopaddle

    gopaddle

    gopaddle

    Unleash the power of the no-code platform for modern applications. Build, Provision, Run and Scale Cloud-Native Applications by leveraging your team's current capabilities. Unlock the potential of your applications, capture new revenue opportunities and exceed customer expectations by modernizing your legacy and greenfield applications rapidly. Be the first to market and lead the change. Leverage Out-of-the-box DevOps capabilities in the platform to simplify and automate your software delivery and maintenance. Spice up your 'cloud first' strategy with multi and hybrid cloud enablement. Avoid vendor lock-in and give the flexibility of choice to your teams to bring their own cloud and infrastructure. Eliminate manual errors due to human factors and save time to modernize applications. Debug and resolve issues faster than before using the built-in developer tools.
    Starting Price: $45 per month
  • 14
    Axon Framework
    Purpose-built and open source, Axon Framework provides the building blocks for modern applications using event-driven architecture (EDA) powered by domain-driven design (DDD), event sourcing, and command query responsibility separation (CQRS). Our proven technology allows your team to evolve your application to reach business demands without unnecessary complexity.
    Starting Price: FREE
  • 15
    ScraperAPI

    ScraperAPI

    ScraperAPI

    ScraperAPI is a powerful web scraping API that enables users to collect data from any public website without worrying about proxies, browsers, or CAPTCHA challenges. It offers scalable and consistent data extraction solutions, including plug-and-play scraping, structured endpoints, and asynchronous request handling. The platform supports scraping popular sites like Amazon, Google, Walmart, and more, transforming raw web pages into clean, structured JSON or CSV data. Users can automate complex data pipelines without coding and benefit from global proxy coverage and geotargeting. ScraperAPI saves development time by managing proxy rotation, CAPTCHA solving, and browser rendering behind the scenes. Trusted by over 10,000 companies, it serves billions of requests monthly to help businesses gain competitive advantage through efficient data collection.
    Starting Price: $49 per month
  • 16
    Japedo

    Japedo

    Logitags

    Japedo analyses source code and database scheme and generates a complete documentation of the persistence layer of a Java application. The documentation as a dynamic HTML page includes tables, diagrams, mappings, version comparisons, it lists bugs, flaws and inconsistencies of the implementation and provides a sophisticated search functionality.
    Starting Price: €120/year
  • 17
    iMacros

    iMacros

    Progress

    The world's most popular web automation, data extraction, and web testing solution, now with Chromium browser technology for supporting all modern websites. Including sites that use dialog boxes, Javascript, Flash, Flex, Java, and AJAX. Perform in-browser testing across Chrome and Firefox. Write to standard file formats or use the API to save directly to a database. iMacros web automation software works with every website to make it easy for you to record and replay repetitious work. Automate tasks across Chrome and Firefox. There is no new scripting language to learn, allowing you to easily record and replay actions on each browser, so even the most complex tasks can be automated. Automate functional, performance, and regression testing across modern websites and capture exact web page response times. Schedule macros to run periodically against your production website to ensure it is up and running and behaving exactly as you expect.
    Starting Price: $99 per month
  • 18
    OpenCV

    OpenCV

    OpenCV

    OpenCV (Open Source Computer Vision Library) is an open-source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code. The library has more than 2500 optimized algorithms, which includes a comprehensive set of both classic and state-of-the-art computer vision and machine learning algorithms. These algorithms can be used to detect and recognize faces, identify objects, classify human actions in videos, track camera movements, track moving objects, extract 3D models of objects, produce 3D point clouds from stereo cameras, and stitch images together to produce a high-resolution image of an entire scene, find similar images from an image database, remove red eyes from images taken using flash, follow eye movements, recognize scenery, etc.
    Starting Price: Free
  • 19
    Formatter V7

    Formatter V7

    Antenna House

    Publish high-quality PDF and printed documents from XML, DITA, and HTML. Choose to style your content with XSL-FO or CSS. Generate PDF documents in almost any language supported by Unicode. Compliant with W3C standards for XSL-FO, CSS, MathML, SVG, and Unicode. AH Formatter is the most powerful automated PDF publishing software and the only one of its kind. It is known for XSL-FO formatting in the documentation industry used for XML, DITA, and S1000D. Over the years, AH Formatter has been expanded with the capability to transform HTML into properly formatted documents with CSS stylesheets. Now users have more options for producing PDFs and can choose to format documents with XSL-FO or CSS! AH Formatter is the fastest XML/HTML to PDF formatting software available. AH Formatter can format documents of virtually any size whether it is a publication, tens of thousands of invoices, reports, or personalized one-to-one documents.
    Starting Price: $560 one-time payment
  • 20
    PDFmyURL

    PDFmyURL

    PDFmyURL

    Use our HTML to PDF API to create PDFs from URLs or HTML. Let your visitors save web pages as PDFs with a single click! Convert entire websites to PDF easily! Join thousands of customers making high-quality PDFs since 2008! Quickly and easily convert any URL or raw HTML into a high-quality PDF. You can use our REST API in any programming language and it comes packed with many options for different layouts, headers, footers, watermarking encryption, and much more. Put a save as PDF link or button on any of your web pages and let your visitors download these pages as PDF with a single click. You control many layout options and set a custom header and/or footer. Save your entire website as a PDF for copyright or other purposes. You just enter the URL and we'll take all the pages of the website and pack them into a single PDF. You grab a coffee and wait until we finish because we'll email you when it's done!
    Starting Price: $19 per month
  • 21
    Superblocks

    Superblocks

    Superblocks

    Superblocks is a programmable IDE for developers to build any internal app, workflow, or scheduled job at a fraction of the time and cost. Ship next month's roadmap this week. Quickly build apps, workflows & jobs connected to your data. Secure with granular permissions (RBAC), SSO, audit logs, and secret management in seconds. Deploy with Git and monitor production. Extend anything with code. No need to learn React, HTML, or CSS. Drag and drop components, connect them to data and make your app dynamic by triggering APIs. Build custom KYC, Compliance, AML, and credit approval tools to enable robust support processes to increase the velocity of your support team. Stop wrestling with CLIs. Quickly build admin panels for your datastores to read, write, and update your customer data with tables, forms, and charts. Clark is an AI-powered app builder that helps teams quickly create secure internal enterprise applications using their own design systems, permissions, and integrations.
    Starting Price: $0 per month
  • 22
    PagSeguro

    PagSeguro

    PagBank PagSeguro

    Establishments with e-commerce experience prefer Transparent Checkout because the shopping experience is customizable and transparent. Indicated for those who have a team dedicated to the development of the solution, and who constantly monitor the payment flow. After choosing the products or services, your customer will be redirected to PagSeguro to complete the payment. Indicated for establishments whose eCommerce is growing and who do not want to worry about the payment process. By integrating your e-commerce with this solution, you offer a good shopping experience, linked to the security of PagSeguro. Increase your sales conversion! In case of cart abandonment, your customers will receive notifications to complete the purchase. You have several customization options, such as changing the color of the buttons, including your business logo and even fully customizing the screen.
    Starting Price: Free
  • 23
    Hexaware Amaze
    Amaze® for applications is an end-to-end cloud transformation platform for the modernization and migration of custom Java and .NET applications from monolithic to cloud-native architecture on any cloud. The amaze® platform transforms monolithic applications into PaaS (Platform as a Service), CaaS (Container as a Service), and FaaS (Function as a Service). The key benefits include cloud migration in just weeks and implementation cost and effort savings with significant TCO reduction. Amaze® can transform an entire enterprise custom application portfolio from a closed architecture to an open-standard architecture on any cloud to harness true cloud potential. Can assess the complete IT landscape and unearth comprehensive insights about the portfolio applications and their cloud modernization readiness. Carries an advanced AI engine to suit your enterprise application architectural patterns. Covers all the ‘R’ treatments and enables cloud modernization on both private and public clouds.
    Starting Price: Free
  • 24
    Doc Converter Pro

    Doc Converter Pro

    Doc Converter Pro

    Convert one file or an entire folder. With an average conversion time of less than one second you will have your documents converted in no time. Create custom conversion templates to suit your needs. Full control over images, CSS, find and replace/delete and more. Share your templates with colleagues. Batch convert Word or PDF files to HTML and clean up the code. Convert Word to PDF, PDF to Word. Most document formats supported. The program comes with a full selection of templates that should cover the needs of most users. You just select the one you want to use from the drop-down list. When converting to HTML you have full control over images, code and CSS. You can even run find and replace commands. Once you are happy with your template it can be saved for later use or shared with colleagues.
    Starting Price: $10 per month
  • 25
    Jmix

    Jmix

    Haulmont Technology

    Discover a rapid application development platform that supercharges your digital initiatives without low-code limitations, vendor dependency, and usage-based fees. Jmix general purpose open architecture based on a future-proof technology stack is capable to support various digital initiatives across the organization. Jmix applications are indeed yours and can be supported independently thanks to open-source runtime utilizing mainstream technologies. Your data is secure with a server-side frontend development model and fine-grained access control. Any Java or Kotlin developer is a full-stack Jmix developer - you don’t need separate backend and frontend teams. Visual tools help onboard developers who have little experience or move from an obsolete stack. Jmix’s data-centric approach and single development language make it a natural fit to migrate legacy applications. Jmix supercharges your team with high-productivity tools and ready-to-use components.
    Starting Price: $45 per month
  • 26
    JDiskReport

    JDiskReport

    JGoodies

    JDiskReport enables you to understand how much space the files and directories consume on your disk drives, and it helps you find obsolete files and folders. The tool analyses your disk drives and collects several statistics which you can view as overview charts and details tables. This is ad-free uncrippled no-charge software that never expires. JDiskReport runs on Windows, Mac, Linux, and other platforms. It requires Java. JDiskReport requires Java. Make sure Java is installed before you install JDiskReport. The tool has been tested on Windows, Mac, and Linux; it runs also on Solaris and other Java-enabled operating systems. A stable preview of JDiskReport 2 is available. This version is rawer than other releases that you have downloaded from JGoodies in the past. It lacks some features (you cannot click in the size pie), but can be run as a cron job (executed in the background), provides more information, and has seen a visual cleanup.
    Starting Price: Free
  • 27
    MergeBase

    MergeBase

    MergeBase

    With the lowest false positive software composition analysis (SCA) scanner, comprehensive software bill of materials (SBOM) engine, and patented Java Dynamic Application Hardening capability, MergeBase provides the only software supply chain security solution offering real-time DevSecOps visibility of third-party risk from development into operation covering all major languages from C/C++, .NET, JavaScript/NPM to Java.
    Starting Price: $380 per month
  • 28
    Statsig

    Statsig

    Statsig

    Upgrade your feature flags and experiments to accelerate your product growth with the most powerful stats engine. Product observability combines experimentation with real-time analytics to give you a 360° view of your product and business. For the first time, you can see which features are driving your business core metrics - not just events and clicks. Statsig serves all your experimentation needs with a unified platform that connects what you build with the impact you deliver. We power A/B tests and experiments on any device, in any part of the application stack, at any scale. Statsig gives you a comprehensive 360° view of how your product is performing. We help developers become savvy decision-makers. Statsig introduces end-to-end observability for each product update, from system performance to customer behavior, and hands developers the ability to bring data to their teams for every product decision.
    Starting Price: $0.03 per 1000 events
  • 29
    Paperplane

    Paperplane

    Paperplane

    Installing and maintaining a PDF backend is tedious and time-consuming. Paperplane adds PDF functionality to your app fast, so you can move on to what matters. If you have batch workloads, Paperplane will create up to 20 PDFs in parallel. Allowing you more time to improve your workflow and pump out more PDFs. The API is asynchronous too, meaning you can fire and forget your PDF jobs rather than keeping long-running processes around until everything finishes. Webhooks take care of notifying you of any errors that may have occurred during the PDF generation process. Are you looking for a solution to generate PDFs from your single-page app? If your site works in Chrome, it’ll work with Paperplane. Or choose to wait for an element to appear on the page before generating the PDF, so you can be sure all your content has loaded.
    Starting Price: $15 per month
  • 30
    PDF Generator API

    PDF Generator API

    Actual Reports

    PDF Generator API allows you easily generate PDF documents from pre-defined PDF templates with JSON data. Enable your users to create PDFs and manage their document templates using a browser-based drag-and-drop PDF editor to reduce development and support costs. We provide a workspace logic that allows creating a separate workspace for each of your users where they can store and manage document templates. A new workspace is automatically created whenever you make API requests with a new workspace identifier. You can write mathematical and logical expressions to manipulate and customize values displayed in components. Use ternary, arithmetic, bitwise and comparison operators, and functions to sum, join and iterate arrays. You can use different components like Text, Table and Barcode and define the formatting for number and date values. It is possible to group, filter and sort lists and tables without a need to modify the data set on the software application side.
    Starting Price: $29 per month