Best Application Development Software for XML - Page 2

Compare the Top Application Development Software that integrates with XML as of November 2025 - Page 2

This a list of Application Development software that integrates with XML. Use the filters on the left to add additional filters for products that have integrations with XML. View the products that work with XML in the table below.

  • 1
    kcov

    kcov

    kcov

    Kcov is a FreeBSD/Linux/OSX code coverage tester for compiled languages, Python and Bash. Kcov was originally a fork of Bcov, but has since evolved to support a large feature set in addition to that of Bcov. Kcov, like Bcov, uses DWARF debugging information for compiled programs to make it possible to collect coverage information without special compiler switches.
    Starting Price: Free
  • 2
    Slather

    Slather

    Slather

    Generate test coverage reports for Xcode projects & hook it into CI. Enable test coverage by ticking the "Gather coverage data" checkbox when editing a scheme.
    Starting Price: Free
  • 3
    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
  • 4
    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
  • 5
    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
  • 6
    pytest-cov
    This plugin produces coverage reports. Compared to just using coverage run this plugin does some extras. Subprocess support, so you can fork or run stuff in a subprocess and will get covered without any fuss. Xdist support, so you can use all of pytest-xdist’s features and still get coverage. Consistent pytest behavior. All features offered by the coverage package should work, either through pytest-cov’s command line options or through coverage’s config file. Under certain scenarios, a stray .pth file may be left around in site packages. The data file is erased at the beginning of testing to ensure clean data for each test run. If you need to combine the coverage of several test runs you can use the --cov-append option to append this coverage data to coverage data from previous test runs. The data file is left at the end of testing so that it is possible to use normal coverage tools to examine it.
    Starting Price: Free
  • 7
    Xdebug

    Xdebug

    Xdebug

    Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience. A way to step through your code in your IDE or editor while the script is executing. An improved var_dump() function, stack traces for notices, warnings, errors, and exceptions to highlight the code path to the error. Writes every function call, with arguments and invocation location to disk. Optionally also includes every variable assignment and return value for each function. Allows you, with the help of visualization tools, to analyze the performance of your PHP application and find bottlenecks. Shows which parts of your code base are executed when running unit tests with PHPUnit. Installing Xdebug with a package manager is often the fastest way. You can substitute the PHP version with the one that matches the PHP version that you are running. You can install Xdebug through PECL on Linux & macOS with Homebrew.
    Starting Price: Free
  • 8
    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
  • 9
    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
  • 10
    Echo

    Echo

    Echo

    High-performance, extensible, minimalist Go web framework. Highly optimized HTTP router with zero dynamic memory allocation which smartly prioritizes routes. Build robust and scalable RESTful API, easily organized into groups. Automatically install TLS certificates from Let's Encrypt. HTTP/2 support improves speed and provides a better user experience. Many built-in middleware to use, or define your own. Middleware can be set at root, group, or route level. Data binding for HTTP request payload, including JSON, XML or form data. API to send a variety of HTTP responses, including JSON, XML, HTML, file, attachment, inline, stream, or blob. Template rendering using any template engine. Customized central HTTP error handling. Easily extendable API. Optimized HTTP router which smartly prioritizes routes. Build robust and scalable RESTful APIs. Extensible middleware framework. Define middleware at root, group, or route level Data binding for JSON, XML, and form payload.
    Starting Price: Free
  • 11
    Monday Hero

    Monday Hero

    Monday Hero

    Create your custom component library straight from your designs, saving up to 60% of your development time. Forget about the hassle of manually coding design details and focus on the big picture. Transform your Figma, Adobe XD, and Sketch designs into reusable code efficiently. Build an amazing UI for your iOS native application. Use both xib and programming-style UI components. Convert design to Dart and use Google's UI toolkit for building natively compiled applications. Convert design to Javascript and use its libraries for building user interfaces. Hand off the design straight to the development team. Build quickly with reusable components instead of coding from UI from scratch. Get all the static components from Monday Hero and invest your time wisely. Whether working solo or in a team, Monday Hero's innovative features ensure you work efficiently, cohesively, and productively. Ensure your code is exactly what you want before moving it to your project.
    Starting Price: $85 per month
  • 12
    Raptool Designer
    This is where apps are made to do what you want. The easy-to-learn, PC-based designer can save months in development time compared to programming. By clicking on icons you add the functions that make up your mobile application. When the app works as you want it you save or publish design-file to your Raptool app account and load it into the Raptool client. The Raptool client is available in the app stores or through manual download. You need to install the right Raptool client for your device. The Raptool design file is downloaded from your account and what makes the client do what you want. The Raptool integration server and communicator lets you integrate your existing systems into your mobile solution. Integrate live, online, or work offline and send data when you have a connection. CDS or Raptool Data Storage is made for companies that need a mobile solution and somewhere to store the data. It can be an add-on to your existing systems or work as a separate system.
    Starting Price: Free
  • 13
    The Easy API

    The Easy API

    The Easy API

    We've been in business since 2010 and have a long history of always supporting our users. We work with you to build an API that gives your growing applications everything it needs. Our API returns responses in less than a second. That's the time that your application can get a response and keep processing. We help you save time and energy by implementing multiple APIs. You can get back to building your application after you connect with our single one. We track all the requests made to enable you to debug all API calls, making implementation even easier. There is currently one environment that is available which is production. You can use the following URLs along with sample code snippets. All endpoints produce UTF-8 character sets, please ensure your application can handle the characters.
    Starting Price: $5 per month
  • 14
    PortSwigger Burp Suite Professional
    Hands-on security testers need the best tools for the job. Tools you have faith in, and enjoy using all day long. The tools that other professionals trust. Burp Suite Professional is the web security tester's toolkit of choice. Use it to automate repetitive testing tasks, then dig deeper with its expert-designed manual and semi-automated security testing tools. Burp Suite Professional can help you to test for OWASP top 10 vulnerabilities, as well as the very latest hacking techniques. Smart automation works in concert with expert-designed manual tools, to save you time. Optimize your workflow, and do more of what you do best. Burp Scanner can navigate and scan JavaScript-heavy single-page applications (SPAs), scan APIs, and enable the prerecording of complex authentication sequences. A toolkit designed and used by professional testers. Utilize features like the ability to record everything you did on an engagement and a powerful search function to improve efficiency and reliability.
    Starting Price: $449 per year
  • 15
    Peach Fuzzer

    Peach Fuzzer

    Peach Tech

    Peach is a SmartFuzzer that is capable of performing both generation and mutation-based fuzzing. Peach requires the creation of Peach Pit files that define the structure, type information, and relationships in the data to be fuzzed. It additionally allows for the configuration of a fuzzing run including selecting a data transport (publisher), logging interface, etc. Peach has been under active development since 2004 and is in its third major version. Fuzzing continues to be the fastest way to find security issues and test for bugs. Effective hardware fuzzing with Peach will introduce students to the fundamentals of device fuzzing. Peach was designed to fuzz any type of data consumer from servers to embedded devices. Researchers, corporations, and governments already use Peach to find vulnerabilities in hardware. This course will focus on using Peach to target embedded devices and collect information from the device in the event of a crash.
    Starting Price: Free
  • 16
    APIFuzzer
    APIFuzzer reads your API description and step-by-step fuzzes the fields to validate if your application can cope with the fuzzed parameters, and it does not require coding. Parse API definition from a local file or remote URL. JSON and YAML file format support. All HTTP methods are supported. Fuzzing of the request body, query string, path parameter, and request header is supported. Relies on random mutations and supports CI integration. Generate JUnit XML test report format. Send a request to an alternative URL. Support HTTP basic auth from the configuration. Save the report of the failed test in JSON format into the pre-configured folder.
    Starting Price: Free
  • 17
    Wapiti

    Wapiti

    Wapiti

    Wapiti is a web application vulnerability scanner. Wapiti allows you to audit the security of your websites or web applications. It performs "black-box" scans (it does not study the source code) of the web application by crawling the webpages of the deployed web app, looking for scripts and forms where it can inject data. Once it gets the list of URLs, forms, and their inputs, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable. Search for potentially dangerous files on the server. Wapiti supports both GET and POST HTTP methods for attacks. It also supports multipart forms and can inject payloads in filenames (upload). Warnings are raised when an anomaly is found (for example 500 errors and timeouts). Wapiti is able to make the difference between permanent and reflected XSS vulnerabilities. Generates vulnerability reports in various formats (HTML, XML, JSON, TXT, CSV).
    Starting Price: Free
  • 18
    Workflow Engine
    Embeddable .NET library for running workflows in .NET applications with integrated HTML5 graphical workflow designer. Designer allows you to easily create interactive workflows of any complexity, there’s no need to draft them programmatically. Workflow Engine is a backbone solution for business process management (BPM) which makes it feasible to automate the workflow design by using low-code visual builders. It is based on the .NET framework and JavaScript libraries. Workflow Engine enables workflow processing and correct integration by providing a graphic designer to create process workflow schemes and at the same time, this software component facilitates the management, execution, and visualization of workflow processes. Integration with solutions based on other technologies or databases is roughly the same and should not entail any difficulties. Workflow Engine offers its users all the components necessary to implement workflows of any complexity.
    Starting Price: $499 one-time payment
  • 19
    JetBrains MPS

    JetBrains MPS

    JetBrains

    Express your domain processes and knowledge in a language that directly uses the concepts and logic from your particular field. Communicate with terminology that everyone in your field understands. Use non-textual notation with projectional editing including math notations, diagrams, and forms. Our intelligent editor is here to help and guide you through the whole process with quick fixes, word completion, and intentions. MPS is a powerful IDE with all you need to take full advantage of DSLs. Some of the features included are: Code completion, navigation, refactoring, error checking, quick fixes, debugging of DSLs, language versioning with automatic migrations and integration with mainstream version control systems. Bridging the semantic gap between the business domain and the implementation domain is handled by the MPS generator. MPS uses a generative approach. This means you can define generators for your language to transform end-user input into a more conventional language.
    Starting Price: Free
  • 20
    Writerside

    Writerside

    JetBrains

    The most powerful development environment, now adapted for writing documentation. Use a single authoring environment, eliminating the need for a wide array of tools. With the built-in Git UI, an integrated build tool, automated tests, and a ready-to-use and customizable layout, you can focus on what matters most, your content. You can now combine the advantages of Markdown with those of semantic markup. Stick to one format, or enrich markdown with semantic attributes and elements, Mermaid diagrams, and LaTeX math formulas. Ensure documentation quality and integrity with 100+ on-the-fly inspections in the editor as well as tests in live preview and during build. The preview shows the docs exactly as your readers will see them. Preview a single page in the IDE, or open the entire help website in your browser without running the build. Reuse anything, from smaller content chunks to entire topics or sections of your TOC.
    Starting Price: Free
  • 21
    Opengrep

    Opengrep

    Opengrep

    Opengrep is an open-source static code analysis engine designed to identify security vulnerabilities within codebases. As a fork of Semgrep, it maintains a similar focus on providing fast and powerful code pattern search capabilities across more than 30 programming languages, including Python, JavaScript, and Go. Opengrep enables developers to define custom rules for pattern matching, facilitating the detection of potential security issues and promoting adherence to coding standards. By integrating Opengrep into the development workflow, teams can proactively address vulnerabilities, thereby enhancing the overall security and reliability of their software projects.
    Starting Price: Free
  • 22
    EditRocket

    EditRocket

    EditRocket

    ​EditRocket is a comprehensive text and source code editor, offering a suite of XML editing tools designed to enhance productivity and ease of use. Its XML Validator allows users to check the syntax of XML files and validate them against schemas when the "check schema" option is selected. The XML Tag Navigator parses the editor's content, displaying XML tags in a clickable list that directs users to the corresponding tag locations within the document. The XML Sidekick provides tabs for coding inserts, tools, utilities, and the XML Tag Navigator, enabling quick insertion of XML constructs via buttons or customizable keyboard shortcuts. Additionally, EditRocket features XML Tag Completion, automatically inserting closing tags after typing an opening tag, with a configurable completion delay. Beyond XML-specific functionalities, EditRocket supports syntax highlighting for over 20 programming languages, and offers coding sidekicks and code builders.
    Starting Price: $42.95 per 2 years
  • 23
    Xmplify

    Xmplify

    Xmplify

    ​Xmplify is a 64-bit native application providing a fully XML-aware editing environment. It offers intelligent editing aids and suggestions by analyzing XML content in real-time. It features an outline view that displays the document's structure and updates automatically with edits. For documents with a DTD or XML Schema, Xmplify performs automatic validation and offers auto-completion based on the document's definition, displaying relevant documentation for each suggestion. In the absence of a specified DTD or Schema, Xmplify can automatically derive one to facilitate accurate auto-completion. Additional features include quick navigation to element definitions, support for XSL transformations with built-in and external processors, live web previews for (X)HTML documents, and powerful search capabilities using XPath and regular expressions.
    Starting Price: $59 one-time payment
  • 24
    JSONBuddy

    JSONBuddy

    JSONBuddy

    JSONBuddy is a comprehensive JSON editor and validator designed to streamline the creation and management of JSON and JSON Schema files. It offers a range of features, including a text editor with syntax coloring, auto-completion, and code folding, as well as a grid-style editor that simplifies the process of building JSON structures. It ensures error-free JSON through built-in syntax checking and validation against JSON Schema standards, supporting Drafts 4, 6, 7, 2019-09, and 2020-12. Additionally, JSONBuddy provides functionalities for converting between JSON, XML, and CSV formats, importing CSV data to generate JSON, and generating HTML documentation from JSON Schemas. For large JSON files, it offers robust support, allowing users to open, navigate, and edit files with thousands or even millions of lines efficiently.
    Starting Price: $39 one-time payment
  • 25
    JSON Crack

    JSON Crack

    ToDiagram

    ​JSON Crack is an open source tool that transforms complex data formats, including JSON, YAML, CSV, XML, and TOML, into interactive, visually intuitive graphs, enhancing data comprehension and analysis. Users can input data directly, upload files, or provide URLs, and it automatically generates a visual tree graph. It supports data conversion between formats, such as JSON to CSV or XML to JSON, and includes features like JSON formatting, validation, and code generation for TypeScript interfaces, Golang structs, and JSON Schemas. Advanced tools are available for decoding JWTs, executing JQ queries, and performing JSON Path commands. Users can export visualizations as PNG, JPEG, or SVG files. All data processing occurs locally on the user's device, ensuring data privacy. ​
    Starting Price: Free
  • 26
    Activepieces

    Activepieces

    Activepieces

    Activepieces is an AI-powered, open-source, no-code automation platform designed to help teams streamline workflows and integrate AI seamlessly into everyday tasks. With over 280 pre-built automations (MCPs), Activepieces allows users to connect to popular apps, trigger processes, and even create personalized AI agents with minimal effort. The platform includes features like human input for approvals, a robust automation builder, and AI-assisted code for more advanced workflows. It empowers decentralized teams by offering tools for collaboration, governance, and security, making it suitable for organizations of all sizes, from startups to enterprises.
    Starting Price: $25/month
  • 27
    Vrite

    Vrite

    Vrite

    ​Vrite is an open source, collaborative developer content platform designed to create, manage, and deploy product documentation, technical blogs, and knowledge bases. It features a modern WYSIWYG editor with built-in Markdown support, keyboard shortcuts, IDE-level syntax highlighting, autocompletion, and customizable XML-like elements. Vrite is headless and open source, allowing integration with any front-end and automation of workflows via its API. It supports content variants for internalization and AB testing, and enables storage of metadata, including assigned members, tags, deadlines, and custom JSON, alongside your content. With bi-directional Git sync, you can quickly onboard and utilize a docs-as-code approach. The JavaScript SDK facilitates easy integration with popular frameworks and extension of Vrite's functionality. Built-in semantic search and Q&A, powered by the latest LLMs to help you find answers within your content.
    Starting Price: $6 per month
  • 28
    NoCodeAPI

    NoCodeAPI

    NoCodeAPI

    NoCodeAPI is a serverless platform that lets you connect Google Sheets, Airtable, Google Analytics, Twitter, Telegram, Open Graph, MailChimp, and 50+ other apps via secure, encrypted API proxies without writing backend code. It provides a simple project-based interface where you input values, encrypt tokens, and generate lightweight endpoints ready for use in seconds. Each endpoint stores encrypted keys in the cloud, bypasses rate limits through intelligent caching, and doubles response speed with a processing layer, while built-in domain security and collaboration tools let you restrict usage to authorized domains and invite team members to share projects. With logging, mini-documentation, Redis-powered acceleration, and a marketplace of over 40 integrations, NoCodeAPI eliminates server maintenance, streamlines API workflows, and empowers front-end developers to access third-party data directly and securely.
    Starting Price: $12 per month
  • 29
    Codacy

    Codacy

    Codacy

    Codacy is an automated code review tool that helps identify issues through static code analysis, allowing engineering teams to save time in code reviews and tackle technical debt. Codacy integrates seamlessly into existing workflows on your Git provider, and also with Slack, JIRA, or using Webhooks. Users receive notifications on security issues, code coverage, code duplication, and code complexity in every commit and pull request along with advanced code metrics on the health of a project and team performance. The Codacy CLI enables running Codacy code analysis locally, so teams can see Codacy results without having to check their Git provider or the Codacy app. Codacy supports more than 30 coding languages and is available in free open-source, and enterprise versions (cloud and self-hosted). For more see https://www.codacy.com/
    Starting Price: $15.00/month/user
  • 30
    Sesame Software

    Sesame Software

    Sesame Software

    Sesame Software specializes in secure, efficient data integration and replication across diverse cloud, hybrid, and on-premise sources. Our patented scalability ensures comprehensive access to critical business data, facilitating a holistic view in the BI tools of your choice. This unified perspective empowers your own robust reporting and analytics, enabling your organization to regain control of your data with confidence. At Sesame Software, we understand what’s at stake when you need to move a massive amount of data between environments quickly—while keeping it protected, maintaining centralized access, and ensuring compliance with regulations. Over the past 23+ years, we’ve helped hundreds of organizations like Proctor & Gamble, Bank of America, and the U.S. government connect, move, store, and protect their data.