Search Results for "java implementation loader" - Page 69

Showing 1889 open source projects for "java implementation loader"

View related business solutions
  • 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
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 1
    A small, light-weight, HTTP server implementation in 100% Java, capable of executing servlets. It's primary goal is to be small and fast, rather than feature packed. Perfect as an embedded server in other programs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Free java email smtp pop3 implementation, primarily for use as a development tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    iXml is an XML Interpreter. The Interpreter runs over the XML. The language itself is modelled in XML. Connect Xml to data, guis, network and control it all. Please read proposal docs. Working implementation available for download less than 100k.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FTreeP is a distributed FTP implementation I wrote in Java for an undergraduate networking course at University of the Pacific.
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 5
    Propane is a JavaScript/Java bridge that can be used with any JavaScript 1.2+ implementation (including IE/IIS). It uses its own type of 'Serialization' to pass objects and it comes with an example where a form "talks" to an applet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project involves implementation of a model of Mars as a persistent online shared virtual environment. Its purpose is to provide an arena where Mars enthusiasts can role-play being on Mars and participate in base design and colonization strategies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The major idea of Jargus is to provide a simple yet powerful, uniform, reusable solution for parameter validation. A JSP Taglib implementation is provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenSRS Pure Java Client
    A Pure Java implementation of the OpenSRS client protocol
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Tron7 will define a network protocole for a "lightcycle-like" game and will provide a reference implementation build in Java. They will support various features ranging from team play to obstacles and odd shaped maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    DBDOM bridges the gap between XML and relational databases. DBDOM is an implementation of the World-Wide Web Consortium's (W3C) Document Object Model in SQL. DBDOM turns any RDBMS into an XML application server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pure Interaction is a formal model on how to encode human-computer interaction. This project will implement the Pure Interaction Corba Interfaces and create an implementation for C++ and X-Windows called the FOH-framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java Implementation of ICE 1.1 Protocol. ICE is core protocol for solving Content Syndication over the Web. Syndicators provide content regularly to subscribers through subscriptions. See www.icestandard.net for specification.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Bishop is an implementation of a language and an environment used to make java domain classes interact with http and template engines. Thus providing the first true web enabled mvc architecture.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Corewar is a game played vicariously through the action of assembly language programs written in a language called Redcode. Corewar is discussed in the Usenet group REC.GAMES.COREWAR; the reference implementation of this game, pMARS, is maintained here.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    W3C XPath-Rec implementation for DOM4J
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Am implementation of ISO Prolog standard as Java library. We have moved to savannah: https://savannah.gnu.org/projects/gnuprologjava/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tritonus is an independent implementation of the Java Sound API (http://www.javasoft.com/products/java-media/sound/index.html).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    the lofty goal of this project is to work towards the implementation of a private, vendor-backed, digital coupon system for the opensource community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JRed is a 100% Java implementation of the IrDA infrared communications protocols. JRed lets you beam objects from a PalmOS or Windows CE device to your Windows 95/98/NT or Linux PC. JRed is released under the Synchrona Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JNerve aims to produce an open source Java implementation of a napster server. Using much of the excellent work already done by the opennap project, this project aims to be its Java counterpart, offering cross-platform compatibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NewsEngine is a Java (1.1 currently) implementation of the NNTP (Network News Transfer Protocol). It was originally a project for my ComputerNetworks class. Now, I've opened up the source and am hoping to port the GUI code to 1.2 (Swing in particular) a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The jnios module is a complete java/JNI implementation of the builtin python modules "os" and "posix" for use with the JPython environment. jnios allows the original os.py and posixpath.py/ntpath.py/...from CPython, to run under JPython.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The jTkinter module is a complete java/JNI implementation of the builtin python module _tkinter for use with the JPython-1.1 environment. The jTkinter module allows the original lib-tk\*.py files from CPython, to run under JPython.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jpipes are an implementation of named pipes in Java using files. A client-server architecture can use jPipes for inter-process communication. The synchronization is handled across JVM's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SDMXAPI is intended to provide an opensource Java implementation of an SDMX Standards. SDMXAPI is released under the lesser GPL license. SDMX is an initiative to foster standards for the exchange of statistical information.
    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.