Showing 65 open source projects for "java project with source code"

View related business solutions
  • 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
  • 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
    Coraza

    Coraza

    OWASP Coraza WAF is a golang modsecurity compatible firewall library

    ..., including the OWASP Top Ten, with a minimum of false alerts. CRS protects from many common attack categories including: SQL Injection (SQLi), Cross Site Scripting (XSS), PHP & Java Code Injection, HTTPoxy, Shellshock, Scripting/Scanner/Bot Detection & Metadata & Error Leakages. Coraza is a library at its core, with many integrations to deploy on-premise Web Application Firewall instances.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Discovery

    Discovery

    Nepxion Discovery is a solution for Spring Cloud

    Nepxion Discovery is a solution for Spring Cloud with blue green, gray, route, blacklist, limitation, circuit breaker, degrade, isolation, monitor, tracing, dye, failover, async agent. Only one or more services are upgraded at a time, the upgrade is completed and monitored and observed, and this process is performed continuously until all the old versions in the cluster are upgraded to the new version. In the process of stopping the old version, it is impossible to accurately calculate...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    CapRover

    CapRover

    Scalable PaaS (automated Docker+nginx), aka Heroku on Steroids

    CapRover is an extremely easy-to-use app/database deployment & web server manager for your NodeJS, Python, PHP, ASP.NET, Ruby, MySQL, MongoDB, Postgres, WordPress (and etc...) applications! It's blazingly fast and very robust as it uses Docker, Nginx, LetsEncrypt and NetData under the hood behind its simple-to-use interface. For a developer who does not like spending hours and days setting up a server, building tools, sending code to the server, building it, getting an SSL certificate...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    RAP2-DELOS

    RAP2-DELOS

    Open source interface management tool

    RAP2 is a new project redone based on RAP1. It can provide you with convenient interface document management, mock, export and other functions. It contains two components (corresponding to two Github Repository). This tool is a development tool, and the related API has not been subjected to any security verification such as XSS. Please do not rely on any service of RAP in the production environment!Install Docker and Docker Compose (Linux users need to install separately). It is recommended...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    RocketMiX

    RocketMiX

    RocketMix API Platform

    Go to project's home page here (in french only) : https://rocketmix.github.io Go to source code and technical documentation here : https://github.com/rocketmix/rocketmix.source RocketMiX is an open source API platform build on "classic" Spring and Netflix components. It contains : * a routing server * a management server (which embeds a directory of your APIs and a monitoring UI) * a Spring Boot Starter module (hosted on Maven central) RocketMiX aims to be a simplified API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    handy

    handy

    A simple C++11 network server framework

    .... For examples, see examples/hsha.cc. Asynchronous connection management supports openssl connection, if OpenSSL is installed, and <openssl/ssl.h> can be found, the project will automatically download handy-ssl because the open-source protocol of OpenSSL is not compatible with this, so the project file is placed separately in handy-SSL. The message encode/decode example using protobuf is under protobuf. Support udp, the client of udp is used in connect mode, similar to tcp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SSHTOOLS

    SSHTOOLS

    Java SSH API

    This project now hosts the third-generation of Java SSH API, Maverick Synergy. This API builds on the Maverick Legacy commercial APIs and delivers a new API in a unified client/server framework. This API is available to the community under the LGPL open source license. This update includes ed25519 support, support for the new OpenSSH private key file format and stronger key exchange algorithms. The project continues to host both the original API and legacy applications created around...
    Downloads: 68 This Week
    Last Update:
    See Project
  • 8
    JPPF

    JPPF

    The open source grid computing solution

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

    cado

    Template-based code generation language.

    Cado is a mature code generation language that operates on standard templates with embedded macros. It is useful for generating source code and other related content (tests, docs, configuations, etc.), deriving from a common project nomenclature.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 10

    Madara

    Middleware for distributed applications

    The purpose of the project is to develop a portable programming framework that facilitates distributed and multi-threaded programming for C++, Java, and Python. MADARA was originally developed as an agent-based middleware specifically for real-time, distributed artificial intelligence, but is now more general purpose for distributed timing, control, knowledge and reasoning, and quality-of-service. MADARA is composed of several tools and middleware, and the main entry point into the system...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    JRemoteRun allow execute snippets of java code in running JVM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ejSerial

    ejSerial

    Serial connection Java library

    Java library to send and receive data via Serial COM-Ports. This library is intended to provide an easy way to access the serial-port. Only a few lines of code are needed to Read or Write data via serial port. All Properties and Methods are inspired by the "SerialPort"-Class of the .NET Framework (System.IO.Ports.SerialPort) The benefit of this project is, that it needs only a few lines of code to implement, and a reduced CPU load. Static Methods are available to send/receive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    We are developing a set of Delphi components to communicate with a ModBus PLC over TCP/IP. The library provides components to implement both a ModBus master and a Modbus slave, and is based on the Indy component set (both Indy 9 and 10 are supported) De source code of the project has been moved to GitHub!
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    LinkSmart Middleware

    LinkSmart Middleware

    We have moved to https://linksmart.eu - visit us over there!

    You can now find us at https://linksmart.eu -- along with files for download, repositories for code, forums for support, and wikis for documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HyperPool
    HyperPool is a 100% pure Java project for network services management. TCP (HTTP/1.1, HTTPS, FTP, SMTP, POP3), UDP and SOCKS5 protocols support. Configurations: proxy, web server, mail server, download manager, port mapping.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    vMotion Detector

    vMotion Detector

    vMotion Detector for Linux & Windows Platforms

    vMotion Detector is an application suite designed for Oracle OEM, Oracle Grid or Nagios that allows a Windows or Linux Guest VM detect when it has its Session ID modified due to an underlying DRS or HA clustered environment change.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    The ASN.1 Compiler

    Go to github.com/vlm/asn1c for the latest version.

    This ASN.1 compiler turns ASN.1 specifications into C code. The asn1c is shipped together with conformant BER/DER/XER/PER codecs. The X.509, GSM TAP3, MEGACO, RRC and LDAP encoding and decoding examples are part of the source code distribution. NOTE: THE asn1c PROJECT HAS LARGELY MOVED TO GITHUB: http://github.com/vlm/asn1c
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    snmpAdaptor4j

    SNMP adaptor for JMX.

    snmpAdaptor4j is an adaptor for Java Management eXtensions (JMX) providing a simple access to MBeans via the SNMP protocol. Thus, this adapter you allow to connect most monitoring tools (like Nagios and Cacti) to your Java applications. For each MBean, an XML mapping file allows to establish the relationships between attributes and the MIB of the SNMP adapter. No additional code is necessary to integrate the MBeans in the SNMP protocol. This adapter can work in a multi-applications...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project will provide tools that leverage WS-CDL and Pi Calculus to build more robust Service Oriented Architectures (SOA). The tools are now released (and supported) through JBoss Tools (version > 3.2): http://www.jboss.org/tools
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    JADE OsMoSes

    OSGi based Mobility Services for the JADE mobile agent framework

    JADE OSGi (based) MObility SErviceS (OsMoSes) is an OSGi based set of services that offers an alternative to the "built-in" mobility service of JADE. This project aims to bring to the JADE framework all the benefits of the OSGi technology, allowing to modularize the "agents" into "bundles" and migrate them in a transparent way. Currently this project is in a "proof of concept" stage and is looking for the community's interest to keep evolving into a full fledged product. Please refer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Commons-SSH is a thin bridge between different Java SSH implementations libraries. It doesn't contain any crypto-related code and created to be used by projects who doesn't want to care about export control regulations (let client to decide)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jLightning is a Java NIO networking library. This project has been moved into the jeuron project. Please refer to www.jeuron.org for more detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Anturi Tag4M
    This project includes both the libraries and applications created by Anturi Technology to communicate with Tag4M devices provided by Cores Electronic LLC. We want integrators and developers have the tools to build their own developments with Tag4M.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A Java implementation of a NAT-PMP client. At the project's inception, there was not a well-known NAT-PMP client library for Java. This project intends to fill the gap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The original FreeMMG was an attempt at implementing a decentralized MMOG in Java. FreeMMG 2 is, currently, just a PhD thesis, which you can download here. If you are interested in developing the FreeMMG 2 ideas into something concrete: fcecin AT gmail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 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.