Showing 1037 open source projects for "java proxy server"

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
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • 1
    Walle

    Walle

    A new generation of channel package packaging artifact

    Walle, a new generation of channel package packaging artifact under the signature of Android Signature V2 Scheme. Wall-E generates channel packages by adding customized channel information to the blocks in the Apk APK Signature Block, thereby improving the efficiency of channel package generation. It can be used as a stand-alone tool or deployed on an HTTP server to process the upgraded network of the channel package Apk in real-time. ask. The way to generate the channel package is to assemble...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    jcvs

    jCVS is a Java based CVS Client written by Tim Endres

    jCVS is a Java based CVS Client. CVS is a source code control system based on RCS. The primary benefit of CVS is that it provides a server/client protocol which allows clients such as jCVS to be written. jCVS allows any Java capable machine to be a CVS client, providing for a totally distributed source code management system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Moqui Ecosystem
    The Moqui Ecosystem is a series of open source components for enterprise applications all built on a common framework (Moqui Framework) written in Java and Groovy. The components include tools that plug in to the framework, business artifacts, and applications. Some of the popular tool plug ins include ElasticSearch, Apache FOP, Apache Camel, OrientDB, and Hazelcast. The business artifacts later includes a universal data model (mantle-udm), service library (mantle-usl), reusable screens...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Attendance Marker Solution

    Attendance Marker Solution

    Fast and Secure way to use Attendance Software for your Organization!

    Attendance Marker Solution is the attendance marking software connected with local-based or server-based MySQL Server Engine. The connectivity and installation is very easy for use.
    Downloads: 19 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5
    Jkniv is set of Java libraries to help software development. A Switzerland penknife (kniv). sqlegance, whinstone, SAP Java Connector (JCo) with Apache Camel, JAAS for hybrid authentication and authorization for Glassfish server. You can fork us: - jkniv-whinstone on https://github.com/alisson-gomesc/jkniv - jkniv-jaas on https://github.com/alisson-gomesc/jkniv-jaas - jkniv-camel-sap-jco3 on https://github.com/alisson-gomesc/jkniv-camel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Example Decorator Plugin

    Eclipse decorator plug-in example.

    This project is an example of an Eclipse decorator plug-in for decorating objects in the 'Remote Systems' view of the IBM Rational Developer for i.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ARSystem plugins for Pentaho Kettle

    AR-System step and db plugins for Pentaho Data Integration Kettle V5

    Allows you to write per API to AR-System Server (BMC Remedy Action Request System). Includes two step output, one step input and one database plugin. The step plugins need the database plugin.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    benerator is a framework for creating realistic and valid high-volume test data, used for load and performance testing and showcase setup. Data is generated from an easily configurable metadata model and exported to databases, XML, CSV or flat files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Curl ORB for java
    Curl ORB is to comunicate between Curl and server side java. It can generate Curl source code from POJO which stands for Plain Old Java Object, and invoke the java methods on server side from Curl application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 10
    XML:DB Initiative for XML Databases
    XML:DB provides a community for collaborative development of specifications for XML databases and data manipulation technologies. Along with each specification an open source reference implementation will be developed to validate the ideas.
    Downloads: 0 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: 1 This Week
    Last Update:
    See Project
  • 12
    EsiGate
    This toolkit allows developpers to assemble several web applications into a single one. Pages are build using contents, resources and page templates coming from the original applications. The applications may use different technologies (Java, PHP...)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    JPPF

    JPPF

    The open source grid computing solution

    JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 14
    StrongKey CryptoEngine

    StrongKey CryptoEngine

    FIDO strong authentication, encryption, digital signature engine

    StrongKey CryptoEngine (SKCE) 2.0 is a "crypto Swiss Army knife" server to perform cryptographic functions through web services, while freeing application developers to focus on business functionality. Its modules include: - A FIDO Engine to support FIDO U2F key registrations/authentications - An encryption engine to encrypt/decrypt files using AES/TDES keys - Escrowing keys to on-premises key management system (StrongAuth KeyAppliance/SAKA) - Integration to cloud storage services (AWS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Slimgrid is a Java library for grid computations which is lighter than other ones (JPPF, Hadoop, ...). The main design goals are: minimalism, simplicity, pervasiveness. If you need to grab something which does not require you to comprehend massive and complex API's, do exhaustive configurations and installations, is robust and reliable, uses just one port for all management and communication, then SlimGrid is the right choice. The SlimGrid is built on top of the Apache's ZooKeeper library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Freeline

    Freeline

    A fast build tool for Android, an alternative to Instant Run

    Freeline is a super fast build tool for Android and an alternative to Instant Run. Caching reusable class files and resource indices, it enables incremental building Android apps, and optionally deploying the updates to your device by hot swap. Developed and used by Ant Fortune (about us) Android Team, Freeline has been significantly saving time in daily work. Inspiring by Buck and Instant Run but faster than ever, Freeline can make an incremental build in just a few seconds. No more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The PHP script engine for Java. --- Run PHP applications within any J2EE server or servlet engine and/or connect script engines like PHP with Java or .NET back ends efficiently.
    Leader badge
    Downloads: 78 This Week
    Last Update:
    See Project
  • 19

    Code snippets community manager

    Share your code snippets with community and team

    Share your code snippets with community and team. Search (by key or fulltext) and presentation is integrated into netbeans auto completion. Use community server, do your own team server or use local store. Code snippets are stored under the mime type.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Web Widget Toolkit (WTK): Server-side components for easily creating web-based user interfaces with complex navigation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    license4j

    license4j

    License4J Library and GUI Tools

    LICENSE4J is a robust licensing library and license server that simplifies software licensing for developers. It allows for easy integration of licensing functionality into Java applications with minimal code. The user-friendly web-based License Manager works seamlessly on both desktop and mobile devices, enhancing accessibility for all users. The Licensing Library is a versatile tool that developers can easily integrate into any Java application. It empowers developers to implement license...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    xml2j

    XML Schema SAX based code generator for Java

    XML Code Generator and Framework for Java, helps you develop high-volume XML Parsers quickly and consistently. Unlike most development tools, xml2j does not force you to use a vendor specific API; using our generator the model is the API. The code generator uses XSLT to transform XML Schema to Java code and is fully adaptable. With XSD there are many different possible approaches to defining a schema for your XML, therefore the generator first normalizes the XSD to an XML fit for code...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    react-native-background-task

    react-native-background-task

    Periodic background tasks for React Native apps, cross-platform

    Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed. This library allows the scheduling of a single periodic task, which executes when the app is in the background or closed, no more frequently than every 15 minutes. Network, AsyncStorage etc can be used (anything except UI), so perfect for things like a background data sync for offline support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Lost God cards is an 2d MMO rpg playing with cards, that project includes the server and the client, both are programmed using java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    webdavmx

    Message Exchange via WebDAV

    Client to client message exchange via a WebDAV server enables the creation of diverse web applications without installing server side software. Originally designed for the creation of tools which can be installed by users in content management systems and which are portable between servers from different vendors. Will eventually include "hello world" example applications but mainly this is a tool to help application designers.
    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.