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.

  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 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
  • 1
    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: 6 This Week
    Last Update:
    See Project
  • 2
    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: 3 This Week
    Last Update:
    See Project
  • 3
    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: 72 This Week
    Last Update:
    See Project
  • 4
    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
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    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: 4 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: 4 This Week
    Last Update:
    See Project
  • 7
    TraSer is an open-source software package for tracking and tracing of physical items or digitally stored documents, especially meant for small businesses. TraSer relies on web-services and uses its own identifier scheme but may adapt to other schemes.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    e-NVISION, STREP project of the 6th FP (http://www.e-nvision.org/). This site contains the open-source software developed in the project. Keywords: e-Business, ontologies, platform, semantic web services, BPEL processes.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    MentDB Weak

    MentDB Weak

    Mentalese Database Engine

    Welcome to MentDB (Mentalese Database). The platform provides tools for AI, SOA, ETL, ESB, database, web application, data quality, predictive analytics, chatbot ..., in a revolutionary data language (MQL). The server is based on a new generation of AI algorithm, and on an innovative SOA layer to reach the WWD. Mentalese is the language of thought structuring the human brain. This language is able to accommodate different common languages and allows autonomy in a machine. WWD literally means 'World Wide Data'. It is a global strategy. A concept of widespread standardization of the exchange of data or intelligences between companies and softwares in the world.
    Downloads: 8 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
    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
  • 11
    EventWeb creates a bi-directional channel between a browser and a web server. This allows the user to interact with a web application in the same way as a desktop application. Works with Java servlets or as a stand-alone application server.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    The STEP Framework is a multi-layer Java enterprise application framework with support for Web Applications (Servlet/JSP) and Web Services.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    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: 1 This Week
    Last Update:
    See Project
  • 14
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    json-httpd is a library that provides a web server with JSON-RPC capabilities. The library makes it easy to develop a WUI for application using static HTML and JAVA using JSON-RPC for communication. It also works as a standalone web server.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    tinyREST

    tinyREST

    Small Java based REST server

    TinyREST allows a Java programmer to easily create a REST server without having to install a J2EE server. Creating a new server is as easy as copying the service jar, setting up a configuration file and writing your own service handler class. The resulting project can be made to start up as a service. Annotations can now be used to write handler class and methods. JDBC database access as well as file system access is allowed from the service.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    TCPMonPlus

    TCPMonPlus

    TCPMonPlus intercepts TCP packets and SOAP reqeusts

    TcpMonPlus version 1.0: A Utility Application to Monitor TCP Packets This utility application can be used to monitor the packets flowing on a TCP connection. TcpMonPlus is used by placing it in-between a client and a server. The client is configured to connect to TcpMonPlus and TcpMonPlus forwards the packets to server with all required authentications. The client must be configured to TcpMonPlus local Port that is it is listening to. TcpMonPlus forwards the packets to the server and port specified in the configuration panel. User Name and Password may be supplied if the server requires HTTP authentication. NOTE: You can run the application in console mode using the following example command: java -cp . com.yasmoicoco.proxy.tcpmon.TCPMonitorPlus -console 9080 192.168.1.1 9080 true Using the scripts: Or You may execute one of the scripts as follows: Windows: TCPMonPlus.bat TCPMonPlusConsole.bat Non Windows: TCPMonPlus.sh TCPMonPlusConsole.sh Also known as TCPMon
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    XAware Data Integration Project

    XAware Data Integration Project

    Create XML and JSON data services from any data source

    Create services to integrate applications & move data of any type. Build data views across DBMS, SOAP, HTTP/REST, Salesforce, SAP, Microsoft, SharePoint, Text, LDAP, FTP sources to read, write & transfer data. Eclipse designer & run-time engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    libputio provides a Java API to access the put.io web services
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    This project is focused on creating an ajax web application for interacting with an uddi registry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    IMS is for field agents collecting artifacts related to a claim by allowing Windows Mobile 6 users to gather notes, recorded interviews and photos taken with the device’s camera, and assign them to incidents stored in a DFS-enabled Documentum repositor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    People Connection Art Portal. To connect Art creators and Art consumers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Axis2 module for XML schema validation of incoming and/or outgoing messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    BACnet Web Services Simulator (ampii)

    A Simulator/Tester for the BACnet/WS 2 protocol.

    = = = = = = = = = = = = = = = = = = = = = = = = = = = = = THIS PROJECT IS NOW INACTIVE This was an implementation of the "PP1" pre-publication version of the standard. The full implementation of the final published version is at github.com/ampii. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = This is a simulator for the BACnet Web Services (BACnet/WS) protocol proposed in Addendum am to ANSI/ASHRAE Standard 135. PLEASE NOTE: this implements "PPR1" of the protocol that will go into public review in spring 2014. It is currently a committee draft. If you would like a copy, please join the BACnet Data Modeling Working Group by contacting its convener. See www.bacnet.org for info. The primary purpose for writing this was to spur development of prototypes to test the protocol. However, it has a BSD license, so you can do whatever you want with it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Banshee is a general-purpose web services client written in Java. It is intended to consume web services in a lightweight manner, so it does not break as the contract changes (it means, in case any property, method, or even binding in a WSDL changes)
    Downloads: 0 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.