Business Software for Java - Page 8

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

Java Clear Filters
  • 1
    Meteomatics

    Meteomatics

    Meteomatics

    Meteomatics specializes in high-resolution commercial weather forecasting, power output forecasting for wind, solar and hydro, weather data gathering from the lower atmosphere using Meteodrones, and weather data delivery via the Weather API. - Unlimited accesses/day - Weather data querying via URL - Unified weather data access for historical and current weather, forecasts, climate models, and data from over 25 weather models - WMS and WFS interface - Delivery of forecasts with an average response time of 20 to 30 ms - 90 m downscaling worldwide - 1800+ parameters - Historical weather data from 1979 Climate data including climate scenarios up to the year 2100 - Secured use with HTTP and HTTPS - Integration with many formats, connectors, and programming languages available - Proprietary European Weather Model with 1 km resolution – EURO1k (Business plan)
    Starting Price: $0/month/user
  • 2
    Apache TomEE
    Apache TomEE, pronounced “Tommy”, is an all-Apache Jakarta EE 9.1 certified application server that extends Apache Tomcat that is assembled from a vanilla Apache Tomcat zip file. We start with Apache Tomcat, add our jars, and zip up the rest. The result is Tomcat plus EE features, TomEE. Stable and ready for production, Apache TomEE 8.0 implements Java EE 8/Jakarta EE 8 and supports the javax namespace. Runs on Java 8 or higher. Mostly Jakarta EE 9.1 web profile compliant and supports the new jakarta namespace. Runs on Java 11 or higher. Apache TomEE comes in four different flavors, web profile, MicroProfile, Plus and Plume. Apache TomEE web profile delivers servlets, JSP, JSF, JTA, JPA, CDI, bean validation and EJB Lite. Apache TomEE MicroProfile adds support for MicroProfile. Apache TomEE Plus and Plume add support for JMS, JAX-WS, and more. Mostly Jakarta EE 9.1 Web Profile compliant and supports the new jakarta namespace.
    Starting Price: Free
  • 3
    ELCA Smart Data Lake Builder
    Classical Data Lakes are often reduced to basic but cheap raw data storage, neglecting significant aspects like transformation, data quality and security. These topics are left to data scientists, who end up spending up to 80% of their time acquiring, understanding and cleaning data before they can start using their core competencies. In addition, classical Data Lakes are often implemented by separate departments using different standards and tools, which makes it harder to implement comprehensive analytical use cases. Smart Data Lakes solve these various issues by providing architectural and methodical guidelines, together with an efficient tool to build a strong high-quality data foundation. Smart Data Lakes are at the core of any modern analytics platform. Their structure easily integrates prevalent Data Science tools and open source technologies, as well as AI and ML. Their storage is cheap and scalable, supporting both unstructured data and complex data structures.
    Starting Price: Free
  • 4
    JaCoCo

    JaCoCo

    EclEmma

    JaCoCo is a free code coverage library for Java, which has been created by the EclEmma team based on the lessons learned from using and integrating existing libraries for many years. The master branch of JaCoCo is automatically built and published. Due to the test-driven development approach, every build is considered fully functional. See the change history for the latest features and bug fixes. SonarQube code quality metrics of the current JaCoCo implementation are available on SonarCloud.io. Integrate JaCoCo technology with your tools. Use JaCoCo tools out of the box. Improve the implementation and add new features. There are several open-source coverage technologies for Java available. While implementing the Eclipse plug-in EclEmma the observation was that none of them are really designed for integration. Most of them are specifically fit to a particular tool (Ant tasks, command line, IDE plug-in) and do not offer a documented API that allows embedding in different contexts.
    Starting Price: Free
  • 5
    OpenClover

    OpenClover

    OpenClover

    Balance your effort spent on writing applications and test code. Use the most sophisticated code coverage tool for Java and Groovy. OpenClover measures code coverage for Java and Groovy and collects over 20 code metrics. It not only shows you untested areas of your application but also combines coverage and metrics to find the riskiest code. The Test Optimization feature tracks which test cases are related to each class of your application code. Thanks to this OpenClover can run tests relevant to changes made in your application code, significantly reducing test execution time. Do testing getters and setters bring much value? Or machine-generated code? OpenClover outruns other tools in its flexibility to define the scope of coverage measurement. You can exclude packages, files, classes, methods, and even single statements. You can focus on testing important parts of your code. OpenClover not only records test results but also measures individual code coverage for every test.
    Starting Price: Free
  • 6
    JCov

    JCov

    OpenJDK

    The JCov open-source project is used to gather quality metrics associated with the production of test suites. JCov is being opened in order to facilitate the practice of verifying test execution of regression tests in OpenJDK development. The main motivation behind JCov is the transparency of test coverage metrics. The advantage to promoting standard coverage based on JCov is that OpenJDK developers will be able to use a code coverage tool that stays in the 'lock step' with Java language and VM developments. JCov is a pure java implementation of a code coverage tool that provides a means to measure and analyze dynamic code coverage of Java programs. JCov provides functionality to collect method, linear block, and branch coverage, as well as show uncovered execution paths. It is also able to show a program's source code annotated with coverage information. From a testing perspective, JCov is most useful to determine execution paths.
    Starting Price: Free
  • 7
    IDWise

    IDWise

    IDWise

    Convert good folks to good customers faster and build trust. Identity verification made simple. 13,000+ ID documents supported in 200+ countries and territories. Up to 50 AI-based Security Checks on each ID Document in seconds. Bank-Grade certified Biometrics Checks. Unparalleled Emerging Markets expertise. Dramatically accelerate customer conversion and bring down abandonment rates with IDWise’s fully automated, AI-driven, highly accurate and user-friendly identity verification solution. At IDWise we love to keep things simple. Everything from our simple all-in pricing plans to our seamless integration is tailored to help you serve your customers quickly and reliably with minimal friction, while focusing your precious resources at what you do best – running your business. We pride ourselves in our long-term partnership approach, recognizing that no two companies are the same when it comes to finding the right mix between speed, user experience, fraud prevention and compliance.
    Starting Price: $1 per verification
  • 8
    Akto

    Akto

    Akto

    Akto is an open source API security in CI/CD platform. Key features of Akto include: 1. API Discovery 2. API Security Testing 3. Sensitive Data Exposure 4. API Security Posture Management 5. Authentication and Authorization 6. API Security in DevSecOps Akto helps developers and security teams secure APIs in their CI/CD by continuously discovering and testing APIs for vulnerabilities. Akto's pricing is transparent on website. Free tier is available. You can deploy both self-hosted and in cloud. It takes only few mins to deploy and see results. Akto can integrate with multiple traffic sources - Burpsuite, AWS, postman, GCP, gateways, etc.
  • 9
    Apache TinkerPop

    Apache TinkerPop

    Apache Software Foundation

    Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). Gremlin is the graph traversal language of Apache TinkerPop. Gremlin is a functional, data-flow language that enables users to succinctly express complex traversals on (or queries of) their application's property graph. Every Gremlin traversal is composed of a sequence of (potentially nested) steps. A graph is a structure composed of vertices and edges. Both vertices and edges can have an arbitrary number of key/value pairs called properties. Vertices denote discrete objects such as a person, a place, or an event. Edges denote relationships between vertices. For instance, a person may know another person, have been involved in an event, and/or have recently been at a particular place. If a user's domain is composed of a heterogeneous set of objects (vertices) that can be related to one another in a multitude of ways (edges).
    Starting Price: Free
  • 10
    ArcadeDB

    ArcadeDB

    ArcadeDB

    Manage complex models using ArcadeDB without any compromise. Forget about Polyglot Persistence. no need for multiple databases. You can store graphs, documents, key values and time series all in one ArcadeDB Multi-Model database. Since each model is native to the database engine, you don't have to worry about translations slowing you down. ArcadeDB's engine was built with Alien Technology. It's able to crunch millions of records per second. With ArcadeDB, the traversing speed is not affected by the database size. It is always constant, whether your database has a few records or billions. ArcadeDB can work as an embedded database, on a single server and can scale up using multiple servers with Kubernetes. Flexible enough to run on any platform with a small footprint. Your data is secure. Our unbreakable fully transactional engine assures durability for mission-critical production databases. ArcadeDB uses a Raft Consensus Algorithm to maintain consistency across multiple servers.
    Starting Price: Free
  • 11
    Meet Hour

    Meet Hour

    Meet Hour

    Meet Hour allows healthcare providers to extend the reach of their practice by providing secure, easy-to-join telehealth visits to patients from any device or location. During the pandemic, almost 50% of all patient interactions have been virtual. Can use from any device (mobile app or desktop) without downloading via a browser. Extremely simple and easy to use for both clinicians and patients. Conducts secure online sessions between patients and doctors. Don't worry about your video background. You can choose any background image as per your taste. You can have private and group chats with your participants along with an option of chatting from a mobile phone. Video call is 256-bit encrypted and nothing is stored on the Meet Hour servers. Lobby mode allows a guest to enter the Meeting Room with the host's permission.
    Starting Price: $6.59 per user per month
  • 12
    Speed

    Speed

    Speed

    With Speed experience, lightning-fast bitcoin payment processing, low transaction fees, increased security, improved scalability and go global. Our bitcoin payment APIs are easy to set up, start using the Lightning Network for fast and inexpensive global payments and payouts. The Speed platform API is designed to empower developers to power businesses. Integrate bitcoin payment processor within minutes using developer-friendly APIs. Accept bitcoin payments for your business on your website, through links, or your app. These are one-time checkout links for accepting payments on online platforms like e-commerce. No coding is required to generate these links. Collect payments instantly by generating a payment link for accepting multiple payments of the same amount on online platforms for donations & crowdfunding. We offer open-source plugins for all major eCommerce platforms. This allows merchants to seamlessly integrate with their current system in just a few clicks.
    Starting Price: Free
  • 13
    Vaadin

    Vaadin

    Vaadin

    Vaadin is a web app development platform for Java. It helps you build reliable web apps with great UX faster than before. Building an enterprise web app involves a lot of moving pieces. Vaadin simplifies the process with an integrated web app development platform for Java backends. Vaadin comes with all the components, frameworks, and tools you need to build a reliable, secure, app with great UX. Research shows that good user experience (UX) increases employee engagement, helps digital transformations to succeed, and avoids costly mistakes. The Vaadin Design System provides UI components and UX patterns that help you build consistently good user experiences in every app. Better yet, you can use it to build a custom design system for your organization. Vaadin comes with 45+ UI components that help you build consistent UIs fast. The theme can be customized to match your brand. Vaadin components work with screen readers and assistive devices.
    Starting Price: $139 per month
  • 14
    Apache PredictionIO
    Apache PredictionIO® is an open-source machine learning server built on top of a state-of-the-art open-source stack for developers and data scientists to create predictive engines for any machine learning task. It lets you quickly build and deploy an engine as a web service on production with customizable templates. Respond to dynamic queries in real-time once deployed as a web service, evaluate and tune multiple engine variants systematically, and unify data from multiple platforms in batch or in real-time for comprehensive predictive analytics. Speed up machine learning modeling with systematic processes and pre-built evaluation measures, support machine learning and data processing libraries such as Spark MLLib and OpenNLP. Implement your own machine learning models and seamlessly incorporate them into your engine. Simplify data infrastructure management. Apache PredictionIO® can be installed as a full machine learning stack, bundled with Apache Spark, MLlib, HBase, Akka HTTP, etc.
    Starting Price: Free
  • 15
    Safurai

    Safurai

    Safurai

    Safurai is an AI-based IDE extension designed to assist developers by speeding up coding, debugging, refactoring, documentation and many more tasks. It acts as a virtual assistant, providing solutions and suggestions for any issues that may arise during the software development process. With Safurai, developers can improve their workflow and code quality, making the development process more efficient and streamlined. Safurai AI is made up of a set of non-proprietary Large Language Models optimized for programming and performing all the functions. The models we use are trained with synthetic data only, we do not retain or reuse user codebase data for model improvement purposes. For Safurai, "Transparency" is not only a vogue word. We care a lot about transparency.
    Starting Price: $0
  • 16
    Helidon

    Helidon

    Helidon

    Helidon is a cloud-native, open‑source set of Java libraries for writing microservices that run on a fast web core powered by Netty. Helidon Níma is the first Java microservices framework based on virtual threads. Helidon is designed to be simple to use, with tooling and examples to get you going quickly. Since Helidon is simply a collection of Java libraries running on a fast Netty core, there is no extra overhead or bloat. Helidon supports MicroProfile and provides familiar APIs like JAX-RS, CDI, and JSON-P/B. Our implementation runs on our fast Helidon Reactive WebServer. Helidon Reactive WebServer provides a modern functional programming model and runs on top of Netty. Lightweight, flexible, and reactive, the Helidon WebServer provides a simple-to-use and fast foundation for your microservices. With support for health checks, metrics, tracing, and fault tolerance, Helidon has what you need to write cloud-ready applications that integrate with Prometheus, Jaeger/Zipkin, etc.
    Starting Price: Free
  • 17
    Dropwizard

    Dropwizard

    Dropwizard

    Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services. Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, lightweight package that lets you focus on getting things done. Dropwizard has out-of-the-box support for sophisticated configuration, application metrics, logging, operational tools, and much more, allowing you and your team to ship a production-quality web service in the shortest time possible. Dropwizard straddles the line between being a library and a framework. Its goal is to provide performant, reliable implementations of everything a production-ready web application needs. Because this functionality is extracted into a reusable library, your application remains lean and focused, reducing both time-to-market and maintenance burdens. Because you can’t be a web application without HTTP, Dropwizard uses the Jetty HTTP library to embed an incredibly tuned HTTP server directly into your project.
    Starting Price: Free
  • 18
    Vert.x

    Vert.x

    Vert.x

    Han­dle more re­quests with fewer re­sources com­pared to tra­di­tional stacks and frame­works based on block­ing I/O. Vert.x is a great fit for all kinds of ex­e­cu­tion en­vi­ron­ments, in­clud­ing con­strained en­vi­ron­ments like vir­tual ma­chines and con­tain­ers. Peo­ple told you asyn­chro­nous pro­gram­ming is too hard for you? We strive to make pro­gram­ming with Vert.x an ap­proach­able ex­pe­ri­ence, with­out sac­ri­fy­ing cor­rect­ness and per­for­mance. Don’t waste re­sources, in­crease de­ploy­ment den­sity and save money. You pick the model that works best for the task at hand, call­backs, promises, fu­tures, re­ac­tive ex­ten­sions, and (Kotlin) corou­tines. Vert.x is a toolkit, not a frame­work, so it is nat­u­rally very com­pos­able and em­bed­d­a­ble. We have no strong opin­ion on what your ap­pli­ca­tion struc­ture should be like. Se­lect the mod­ules and clients you need and com­pose them as you craft your ap­pli­ca­tion.
    Starting Price: Free
  • 19
    Grails

    Grails

    Grails

    A powerful Groovy-based web application framework for the JVM built on top of Spring Boot. Convention-over-configuration, sensible defaults, opinionated APIs, and the Groovy language combine to make the Grails® framework easy to learn for Java developers. The Grails framework is built on top of Spring Boot and leverages Spring Boot's time-saving features, such as Spring-powered dependency injection. The Grails framework seamlessly and transparently integrates and interoperates with Java, the JVM, and existing Java EE containers. Apache Groovy is a language for the Java platform designed to enhance developers' productivity. It is an optionally-typed and dynamic language but with static-typing and static compilation capabilities. The Grails framework seamlessly integrates with GORM, a data access toolkit that provides a rich set of APIs for accessing relational and non-relational data. GORM also includes implementations for Hibernate (SQL), MongoDB, Cassandra, and Neo4j.
    Starting Price: Free
  • 20
    GraalVM

    GraalVM

    GraalVM

    Discover libraries and frameworks that work out-of-the-box with Native Image. Apply Graal, an advanced optimizing compiler, that generates faster and leaner code requiring fewer compute resources. Compile Java applications ahead of time to native binaries that start up instantly and deliver peak performance with no warmup time. Leverage the best features and libraries of popular languages in a single app with no overhead. Debug, monitor, profile, and optimize resource consumption in Java and across multiple languages. GraalVM’s high-performance JIT compiler generates optimized native machine code that runs faster, produces less garbage, and uses less CPU thanks to a battery of advanced compiler optimizations and aggressive and sophisticated inlining techniques. The end results are applications that run faster and consume fewer resources, reducing cloud and infrastructure costs.
    Starting Price: Free
  • 21
    Refraction

    Refraction

    Refraction

    Refraction is a code-generation tool for developers. It uses AI to generate code for you. You can use it to generate unit tests, documentation, refactor code, and more. Generate code using AI in 34 languages — Assembly, C#, C++, CoffeeScript, CSS, Dart, Elixir, Erlang, Go, GraphQL, Groovy, Haskell, HTML, Java, JavaScript, Kotlin, LaTeX, Less, Lua, MatLab, Objective-C, OCaml, Perl, PHP, Python, R Lang, Ruby, Rust, Sass / SCSS, Scala, Shell, SQL, Swift, and TypeScript. Join thousands of developers around the world using Refraction to generate documentation, create unit tests, refactor code, and more using AI. Use the power of AI to automate the tedious parts of software development like testing, documentation, and refactoring, so you can focus on what matters. Refactor, optimize, fix and style-check your code. Generate unit tests for your code with various test frameworks. Explain the purpose of your code to make it easier to understand.
    Starting Price: $8 per month
  • 22
    Hacker AI

    Hacker AI

    Hacker AI

    Hacker AI is an artificial intelligence system that scans source code to identify potential security weaknesses that may be exploited by hackers or malicious actors. By identifying these vulnerabilities, organizations can take steps to fix the issues and prevent security breaches. Hacker AI is created by a French company based in Toulouse that uses a GPT-3 model. Please compress your project source code into a single Zip archive and upload it. Check your email, as you will receive the vulnerability detection report within 10 minutes. The Hacker AI is in the beta phase and the results it provides are not useful without the guidance of a cybersecurity expert with a background in code analysis. We do not sell or use your code source for malicious purposes. It is strictly used for the detection of vulnerabilities. If necessary, you can request a dedicated non-disclosure agreement (NDA) from us. You can also request a private instance.
    Starting Price: Free
  • 23
    PDFreactor

    PDFreactor

    RealObjects

    Whenever you need to generate PDF from HTML there is usually a lot to take into consideration to achieve impeccable printing results. If you want to convert a HTML file to PDF, if you use a webpage or rely on Database Publishing – there is a way to turn even complex HTML into PDF. With PDFreactor you count on a powerful HTML to PDF converter software. The wide range of functions exceed most converter tools and bring your PDF converting to the next level. Easily convert HTML to PDF. Supports HTML5, CSS3, JavaScript. APIs for JavaScript, Java, PHP, .NET, Python, Ruby, Perl, Node.js, SOAP, REST. Docker Image. Free Personal License! PDFreactor is the perfect printing component for web applications, incl. Database Publishing, Web-to-Print, PIM, DMS, MDM, DAM, WCMS, VDP etc. It is typically used for server-side conversion of HTML to PDF, ranging from dynamic data-driven documents (reports, invoices, forms, data sheets) for electronic distribution to complex and high-quality PDFs.
    Starting Price: $2,950
  • 24
    SpellBox

    SpellBox

    SpellBox

    With SpellBox, you can say goodbye to hours of frustrating coding and hello to quick, easy solutions. SpellBox creates the code you need from simple prompts, so you can solve your toughest programming problems in seconds. No more time wasted on syntax errors, debugging, or scouring the internet for answers. With SpellBox, you'll have the code you need right at your fingertips, allowing you to focus on what really matters, delivering top-quality results. With the code explanation feature, you can save time by quickly gaining a deep understanding of the code you are working with, without having to spend hours researching or studying documentation. It's the perfect tool for anyone looking to improve their coding proficiency and maximize their productivity. With code bookmarking, you can save your code snippets, and quickly find what you retrieve them later. This feature is especially useful for developers who work on multiple projects and need to access their code snippets frequently.
    Starting Price: $40 per month
  • 25
    Vald

    Vald

    Vald

    Vald is a highly scalable distributed fast approximate nearest neighbor dense vector search engine. Vald is designed and implemented based on the Cloud-Native architecture. It uses the fastest ANN Algorithm NGT to search neighbors. Vald has automatic vector indexing and index backup, and horizontal scaling which made for searching from billions of feature vector data. Vald is easy to use, feature-rich and highly customizable as you needed. Usually the graph requires locking during indexing, which cause stop-the-world. But Vald uses distributed index graph so it continues to work during indexing. Vald implements its own highly customizable Ingress/Egress filter. Which can be configured to fit the gRPC interface. Horizontal scalable on memory and cpu for your demand. Vald supports to auto backup feature using Object Storage or Persistent Volume which enables disaster recovery.
    Starting Price: Free
  • 26
    Refact.ai

    Refact.ai

    Refact AI

    Refact.ai is a cutting-edge, open-source AI coding assistant designed to enhance developer productivity through intelligent code completion, real-time code reviews, and personalized support. By integrating with popular IDEs like VS Code, JetBrains, and PyCharm, Refact.ai provides a seamless development experience, offering personalized auto-completion, code refactoring, and AI-driven suggestions based on your unique codebase. With the ability to fine-tune models using company-specific data, Refact.ai optimizes its performance for better accuracy and faster code generation. Whether you're building new features or improving existing code, Refact.ai ensures your development process is more efficient, secure, and aligned with best practices.
    Starting Price: $0
  • 27
    Ai Intern

    Ai Intern

    Ai Intern

    With AI Intern skip the grind and focus on the big picture. Efficiently complete research, generate quality content and quickly respond to a wide range of questions. Streamline workflow and save time for more important tasks. Sick of juggling customer inquiries, summaries, reports, meeting plans, or budgets? Create an inspirational image to communicate a design concept. Craft perfect, on-brand emails in a snap. AI Intern can't make your coffee yet, but it can make your workday less bitter. Create any type of content with AI-powered assistance. Although we know a good buddy is worth more than gold, we're making it accessible to all, no matter who you are. Get started right away! No credit card is needed. If you need a coding sidekick, or you're stuck on a creative task but feeling uninspired, Ai Intern is for you. Text from English to Spanish, social media posts, financial reports, job descriptions, technical specifications, etc.
    Starting Price: $12 per month
  • 28
    Lightly

    Lightly

    Lightly

    Develop your apps efficiently with Multilingual cloud IDE - Lightly. Create high-quality code in no time with AI-generated code and collaborative development features. Lightly is a powerful cloud IDE that supports multiple programming languages, including Java, Python, C++, HTML, JavaScript. Write, run, and debug code on iPad, anywhere, anytime. The AI-generated code feature helps you quickly generate code. Collaborative development enables easy team collaboration in real-time. Lightly can deploy and host your projects without managing infrastructures. We'll provide project images to efficiently help you deploy on AWS, Azure, GCP, or any other cloud provider. You focus on your creativity and ideas, and let the AI programming assistant do the rest for you!
    Starting Price: $9 per month
  • 29
    Extism

    Extism

    Dylibso

    Extism is an open-source, universal plug-in system to make all software programmable, and it's powered by WebAssembly. In-depth documentation, constantly updated as the project grows. 15+ officially supported Host SDKs, making Extism embeddable in the most popular languages. 7+ officially supported PDKs, to write plug-ins in whichever language a developer would like. A growing set of runtime features makes Extism an excellent plug-in system for apps of all types & sizes. Fully-featured canonical reference demo with Elixir host SDK, and plugins in Rust, TypeScript, & Javascript. Implementation of a turn-based multiplayer game platform and games included to play and review. Games are implemented as WebAssembly modules containing a specific set of exports. Check out the source code on GitHub, download the installer, and get started. 100% open-source code. Fork it, experiment, & run your own game server.
    Starting Price: Free
  • 30
    Textbelt

    Textbelt

    Textbelt

    Textbelt is a no-nonsense SMS API built for developers who just want to send SMS. Thousands of customers prefer Textbelt over other SMS providers for our ease of setup, simple, predictable pricing packages, and personal support. No recurring billing, unnecessary add-ons, or client libraries. Send 1 free text per day. Create your own key to send more messages afterward. Textbelt offers open-source and paid versions. An SMS provider you can trust. Textbelt has worked with thousands of developers and businesses since 2012. Delivery statuses are not standardized between mobile carriers. For example, some carriers will report SMS as "delivered" when they attempt transmission to the handset while other carriers actually report delivery receipts from the handsets. Textbelt lets you receive replies after you've sent an SMS. Replies are sent by webhook, meaning you will have to set up an HTTP or HTTPS route on your website that will process inbound SMS.
    Starting Price: $3 per 50 texts