Open Source Java Internet Software - Page 66

Java Internet Software

View 8924 business solutions

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

  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 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
    This is a .NET/Mono port of the HBCI4Java project, a library that provides an API for using HBCI homebanking protocol in own CLI applications (.NET/Mono/DotGNU/etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    HDCIM is an instant messenger for HDC users to exchange info, the IMs will travel encrypted with public key encryptions technologies. The instant messenger will be built for Windows and Linux, but it will be written for maximim portability
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A system for the management of family affairs. Including financial management Daily Management And family functions such as logging
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Health Education Assets Library: a national, publicly accessible digital library designed to facilitate uploading, cataloging, retrieval, and metadata exchange of multimedia items for health sciences education.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5
    A software to count vote, generate statistic reports for forum.hkgolden.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A small PHP script that queries a Half-Life server for player info and outputs the names, durations, and kill counts of those connected to a web page. Highly customizable output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An online MathML Wiki/BLOG based on www.snipsnap.org. Server technologies: Java, JSP, tomcat, MySQL. Supported client browsers: Netscape, Mozilla and IE with Mathplayer plugin. Opera and Safari clients will be supported through math CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A Java/Struts-based Web-Helpdesk using Tomcat, Datasources and MySQL. Users can post troubletickets, support workers can be organized in groups and can work on the tickets sent to their group. The System shall be quite configurable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HORUS is a system for knowledge acquisition, hypothesis generation, inference and learning. It is an interactive, internet environment accessible to a diverse community of users (public-access or membership basis) - see also UMKAILASH project for more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    A library of XSLT stylesheets for transforming HR-XML documents into HTML and Word Documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    HSE (Hibernate, Spring, Echo2) is a 3-tier base application for Echo2 designed to be a starting point for writing robust AJAX applications in Java, Spring, and Hibernate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HSSFTemplates is a Servlet based template processor built around the Jakarta POI project. It has been moved to the Carbon Five Open Source project where its been renamed SST.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Don't download this. It is very incomplete
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HTML Large file uploader is a FTP replacement for the normal "file" form input field. This is useful in getting around various restrictions in place that prevent files larger than a few MB being uploaded through HTTP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Producing HTML in Sevlets and JSP is painful and error-prone. HTML Production for Java encapsulates the nasty details of HTML and allows developers to create and reuse HTML production components quickly and concisely.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Designed to provide inline visual HTML text editing for users who aren't comfortable editing tag-laden text. Currently sports a popup menu for styles (i.e. Bold, Italic), but ripe for extending in multiple directions. Lots of Swing & LiveConnect goodnes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    HTMLSSM is a multi-language single-api tool for quickly and easily manipulating html templates and forms. Basically, it's a top-notch template engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HTMWriter is a Java package that I *hope* will aid in generating HTML output in Java Servlets. I have started this in the hopes of reducing the amount of debugging I do. I am new to Java programming and encourage constructive input on my coding/design
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A simple HTTP Server for the whole world (educational institutions, organizations,small companies, student groups, personel etc..) any one can run it and serve files to their client.It is multithreaded light weight and robust HTTPServer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HTTP Client Plugin is an Eclipse 3.3+ plugin that enables users to construct and execute HTTP protocol messages. It is intended to support protocol level testing of web components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    HTTP Kit

    HTTP Kit

    Clojure HTTP server/client library with WebSocket support

    http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support. A simple, high-performance event-driven HTTP client+server for Clojure. HTTP Kit is an (almost) drop-in replacement for the standard Ring Jetty adapter. So you can use it with all your current libraries (e.g. Compojure) and middleware. Using an event-driven architecture like Nginx, HTTP-kit is very, very fast. It comfortably handles tens of thousands of requests/sec on even midrange hardware. Here is another test about how it stacks up with others. It's not only fast, but efficient! Each connection costs nothing but a few kB of memory. RAM usage grows O(n) with connections. Written from the ground-up to be lean, the entire client/server is available as a single ~90kB JAR with zero dependencies and ~3k lines of (mostly Java) code. Synchronous is simple. Asynchronous is fast & flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project should be an implementation of HTTP-based Content Negotiation as defined in HTTP 1.1, including the negotiation axes Content-Type, Charset, Content-Language, and Content-Encoding. It uses the corresponding HTTP headers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    HTTPManifold takes incoming HTTP connections and forwards them to other servers (reverse proxy). A single IP address can handle multiple domains, and route requests to other networked machines. It allows for monitoring and debugging raw HTTP traffic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HTTPPoll is a website monitoring and alert program, written in Java and run on the command line. It polls a list of URLs at user-defined intervals, and can run three types of alerts when a URL returns an error code: email, pop-up dialog box, and shell scr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    HTTPSession will provide a complete java library to manage HTTP client sessions. The features (will) include: cookie management, HTTP authentication, referer management, navigation history, refresh statements and HTTP redirections handling.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo