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
  • Dun and Bradstreet Connect simplifies the complex burden of data management Icon
    Dun and Bradstreet Connect simplifies the complex burden of data management

    Our self-service data management platform enables your organization to gain a complete and accurate view of your accounts and contacts.

    The amount, speed, and types of data created in today’s world can be overwhelming. With D&B Connect, you can instantly benchmark, enrich, and monitor your data against the Dun & Bradstreet Data Cloud to help ensure your systems of record have trusted data to fuel growth.
    Learn More
  • 1
    This project contains many useful utility classes developed by the fine folks at Hyper9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Java Maths library, providing several mathematical functionalities. It is intended to be a project for learning Java, Maths and project related working. This project was started in Course TAI08B1 at www.ba-karlsruhe.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Convergence is a project aimed at integrating Computational Grids with In-Memory Data Grids (IMDG)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project is redundant. All files have been copied to MaMo Py: https://sourceforge.net/projects/marimorepy/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Nonprofit Budgeting Software Icon
    Nonprofit Budgeting Software

    Martus Solutions provides seamless budgeting, reporting, and forecasting tools that integrate with accounting systems for real-time financial insights

    Martus' collaborative and easy-to-use budgeting and reporting platform will save you hundreds of hours each year. It's designed to make the entire budgeting process easier and create unlimited financial transparency.
    Learn More
  • 5
    Jexpel is a library of compiling and execution of expressions for java whose the syntax is compatible with some of most popular expression languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A tool for direct ZIP archive (ODF/OOXML format, etc.) processing in XSLT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Messi is a REST ajax framework for java and php. Database is manipulated transparently via SQL statements using javascript. Records are fetched to browser as scrollable dataset linked to data-aware JS widges such as editable grid and various fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Library with support for Java generic delegates and events similar to .NET delegates and events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A simple tool to pinpoint jdbc connection leaks in java code. Of course your code is the best and implements patterns, but what if you have to work on an old project that is not so neat and it has a connection leak? Do you start looking everywhere?
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 10
    A Java CIGI packet stuffer which supports encoding/decoding a limited number of CIGI 3.3 packets. The library is licensed under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A data supporter library for developing hibernate ready applications with an easy to write dao code preventing session problems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    this project was moved to http://sourceforge.jp/projects/r42utils/wiki/FrontPage
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java HTML/XML Compressor is a very small, fast and easy to use library that compresses given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SimpleNet is a small Java network library that should aid in writing fast and lightweight network protocols without having to fuzzle around too much with protocol decisions. It mainly aides in message dispatching and abstraction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JDeliciousFeedApi is a very simple to use Java API to access the information provided by delicious.com over RSS feeds. It does not depend on other libraries, therefore it is a really lightweight piece of software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    UMIL provides two things: It eases the embedding the XULRunner/Mozilla into wxWidgets-based Projects an provides an abstraction to switch between Google and OSM (OpenStreetMap) maps. UMIL is implemented in c++ based on wxWidgets and XULRunner.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Java library offering theory of sets/set theory functionality (complement, intersection, symetric difference, union, cartesian product and powerset). There's also an ant task/ant tasks included that provides the library's functionality
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Use of annotations to specify constraints on methods. There are annotations available to perform common checks (i.e. a parameter has to be not null, an int value has to be positive, etc.) and to use a full-flavoured design by contract in java with suppor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Java Base64 library enables your Java application to encode and decode base64 strings and streams.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    This project contains many useful utility classes developed by the fine folks at H9Labs, the research and development arm of Hyper9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Java library to provide a progress indicator on the command line, for command line programs that can take a long time to run with little feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Des3Per it's an easy to use java library that performs access to personalized file formats. The library is an API that can access for read only to any file format. The developer makes your model of file schema and after, access it via API in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Java library that provides accelerated downloads of HTTP/HTTPS URIs via the GET and POST methods. Works similar to download managers as requests are made in parallel and chunked for speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jarrunner is a java library to execute external java programs (jar) inside the running JVM (instead of forking a separate one). Additional features are an isolated mode to prevent class loading conflicts and the interception of all System#exit() calls.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Java library for constructing embedded parsers. A parser is constructed by Java objects. A fluent interface API helps to define the grammar in an EBNF-like style. No Java source code will be generated. ParCinJ is suitable domain specific languages (DSL).
    Downloads: 0 This Week
    Last Update:
    See Project