Open Source Java Object Oriented Software for Mac - Page 6

Java Object Oriented Software for Mac

View 1208 business solutions

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

  • Effortlessly scan, track, and manage inventory across multiple sites in real time. Icon
    Effortlessly scan, track, and manage inventory across multiple sites in real time.

    For businesses that need an inventory and warehouse management system

    PackageX Inventory is a modern inventory management system that streamlines four-wall logistics workflows for warehouses, manufacturing sites, and eCommerce businesses.
  • Qualis 4.0 SPC software Icon
    Qualis 4.0 SPC software

    DataLyzer Qualis 4.0 is a comprehensive SPC software package designed to simplify the tasks of real-time data collection and charting.

    SPC Qualis is a webbased statistical process control (SPC) software that simplifies the tasks of real-time data collection, charting, and analysis.
  • 1
    Cux Bomberman

    Cux Bomberman

    JAVA websocket implementation for a bomberman-like game

    This application uses JAVA and Glassfish server to provide an active and simple webSocket server for an online, multiplayer bomberman-like game. It only requires a running glassfish server to deploy the application on and a MySQL database server. After deployment and first run, anyone can access your webserver, register and play the game, using only a web browser that has built-in support for webSockets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DBOne
    A framework for java web development. To help developers to create their own java web application in a simple way without verbose configuration files. You can still use configuration files, only if you want it. The developer are the boss!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private DBNumber uidMyTable = new DBNumber(); } Easy Gets: List<MyTable> myRows = myDB.get(new MyTable()); MyTable row = myDB.getDBTable(new MyTable()).getByPrimaryKey(61176904); Natural and Outer Joins and Criteria: CarCo carCo = new CarCo(); carCo.name.isLiterally("GM"); List<DBQueryRow> results = myDB.get(carCo, new Marque()); dbQuery.addOptional(new CarModel()); Easy debugging: query.getSQLForQuery(); Simple processing: db.print(query.getAllRows()); List<Marque> marques = query.getAll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    DDD sample application (moved to Github)

    https://github.com/citerus/dddsample-core

    The previous home of the Domain-Driven Design sample application implementation. The project has moved to Github at https://github.com/citerus/dddsample-core
    Downloads: 0 This Week
    Last Update:
    See Project
  • Optimize every aspect of hiring with Greenhouse Recruiting Icon
    What’s next for many of us is changing. Your company’s ability to hire great talent is as important as ever – so you’ll be ready for whatever’s ahead. Whether you need to scale your team quickly or improve your hiring process, Greenhouse gives you the right technology, know-how and support to take on what’s next.
  • 5
    Java Library find all files in a root directory and all its sub folders
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Daileon (Domain Annotations Identifier and LEgacy annOtations arraNger) provides mechanisms for applications to implement domain annotations specifically using the Java language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Dataverse Network is a Java EE5 app that enables researchers to share data on-line. It provides data citation standards, facilitates preservation, distribution and replication of data, and includes statistical analysis. More at: http://thedata.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A Java library to handle dependencies between "things".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    An architecture description language (DiaSpec) supports the description of components of a given distributed computing area. From these descriptions, DiaGen generates a dedicated programming framework to support distributed application development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free On-Demand Pay solution for employees Icon
    Free On-Demand Pay solution for employees

    SMB and Enterprise businesses wanting to offer financial wellness benefits at their workplace

    Provide your employees the peace of mind they deserve with On-Demand Pay, a financial wellness benefit allowing them instant access to their earned wages. The best part? Our earned wage access app is free for you to offer and requires no changes to your payroll - ever.
  • 10
    Simple lightweight Dependency Injection / Inversion of Control object factory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    J2SE implementation of the Dictionary Server Protocol (DICT) that allows a client to access dictionary definitions from a set of natural language dictionary databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Djarva Language and VM

    Djarva - object language, compiler and virtual machine

    Djarva is object language inspired by Ruby and Java languages. Djarva project includes Djarva language, Djarva language to Djarva bytecode compiler and Djarva virtual machine accepting Djarva bytecode. Whole solution is implemented in the Java language. Djarva compiler is based on JKIT (see http://homepages.ecs.vuw.ac.nz/~djp/jkit/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DMDF has collection of Frameworks for distribute your domain model. The Domain Model Transportation framework [sub project] let you use your own domain model replace DTO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Domian is a Java implementation of the Evans/Fowler Specifications pattern. Domian is compact, simple, and embraces fluent interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A portable java IDE with support for syntax highlight, line numbers and others features. Version 0.2 is beeing prepared and will contain a lot of inovations and utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DropboxMQ is an implementation of the Java Message Service API that uses a shared file system to store and distribute messages. A dropbox is a set of shared directories that relies on atomicity of file move operations to settle contention for messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A small library that enables interface based duck typing for Java. Based on java.lang.reflect.Proxy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Dynamic Dao is JDBC ORM framework. It allows to use annotations to attach SQL execution to interface methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project is no longer maintained! DynamicAspects enables you to do aspect-oriented programming in pure Java. Using the "instrumentation" and "agent" features introduced with Sun JDK 1.5, aspects can be installed and deinstalled during runtime!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    E.R.A simple uml

    E.R.A simple uml

    Very simple entities relation attributes tool with export

    I was tired of the wayward UML tools to explain some simple ideas and share with my colleagues, I created this tool to create simple schema simply. Not perfect but do the job.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    EasyUpdate is a secure, small and easy to use Java library that enables your application to check for version updates on the Internet, download and install them. It uses JCE to digitally sign files so they are guarantee to be authentic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Eclipe Eiffel Development Tools (EDT) are a set of plugins which eventually implement a full-fledged, highly integrated Eiffel development environment based on the Eclipse Platform. The EDT plugins contribute a number of facilities specific to Eiffel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This plug in will give you the ability for schedule your launches in eclipse. It's based on a simple workbench view where you can add your task to be launch at a specific date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An Eclipse plugin which simplifies access to Spring containers for developers of applications which run on the Eclipse RCP platform. This is NOT a development tool or IDE, but a runtime API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Dual panel commander in java...so for crossplatform Supporting - copying in background - tab in each panel - ftp
    Downloads: 0 This Week
    Last Update:
    See Project