Showing 1340 open source projects for "java open source projects"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1
    Java does not provide object properties concept. Tag4J is similar to object properties, but not exact, it is different in many aspects. Tag4J basically provides standard way to add / remove tags [Key-Value pairs] .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Amethyst Network Library is a Java-based network library developed specifically for the Java platform. This library can be used within any Java application to streamline and abstract the I/O of Java Sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    An open source Java library for interprocess communications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Easy Args java command line processing API is designed using annotations and reflection to greatly simplify the tasks involved in argument processing, including required argument detection, automatic type conversion, and the generation of usage help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your hosting business with our vacation rental software Icon
    Manage your hosting business with our vacation rental software

    Empowering your short-term rental business to succeed

    Whether you’re a new or established business, you can rely on Lodgify’s vacation rental property management software for support through every step of your journey.
    Learn More
  • 5
    VT-Layer is a Java library for discrete-event simulation modeling. VT-Layer allows you to create, visualize, and analyze high-performance discrete-event simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Persistence framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RonFX-2009-Beans
    Consist of small but usable Java source code or libraries for rookies or intermediate Java developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A basic package that represents graphs along with some basic graph algorithms in Java. The idea is to keep the representation simple, straightforward and documented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This projects is closed. The code is maintained as part of the HuMuS project. http://sourceforge.net/projects/humus/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Securing the Cloud Made Easy Icon
    Securing the Cloud Made Easy

    Multi-cloud security delivered — now and in the future.

    Designed for organizations operating in the cloud who need complete, centralized visibility of their entire cloud estate and want more time and resources dedicated to remediating the actual risks that matter, Orca Security is an agentless cloud Security Platform that provides security teams with 100% coverage their entire cloud environment.
    Learn More
  • 10
    Delphi libraries containing custom controls, database components, and utility code. Documentation in progress on the wiki at http://apps.sourceforge.net/mediawiki/prometheuslibra/ . Depends on the Jedi Code Library at http://sourceforge.net/projects/jcl/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SBAL is a command line tool to launch spring batch. It provides advanced features like displaying the batch version, running resources validations, configuring logging ... It also defines a standard directory structure for deployments
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Cisco IP Phone Idle Display Logo Engine project or CIP IDLE A framework for displaying custom logos on Cisco IP Phones 79XX series. Also provides a Java alternative to cip2gif.exe and gif2cip.exe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ANNJ, Another Neural Network for Java is a neural network framework for the Java programming language. It is still in an early development stage, currently supporting only feed-forward type networks, but will soon be able to handle many other types.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    GQLx is a SQL-like query language for Google Doc's spreadsheets. The initial release includes both a Java GUI application as well as a console application - while a demonstration Javascript implementation is available online at http://gqlx.twyst.co.za
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JFling provides tools for (un)marshalling fixed length string data to and from java objects with typed properties. It's codegenerator uses plain csv files to generate fixed-length-string wrapper classes. (see our wiki 'Hosted Apps/Trac' for more info)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Project to treat NMEA sentences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JGauge Bean is a single purpose bean library for gauges. You can use it to draw round gauges on Java Components. The gauge can be extensively configured for displaying one discrete value within a given range.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The goal: to provide implementations of as many algorithms (sorting, searching, ...) and data structures (lists, trees, ...) as possible, accompanied by discussion of big O run time and memory limits and references to sources of further study.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Free Java C(ell)S(tream)V(alidator) library. OpenCell aims to implement set of interfaces with which user can manipulate values in 'cell' carried in a stream of csv(or any delimiter separated format) by a custom implemention of a rule.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Software helping to build a SOA without depending on an ESB: Services look up each other in a registry and talk directly (no spaghetti: links are configured in registry). Management and monitoring is provided by clients and server stacks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tying together Zend Framework, PHP/Java Bridge, JTOpen, and Tomcat to provide a FOSS solution for i5 (IBM i, iSeries, AS/400) PHP developers struggling with the performance issues of the Integrated File System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Clothes - sewing CAD for creation of models of clothes. Based on the new concept of the automated designing of clothes with use of parametrical model. Creates a base design of model of clothes and allows to change it depending on necessity of updating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jWlanScan is a free (LGPL) wireless network(WiFi) scan library for the Java platform. It uses JNI technology, supports WinXP,Win2003, can get access point information of AP NAME,RSSI,BSSID,SPEED,CHANNEL and more.Use this lib,developed a WlanScan tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    This software provides library to encode/decode Java strings to/from Base64 encoding and variants. Just include the .jar file into your classpath, to encode: string.getbytes("x-base64"); to decode: new String(bytearray, "x-base64");
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a Java port of the original FPDF free PDF generation library for PHP.
    Downloads: 0 This Week
    Last Update:
    See Project