Java Web Services Software

View related business solutions

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

  • 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
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Sentinel

    Sentinel

    Lightweight, powerful flow control component

    Sentinel is a powerful flow control component that ensures the reliability and monitoring of microservices by taking “flow” as the breakthrough point. It covers multiple fields including flow control, concurrency limiting, circuit breaking, and adaptive system protection.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    GeoWebCache

    GeoWebCache

    GWC is a tile server and caching proxy written in Java

    GeoWebCache is a WMS tile cache that lets you serve cached map data to WMS clients, Goole Earth, Google Maps and MS Virtual Earth. The system is pluggable on both ends and does automatic matching to the best available tile. It is very fast and scalable.
    Leader badge
    Downloads: 90 This Week
    Last Update:
    See Project
  • 3
    Java JWT

    Java JWT

    Java implementation of JSON Web Token (JWT)

    A Java implementation of JSON Web Token (JWT) - RFC 7519. This library requires Java 8 or higher. The last version that supported Java 7 was 3.11.0. The library implements JWT Verification and Signing using several algorithms. The Algorithm defines how a token is signed and verified. It can be instantiated with the raw value of the secret in the case of HMAC algorithms, or the key pairs or KeyProvider in the case of RSA and ECDSA algorithms. Once created, the instance is reusable for token signing and verification operations. When using RSA or ECDSA algorithms and you just need to sign JWTs you can avoid specifying a Public Key by passing a null value. The same can be done with the Private Key when you just need to verify JWTs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Zuul

    Zuul

    Gateway service providing dynamic routing, monitoring and more

    Zuul is an L7 application gateway that offers many capabilities, including dynamic routing, monitoring, security, resiliency and more. It is used in the backend of the Netflix streaming service as a front door for all requests from devices and web sites. Zuul is ideal for cases like this where API traffic volume and diversity can become overwhelming and cause production issues to arise suddenly and without warning. Zuul has a broad range of filters that enable it to perform multiple functions quickly and apply functionality to services like Netflix. These functions include security authentication, dynamic routing, stress testing, load shedding and more.
    Downloads: 2 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
    crawler4j

    crawler4j

    Open source web crawler for Java

    crawler4j is an open source web crawler for Java which provides a simple interface for crawling the Web. Using it, you can setup a multi-threaded web crawler in few minutes. You need to create a crawler class that extends WebCrawler. This class decides which URLs should be crawled and handles the downloaded page. shouldVisit function decides whether the given URL should be crawled or not. In the above example, this example is not allowing .css, .js and media files and only allows pages within ics domain. visit function is called after the content of a URL is downloaded successfully. You can easily get the url, text, links, html, and unique id of the downloaded page. You should also implement a controller class which specifies the seeds of the crawl, the folder in which intermediate crawl data should be stored and the number of concurrent threads.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    EXIficient
    NOTE: we moved to http://exificient.github.io !!! The Efficient XML Interchange (EXI) format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources. Besides the EXI library EXIficient provides a command-line interface (CLI, see com.siemens.ct.exi.cmd.EXIficientCMD) and a graphical user interface (GUI, see http://exificient.sourceforge.net/exificient.jnlp)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    SITools2
    SITools2 is a new CNES generic tool performed by a joint effort between CNES and scientific laboratories. The aim of SITools is to provide a self-manageable data access layer deployed on already existing scientific laboratory databases.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Java library for access to Moodle's web services via the REST protocol (09/11/2013) Development of this project has been resurrected and the current code may be downloaded from https://github.com/bantonia/MoodleRest A compiled .jar will be available here once the code has been finalized. (30/03/2012 A newer version (V0.1.5) to work with Moodle 2.2 has been uploaded. Although still requires more documentation (better than it was) etc... Calls to create and update users now provides facilities to add preferences and customfields. Removed the batch calling of the web services (not needed as all calls are via POST and not GET), code is still there but commented out. V0.1.4 was removed, too many bugs! Previous versions using the Moodle 2.1 webservice calls are still here. Code for the next release which is under development can be downloaded from: https://github.com/bantonia/MoodleRest Note: The software is supplied as is under the GNU version 2.0 License.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Downloads: 7 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    easyrec
    easyrec is a recommender system that aims for easy integration of recommendations into web applications. It has a web based admin tool, and its recommendation engine is accessible through a REST API, providing methods like 'other users also bought'
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    SoapUI
    The SoapUI download has moved to https://www.soapui.org/downloads/soapui/source-forge.html With more than 9 million downloads SoapUI is the de-facto standard for REST and SOAP API functional, security and performance testing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    JMEDS (Java Multi Edition DPWS Stack)

    JMEDS (Java Multi Edition DPWS Stack)

    JMEDS is a lightweight, modular extendable Java Framework for DPWS.

    JMEDS is a lightweight, modular and extendable software framework for using the "Devices Profile for Web-Services (DPWS)" in Java based environments. It runs on Java CLDC (e.g. on embedded devices), CDC, Android and SE platforms. 12.02.2014 v2.0.0 beta 10 fixed the EXI release and included schema files for EXI's schema informed mode, multiple other bug fixes 25.09.2013 Bugfix release of JMEDS Framework: v2.0.0 beta 9a 30.08.2013 v2.0.0 beta 9 New version of JMEDS Framework We are doing our best to answer all questions from you and fix the bugs that are found as fast as we can! So don't hesitate to ask questions or report unexpected behaviour/bugs that you might find. DPWS Explorer released on http://ws4d.e-technik.uni-rostock.de/dpws-explorer/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    S-FENG stands for Semantic-FEderation Next Generation. S-FENG represents the solution for managing federation of registries with its related aspects: affiliation, promotion, semantic publication and discovery, according to UDDI 3.0.2 specifications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Fronsetia

    Fronsetia

    A web application for testing webservices

    Fronsetia (Free Online Service Testing Application) is a Java web application that allows testing webservices. No end-user installations required, just deploy the application on your server and pass the link so that users can use their usual browsers to access Fronsetia. You can think of Fronsetia as a simple version of SoapUI on the web, or a simple and free and open-source version of the "wls_utc" utility. See the project homepage https://fronsetia.sourceforge.io and the project Wiki in the menu above.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Metl ETL Data Integration

    Metl ETL Data Integration

    Simple message-based, web-based ETL integration

    Metl is a simple, web-based ETL tool that allows for data integrations including database, files, messaging, and web services. Supports RDBMS, SOAP, HTTP, FTP, SFTP, XML, FIXLEN, CSV, JSON, ZIP, and more. Metl implements scheduled integration tasks without the need for custom coding or heavy infrastructure. It can be deployed in the cloud or in an internal data center, and it was built to allow developers to extend it with custom components.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    OpenSearchServer Extractor

    OpenSearchServer Extractor

    A RESTFul/JSON Web Service for text and metata extraction

    An open source RESTFul Web Service for text , meta-data extraction and analysis. oss-text-extractor supports various binary formats: Word processor (doc, docx, odt, rtf) Spreadsheet (xls, xlsx, ods) Presentation (ppt, pptx, odp) Publishing (pdf, pub) Web (rss, html/xhtml) Medias (audio, images) Others (vsd, text)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    Yakoliv Framework

    Designed to facilitate Apache CXF based java softwares development

    Yakoliv is a framework designed to facilitate the development of Apache CXF based java softwares. It takes advantages on Ibatis and Spring with which it forms a mini-container and facilitates data bases access. Yakoliv Framework is made of a generic DAO artifact and a GUI program that helps developers: - generating the data base schema and enabling sequence management - generating java classes from typed data - mapping generated classes to data base's table using ibatis sql maps - generating configurations for spring security secured web services - generating clients configurations for the generated web services - generating a contract for client-server communication. Yakoliv Framework also provides APIs for client proxies initialisation and client/server binary data management via webservices. For instance, file upload/download. Yakoliv is useful for every CXF Jax-WS project.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    tinyWSDL

    JAXB-based WSDL 2.0 parser

    The main idea is to create a very small and simple WSDL 2.0 parser library. The library supports WSDL 2.0 Adjunct extensions (SOAP, HTTP and RPC) and an extension mechanism is also provided.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    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: 1 This Week
    Last Update:
    See Project
  • 20
    Based on HL7 v.2.3.1 Orders & Results Reference Information Model (RIM)s, The project is NOT a CPOE per-se. Instead, the project provides "applications" that allow EHR's to perform Outpatient Orders and Results via HIE, and collect these into their EHRs to feed the EHR "CPOE module / section" (ex. with prescribed drugs, ordered labs and results, ....) The first module in the project was the "ePrescribing application"; certified by RxHub and SureScripts back in 2007. New implementation needs to "re-certify" with SureScripts (which should not be much of a problem) Work on eLabs (using ELINCS, LOINC etc.) is being considered as participants join the project become available. The HL7 RIM allows for eImaging applications, eConsults applications, eReferrals applications, etc. Applications work independently, but through HIE, results come back to the provider to see it in its "CPOE Section or Module" Requires licensing of the MediSpan Drug Database for ePrescrib
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    CTCFramework

    A Collaborative Task Controlling Framework

    A RESTful framework to control collaborative tasks in existing web applications!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    EDAS2 is a web-based environmental quality data management and decision support framework
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    The FUSION Semantic Registry is a Web service registry that combines the use of OWL-DL, SAWSDL, and UDDI to support fine-grained semantic matchmaking with a focus in integrability-oriented service discovery (http://www.seerc.org/fusion/semanticregistry)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    FenixSped

    Integração com Webservers do Projeto Sped, NFSe e GNRE

    Projeto inclui serviços da nota fiscal eletronica nacional, notas fiscais eletrônicas de serviços e GNRE. Pode ser utilizado como biblioteca com funções prontas ou chamar via linha de comandos para assinatura digital, validações e comunicações com webservices. NFe 3.10 NFSe Abrasf, DSF e ISS.NET GNRE-PE
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Fydji Portal is a portal creation platform providing various extensibility API: modules, look&feel, authentication, Web Services. Its core distribution includes CMS, internal mail, workflows and forums modules. It is developed using Wicket and Fydji WS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
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.