Browse free open source Java Interface Engines and projects below. Use the toggles on the left to filter open source Java Interface Engines by OS, license, language, programming language, and project status.

  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 1
    J2ObjC

    J2ObjC

    A Java to iOS Objective-C translation tool and runtime

    J2ObjC is an open-source command-line tool from Google that translates Java source code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java source to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as application logic and data models) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps. J2ObjC supports most Java language and runtime features required by client-side application developers, including exceptions, inner and anonymous classes, generic types, threads and reflection. JUnit test translation and execution is also supported. J2ObjC cannot convert Android binary applications. Developers must have source code for their Android app, which they either own or are licensed to use.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    COBOL copybook to XML converter

    Converts cobol copybooks to Xml/Java objects

    CB2XML (CopyBook to XML) is a COBOL CopyBook to XML converter written in Java and based on the SableCC parser generator. This project includes utilities to convert an XML instance file into its COBOL copybook equivalent string buffer and vice versa. Source is now available in GitHub: https://github.com/bmTas/cb2xml
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    A real-time graph plotter. While your application is computing and logging results to a CSV file using the LiveGraph Writer API, the plotter lets you visualise and monitor the results live - by instantly plotting charts and graphs of the data.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Jitterbit is an open source integration tool that delivers a quick and simple way to design, configure, test, and deploy integration solutions. It supports many document types and protocols: XML, web services, database, LDAP, text, FTP, HTTP(S), file
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 5
    ChainBuilder ESB is Java Business Integration (JBI) compliant open source solution for use in Service Oriented Architecture (SOA) environments. ChainBuilder ESB's graphical integration enables new and older applications to easily enter into SOA.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    Reference implementation for the MTOSI interface standard defined by the TMF.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Taverna 1.x (archived)

    Taverna 1.x (archived)

    Scientific workflow system

    Taverna is *no longer* hosted on SourceForge, but has moved to the Apache Software Foundation: https://taverna.apache.org These pages and mailing list archives are provided for *archival purposes* for older Taverna 1.x releases. See https://taverna.apache.org/download/ for the latest releases from Apache Taverna.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    xRxTx - Uart/Com

    xRxTx - Uart/Com

    Rxtx/Uart GUI

    RxtxConsole is an API and GUI software, developed by Doidx with JSerialCom as the kernel. It can be used for multi- UART/RS232 interface operation. The platform supports Windows/MAC/Linux. Note: Developed with Java17 Follow these steps step by step to apply RxtxConsole, 1. LIST, to obtain all Serial ports currently available on the system. 2. CONNECT, Select a Serial port for connection and place it in the connection pool for use 3. CONNECTED, check that the Serial ports are connected. Sometimes, the Serial ports that you try to connect may have been used by other applications. 4. USE, select a connected serial port for which the command is transmitted only. 5. Start p2p communication with each other, ex: SCPI... 6. If you want to make other Settings on the system, you can USE SYS to change
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    A cross-platform, graphical, low level (APDU) smart card tool aimed to help developing of smart card applications and understanding of ISO-7816 protocol.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 10
    JPIE is an implementation of an Open Source Java to Prolog/Prolog to Java interoperability mecanism based on the Java VM.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Java wrapper (JNI) for OpenDmx widget (more info www.enttec.com) Source code: java, c++ / Author: Juanjo Lopez
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    An open source,platform independent,technical web programming language using MATLAB in background, that supports 3-Tier Architecture (Web-Business-DB) including Distributed Computing and Parallel Processing via remote procedure calls and web services.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    ACNexus is a bluetooth sensor device, communicating with various clients such as mobile phones. The software suite consists of: ACNexusBT (Arduino firmware), ACNexusMobile (J2ME Phone App), ACNexusQC (Quartz Composer Plugin), ACNexusX (OS X app)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Java Dynamic Component Framework

    This is a lightweight java dynamic component framework

    This lightweight dynamic component framework, implemented in Java in a first time uses no code generation at all but uses only contracts. Contracts are expressed using simple software mechanism as interfaces and/or reflection (from middleware to application). A single small jar hosts the code dedicated to data, event and services management over the network, using contracts, reflection and generics. The main goal of the Java Dynamic Component Framework (jdcf) is to simplify the writing (and reuse) of individual Java components, parts of distributed networked application. The model of the application is described in an XML file. The components are pure Java classes file using a pure Java middleware. Each component may be packaged in a jar or several related components may be packaged together. Component migration over the network is planned. Go to the Wiki to have an overview.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Retic is a free EAI Server written in Jython (Java). It permits to execute adaptors composed of sources, pipes (transformations) and sinks. Connectivity with : JMS,HTTP,SOAP,UDDI,FTP,Xindice,JDBC,Jabber,SMTP... XML Support : XSLT, Xpath. Has GUI for
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    USB-GPIB

    Handle GPIB devices with a simple GPIB-USB-Adapter

    Handle GPIB devices with a simple GPIB-USB-Adapter. This includes hardware, software for a PIC18F2550, Windows-Testsoftware
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    15dot4-tools
    A group of useful tools for working with 802.15.4 networks. Currently includes a sniffer that interfaces with Wireshark in Windows/Linux (and maybe Mac OS X too), allowing you to do 802.15.4, ZigBee, and 6LoWPAN Sniffing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Automatic Conversion Tool for Accessible Web (ACTAW) is a project that tries to improve the Web Accessibility in an automatic way. ACTAW applies the WAI guidelines 1.0 defined by the World Wide Web Consortium (W3C). Developed in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BITXml is an open xml based protocol for Machine to Machine communications. BITXml is both language and "transport" agnostic and covers all the requirements of a generic M2M telemetry & control application. For more info www.bitxml.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A traslator from BPEL4WS processes to YAWL workflows that works with translation patterns. It takes a BPEL document in input and creates a YAWL workflow that rapresents it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BioQuery is a bioinformatics tool that acts as a query builder for genetic, protein, publication, and other biomedical databases. BioQuery is also an update service that periodically resubmits saved searches and sends you new data as it is found.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Reads Gerber-274X and Excellon plotter data for printed circuit boards and outputs the data to a bitmap or directly to a printer. The plotter data is displayed graphically and can be moved around.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Dynamic COBOL copybook parser for Java. Supports parsing and writing of application data based on parsed copybooks. Coverts COBOL types to Java types and back to COBOL types with validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CoffeeTables is a high-performance, large-scale scientific data storage and retrieval Java library. CoffeeTables supports multiple storage backends, including CSV and HDF5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The collaborative framework Conzilla has primarily been developed to enhance the concept browser Conzilla (http://www.conzilla.org) with collaboration facilities. The Collaborilla framework is generic and can be used by other projects as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB