Open Source Java Object Oriented Software - Page 12

Java Object Oriented Software

View 5719 business solutions

Browse free open source Java Object Oriented Software and projects below. Use the toggles on the left to filter open source Java Object Oriented Software by OS, license, language, programming language, and project status.

  • 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
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    A functional library to do functional programming in Java. Higher-order function, currying, pattern-match, monads are supported. Also, a recursive descent monadic parser combinator library is included. Homepage: http://jparsec.codehaus.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A modular engine written in Java, that offers simple interfaces & services between modules. Add new modules by yourself or manage modules & versions in the application itself. This application brings frameworks for developper tasks for Swing, AWT or SWT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Jikes RVM
    The Jikes Research Virtual Machine (RVM) is designed to execute Java(TM) programs that are typically used in research on fundamental virtual machine design issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jon's Flickr API is Java wrapper for the Flickr API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    Josbug is an object-relational mapper for java. This library enables to match tables from a relational database to java classes by generating from the database schema a java class for each table. It has been especially designed to deal with class and table inheritance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The project is supposed to provide object criteria to build JPQL statements and use them with JPA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JsonMarshaller is an Java 1.5 library that allows marshalling and unmarshalling of JSON objects to and from entities ("Java classes").
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Extendable general purpose DB framework. JugglerDB started out as a simple source code generation interface, to create Java DAOs for databases. At a certain point we decided to extend its usage to perform many other tasks. We decided to go ahead and deve
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Jupe is a UML Plugin for Eclipse. It provides support for the creation of UML class diagrams, Java code generation and reverse engineering. Jupe is based on the GEF and UML2 frameworks and supports Eclipse 3.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10
    An execution engine for Linked Object Oriented Programming (L.O.O.P.). L.O.O.P. adds EXTERNAL LINK property for original OOP, which can make objects link, pass data to each other without knowing the other object's information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Kjora Framework is a lightweight PHP 5.3 framework. It provides an architecture to build a Model-View based website, with a dynamic data access object, and a "One Page - One Class" system to design it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    User interface (UI) generator. Servlet based, JSP-less. Generate HTML and Javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The project implement a framework of modular compilers that allows compile time programming for .NET, Java and other platforms. Languages on this framework are multi-paradigm and can be extended by programming new semantic structures or DSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Layout Parser

    Map fixed-length files to java objects allowing read from and write to

    Parses and formats positional and CSV data into and from Java Objects based on a layout defined in xml format. Particularly useful for developers that need to integrate Java with legacy systems/languages that only understand positional data (i.e.: Cobol).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An Eclipse Plugin for Development of leJos based Lego Mindstorms. Supports a leJos nature project. Integrated Upload via Bluetooth/USB. Includes a graphical modelling environment of statemachines. Requires: Eclipse GMF and oAW
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LIBrería de Grafos de Simple manejo, escrita en Java y 100% en español, posee una extena docuementación
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Liberator Java Persistence API is an open-source JPA solution developed by a group of chinese java developers who believe in open-source spirit. Liberator learns from all other O/R project and comes with a new envolved design and high-quality java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Little-endian versions of Java's DataInputStream and DataOutputStream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project is a small Point of Sale System that is developer in Java (Swing API) and mySQL DB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Lnkdlst

    Single sided linked list (kind of lib with test-code, C, C++ and java)

    Use own (user) data section for each Linked-List-Element (LLEl) including a fix Identifier which is for search via basic Lnkdlst function (fast ID-part-search, e.g. to find all elements with a specific bit in the ID set). Main list-linkage-change functions: append, insert, delete. - Examples: use of flexible variable ArgList (OnePointerArg, optional valid if not NULL, Argument-Type by ID-Number is easy to get), key-value pairs, build FIFO{queue}/LIFO{stack}, auto-list with max. Element-Size and chronological order. Use malloc{slower-but-easy} or fix (static) memory. - OAList01: Object-Kind of a predefined pre-reserved List with X Elements (with constant user-data size), with secur modify functions and option to use locks (POSIX: mutex). Supporting a BusyList and a IdleList for easy build of e.g. a FIFO without need of much time for mem-allocation. - Release-Notes see uws-Lnkdlst-readme.txt in the tar.gz file(s) and in „Files“.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Lockstitch is a Java Annotation Library that makes it easy to thread your applications to take advantage of today's multi-core technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Lucene-based search library that leverages on the Spring framework to provide easily configurable searches with little or no intrusion in the application code. You can create indexes from any collection of POJOs and benefit from event-triggered updat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The MCLA Robotics project comprises a Java based platform for robotics application development. It is being developed by the physics department at the Massachusetts College of Liberal Arts in North Adams, Massachusetts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The METS API is a Java API designed to aid developers in the processing and assembly of METS Documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MOFISP is (another) relational object mapper. The purpose is to create an object oriented view over legacy bases.
    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.