Showing 83 open source projects for "validate java"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • 1

    PluggableChessGraphism

    Take the chess graphism, and use it with a chess engine.

    You are given a chess graphical interface, with drag and drop functionnalities (or other interaction mode), board flipping, and some pieces/cells sets given. Then, you have some callbacks methods in order to validate moves from your chess engine and to update them to your chess engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Greatly Open Android Ticket Service

    Greatly Open Android Ticket Service

    GOATS - Application to handle GLPI tickets

    Code moved to https://github.com/ReyAnthony/GOATS/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Assignment Centre Student Module

    Assignment Centre Student Module

    A validation tool for Java extended directed practicals.

    The Assignment Centre Student Module is a tool that is used to validate the progress of students following an extended directed practical in object oriented programming using the Java Language, it uses a suite of unit tests to validate the conformity with the instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    EasyDataQuality for Pentaho Kettle

    EasyDataQuality for Pentaho Kettle

    EasyDataQuality for Pentaho Data Integration in Kettle

    EasyDQ plugins for Contact cleansing in Pentaho Data Integration in Kettle.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    IP-Port Analyzer
    A JAVA base application that will scan a list of IPs and associated port to validate if it is reachable. Provides you a graphical view and historical data on the previous run. Can be run once or through a start/stop mechanism. You can import a CSV list or add the entries manually. The IP-Port Analyzer has many customizable features so this tool will adapt to your needs. Feel free to comment and help me debug and enhance this software. I'm doing this has a way to get back into programming...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Quality-Check

    Quality-Check is a small Java library for basic runtime checks of vars

    The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ns-2 Trace Toolkit

    ns-2 Trace Toolkit

    This toolkit allows you to analyze and validate ns-2 traces

    ns-2 Trace Toolkit was developed to help users to manage and debug ns-2 trace files. It is particularly useful for users that generate ns-2 trace files with other tools such as VanetMobiSim or SUMO (Simulation of Urban Mobility). With ns-2 Trace Toolkit, users can debug their trace files by generating histograms for: (1) node speed, (2) node x-position, and (3) node y-position. These histograms can give hits about concentration of nodes. Additionally, the tool allows users to simulate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Digital Signature tools, including a cross-platform signing applet and the server-side code to verify and validate generated signatures. Project has been moved to GitHub: https://github.com/mranest/digsig
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    teotstag

    JSF 2 tags and scopes

    JSF tag library. Completes lack of some needful and basic features in JSF, does not contain graphics rich components. Tags: Include Cache: caches included JSF content to improve performance Lazy Load: ajax based lazy loading of a page fragments Validate Group: multi-component and cross-component validation Scopes: Post Scope: is kept alive with JSF POST requests, dies with redirect (PRG), lives longer than View but shorter than Session Conversation Scope: like CDI Conversation Scope...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 10

    PatentX - EPOScan extra utilities

    EPOScan ext folder utilities

    This is a software to operate some functions over the "ext" folder created by EPOScan(European Patent Office software for indexing and scanning patent document images) when the downloading option is selected. This folder is usually used by the ST33 software to convert the indexed images into ST33 standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Hibernate ORM XML Validator for Eclipse

    Eclipse Plugin to validate Hibernate ORM files against @Entity files.

    By default, Hibernate .ORM files get parsed only on server startup. It is a minor irritant to have a server startup failure just because of a simple error in your orm xml. This project aims to create a plugin for Eclipse that will monitor all Java classes with the @Entity annotation and maintain a tree of their attributes and methods. Then the user can simply right click the orm xml in Project Explorer view and select "Validate ORM" to validate the orm file for basic SQL parsing errors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Validity

    Annotation driven java validation library.

    With use of annotations Validity can validate java beans with minimal amount of code. This library is meant to be easy to use and clear to understand. If You find it useful please leave a comment. Additional requests will also be taken into account in future versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    XML validating & querying tool

    Comman-line interface XML validating & querying tool

    The program processes the given source XML file according to command-line arguments. It can validate the file (with -x or -d option) or query XPath expression (with -p option). Usage: java -jar clivaq.jar -- shows the help screen java -jar clivaq.jar -d <file.dtd> <file.xml> -- validates the <file.xml> java -jar clivaq.jar -x <file.xsd> <file.xml> -- validates the <file.xml> java -jar clivaq.jar -p "<XPath expression>" <file.xml> -- evaluates an XPath expression
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    IWIR Tool

    IWIRtool creates, parses and manipulates IWIR workflows

    IWIRtool is Java-based implementation of an IWIR toolset for workflow system developers. IWIRtool is able to parse IWIR XML files and provides a Java Object representation enabling traversal and manipulation of the workflow. Additionally, it provides a simple Java API to enable the construc- tion of IWIR workflows and the serialisation of IWIR Workflows as XML documents compliant to the IWIR XML Schema. The tool is able to parse and evaluate the IWIR condition expressions and will validate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Java EE Two-Phase Commit Testkit

    A Portable Thin Client & Server Pair for XA / 2PC Testing

    A portable testing tool to validate the configuration of XA and two-phase commit for Java EE 6 Containers. The tool permits the stress-testing, performance characterization and correct transaction semantics of distributed transactions across Three XA resource managers by Exception Injection. The thin-client can be run from the command-line or inside the IDE. The server side component includes EJB packaging and some simple Web servlet support for retrieving diagnostic and performance data from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    tool to test privates and use patters
    With dp4j.jar in your project classpath you directly access private members in your tests, w/o Reflection API boilerplate code; It also generates Design Patterns code and compile-time validates implementations. And Compiler & Co work for you again!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ACLAnalyser is a powerful tool to validate, verify and debug a MAS (Multi Agent Systems). ACLAnalyser sniff all messages exchanged between agents in a MAS, store them in a data base, and recover them later to get interesting information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Loom is an open source Java web framework that uses annotations to validate user input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JSP tag library for the YAV javascript validation tool. It provides automatic client-side and server-side validation by using simple validation tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The aim of the tool is to validate a particular format of metadata. Specifically, the tool checks three parts: 1. Big5 character encoding; 2. whether it is a well-formed XML document ; 3. other specifications with our own purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Java tool to convert GEDCOM 5.5 Files into real valid GEDCOM 6.0 Files. Unlike all the stuff you find on the web, this is no custom, experimental or intermediate "standard". We validate against the DTD released in the Draft from the LDS Church! T
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The SPASE Toolkit contains a set of command-line applications which can be used to generate, validate, referentially check, use and organize resource descriptions written in SPASE XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    plausj a collection of checksum algorithms used to validate business keys like bank account codes or credit card numbers. It's compiled as JVM bytecode files (although it's not necessarily implemented in Java) and can be used on JRE 1.5 and later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is an extension to POI API. With the power of annotations, excel sheet parsing becomes a trivial task of annotating the domain objects. With Hibernate annotations on these objects, its easier to parse excel and store it into database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Datacleaning Open Source
    A group a subprojects for Data Cleaning projects, mainly as a step of a Data Mining Project. Visit www.datacleaningopensource.com to review our current applications or if you want to add yours. NOTE: PROGRAMMING SKILLS ARE REQUIRED.
    Downloads: 0 This Week
    Last Update:
    See Project
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.