Showing 451 open source projects for "javax.websocket-api"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    AgriDesk

    AgriDesk

    Plateforme d'intermédiation des filières agricoles.

    Le but de ce projet est de créer une plateforme d'échange, de valorisation et de mise en relation des différents acteurs professionnels des filières agricoles notamment la filière laitière.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Row-Bean

    Row-Bean

    CSV reader writer - bean mapping - easy bean extraction from CSV file

    Row-Bean is a CSV-Bean JAVA API . Row-Bean provides CSV reader an writer. More ever provides a mechanism to map csv file content to java beans and revers. For each use, a XML description must describe the wished mapping. Another possibility consists in use Annotations. Use under maven : <!-- row bean with annotations --> <dependencies> <dependency> <groupId>net.sf.csv-bean</groupId> <artifactId>row-bean-annotations</artifactId> <version>1.1.0</version> </dependency...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    xmlsh
    "xmlsh" is derived from the design and goals the unix shell and core commands but with XML expressions and documents added as core features to the shell. xmlsh can be used as a drop-in replacement for scripting xml transformations instead of sh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SSWAP

    Simple Semantic Web Architecture and Protocol

    SSWAP (Simple Semantic Web Architecture and Protocol; pronounced "swap") is an architecture, protocol, and platform that uses reasoning to semantically integrate disparate data and services on the web. Running live at http://sswap.info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 5
    DrOntoAPI
    A consumer API that can process the response of an ontology evaluation web service provider.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FREEML

    FREEML

    Your own fantasy script to xml

    This is a parser and writer to convert free script to xml. The script is defined in a package where each class describes one element. There are certainly other projects of this type. But this project is created to keep this transformation as simple as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    NetMPD

    Free your fundraising

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Infofuze

    Data migration/conversion library based on STX and XSLT transformation

    Infofuze is a Java library and server application that can be used to transform and combine data from various sources into a specific XML or other text output format that can be stored or indexed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    sasgml

    SAX-like API for SGML (SGML parser for Java)

    SGML parser for Java, based on OpenSP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10
    wingS
    wingS (wingS is net generation Swing) is a Java library for developing web based AJAX applications in a way like developing Swing based applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    JMusicXML

    Jave MIDI SWING MusicXML

    JMusicxml is a music application base on Recordare MusicXML, on kind of open musical data format. It provided midi parser and staff parser api. besides, some java awt/swing graphics player, Staff brower for viewing provided too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    jsonunicode

    Java character encoding API for JSON

    Detects the Unicode Transformation Format (UTF) encoding of JSON documents. Useful for Gson, JSON.simple and the org.json API in Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Electronic Data Tags

    Electronic Data Tags value storage API For java.

    EDT is an API For java designed to allow you to store data from your programs in files easily. EDT is separated into two parts: EDT Basic (just called EDT) and EDTA (Advanced). EDT Basic stores only String values, while EDTA uses EDT Basic to store String, int, boolean, float, long, double, and byte values. To make accessing values easier, EDT and EDTA allow you to assign a name, like "FileLocation", to a value, instead of an integer, like in an array. The values are stored as ISO-8859-1...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Chmuk

    Chmuk

    GPS data visualisation and exploration

    A really wonderful software to visualise and analyse GPS traces in many different ways (speed and elevation variation, etc.), with different background maps (hiking map, road map, orienteering map, aerial image, cycling map, etc.). It is possible to make KML exports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Dependency Discovery Tool

    A tool for discovering external dependencies in Office files.

    The Dependency Discovery Tool searches through binary office files (.doc, .xls and .ppt) and tries to find any documents or files that are linked to the document. It is written in java, using the Apache POI libraries ( http://poi.apache.org ) This project was part of a summer scholarship from the School of Engineering and Computer Science at Victoria University, Wellington (http://ecs.vuw.ac.nz) in conjunction with Archives New Zealand ( http://archives.govt.nz ). At the moment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    E.N.M.L. means Environmental Noise Model Language. The target of the project is the definition of a XML specification model mainly devoted to electronic acoustic data exchange. ENML aims to format ANY kind of noise measurement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Database to CSV

    "Database to CSV" project stores/loads data between database and CSVs

    "Database to CSV" allows to back-up data from database(Oracle, MySQL, SQL Server) in the form of CSV files. Each table data is stored in a separate CSV file. It also allows to load data from CSV files into the database. Program can be run from UI or from command line. There's one more advanced feature which allows merging of data from CSV file to Database. It is only available from command line. (It will take foreign keys and unique keys into consideration and then try to insert...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    betterform

    betterform

    Toolkit for rapid XML and web application development

    Toolkit for rapid XML and web application development including a full XForms 1.1 implementation and a rich set of widget and layout-containers. Extensible interfaces for integration of custom controls, functions and data connectors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ajax Portal (WebOS and Portal)
    Ajax Portal (WebOS & Enterprise Portal). Ajax Portal is open source cross-platform cross-browser Web 2.0 / Web 3.0 solution which is based on a new architecture of WebOS and Enterprise Portals. Our Enterprise Portal can work as Mashup (WOA approach). The portal provides Portlet/Portal API, Services. It's posible to use the Decoration module of the portal as a part of the standard Web application (Web 2.0 / Web 3.0 application). Open Source allows you to try and evaluate our Web 2.0 / Web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The DPA Toolset allows defining subsets of an XML Schema (profiles), definition of concrete profile documents, can monitor the exchange of those documents as SOAP web services, and emulate SOAP endpoints if needed. Cable-industry specific license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    IDL specified API for manipulating and processing CellML 1.0 and 1.1. Includes C++ implementation. Accessible from a C++ program, or from any language for which a CORBA language mapping is available Also, a Java wrapper of the API is available.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    GDLEditor

    Web-based editor for the Gateway Description Language (GDL).

    Web-based editor for the Gateway Description Language (GDL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    wbxml-stream

    wbxml-stream

    Java StAX implementation for the WBXML format.

    The wbxml-stream library is a Java StAX implementation for the WBXML format. StAX - Streaming API for XML is a standard API inside JavaSE for parsing XML documents. WBXML - WAP binary XML is a binary representation of XML used mainly for transmitting XML in a more compact way. In other words the wbxml-stream library lets java parse and encode WBXML documents using StAX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JOMM is a "Java Object Model Mapping" Framework about generic persistence mapping between different worlds of models, such as Java model classes, SQL relational schema or XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    HIEOS

    Health Information Exchange Open Source (HIEOS)

    HIEOS is an open source implementation of, primarily server-side, Integrating the Healthcare Enterprise (IHE) Integration Profiles including Cross Enterprise Document Sharing (XDS.b) and Cross Community Access (XCA) integration profiles.
    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.