Open Source Java Scheduling Software - Page 9

Java Scheduling Software

View 359 business solutions

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

  • Entity Management Software Icon
    Entity Management Software

    Filejet’s entity management software organizes & files all of your entity reports: every year, in every jurisdiction – with total visibility.

    Automate everything: entity compliance, registered agent services, annual report and BOI filings, org charts, and DBA/fictitious name and business registration renewals, so you can focus on higher-value work.
    Learn More
  • Ditto Edge Server is a lightweight standalone server for resource-constrained edge environments, based on the core Ditto Edge SDK. Icon
    Ditto Edge Server is a lightweight standalone server for resource-constrained edge environments, based on the core Ditto Edge SDK.

    With Ditto Edge Server, you can join devices as small as a Raspberry Pi to a local mesh network and synchronize data across edge environments.

    Ditto's Edge SDK is the only thing your edge devices need to ensure your application is operational in any environment, regardless of network conditions.
    Learn More
  • 1
    Jsp-PIM is a fully integrated modular and open personal information manager written in java, jsp and html.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jump Scheduler is a program to help schedule and manage a sky-diving business. It will help manage plane loading, instructor scheduling, payout lists, and hopefully much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A simple Calendar written in Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Koala Calendar is a complete Calendar platform for use both by end-users wishing to use a cross-platform, multi-user desktop calendar for personal or group scheduling and by developers wishing to use the platform APIs in other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Effortlessly manage macOS, iOS, iPadOS and tvOS devices across multiple clients and locations. Icon
    Effortlessly manage macOS, iOS, iPadOS and tvOS devices across multiple clients and locations.

    The Most Powerful Apple Device Management Tool for MSPs and IT Teams

    Addigy solutions accelerate Apple adoption in any environment.
    Learn More
  • 5
    KounTI is a little tool, that counts the time that has to pass until any user defined event will happen. The user can define n events and the according dates and the KounTI-window will count the time down for these events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LDS Meeting Manager is designed to simplify the planning, running and evaluation of church leadership meetings. As well as allowing leaders a repository for storing meeting information, LDS Meeting Manager makes it easy for relevant data to be shared.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A workflow engine based on the Agila incubated project at Apache (http://incubator.apache.org/projects/agila.html).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Libellus is a pocket agenda or PIM. It allows one to schedule events, hold a contact list, view a calendar and perform a few other odds and ends tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ListfulThinking is a stand alone self prioritizing ToDo list application that supports an unlimited number of items and lists. It is written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Searching for a better way to ship ecommerce? We can help Icon
    Searching for a better way to ship ecommerce? We can help

    ShipHero gives you the tools that give you ecommerce fulfillment super powers.

    ShipHero is built for multi-channel commerce. With a few clicks, you can connect your stores. ShipHero will download new products, as well as sync existing ones. When changes are made to your inventory all connected stores will be updated.
    Learn More
  • 10
    LogiDist offer a solution of "Computer Aided Logistic" with mostly informative purposes on executed pickups/delivery of merchandise. Is able to manage the whole process of purchase, order management, merchandise delivery to reduce distribution costs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This web based application help to plan and keep track of therapies in logopedics, assists to create timetables and rearrange them easily with user friendly techniques like drag and drop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Take the guess work and debate out of which place to goto for Lunch each day. Picks based on user preferences, previous days, and daily specials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    M. Vezelis Bits Visualiser

    M. Vezelis Bits Visualiser

    It helps you track your personal budget and visualises income/expenses

    The application helps you track your personal budget income and expenses, and visualises the in and out flows. The visualiser lets you set the targets that you expect to reach in the budget, and the asynchronous transactions scheduler keeps a track of such budget changes in the background. The observations summary panel gives you information on the current status of the budget. The data gets seamlessly highly encrypted underneath the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A matching platform for consultants
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Manage your time, life, project, calendar and to do list in one program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    MarineServiceScheduler

    Simulated Scheduling application for a Marine Service Shop

    This application is simulation/ practice for a fictional business, providing a web-based interface to allow customers of the business to schedule appointments for maintenance on a power boat or sail boat. Technicians that are properly trained and certified for a particular task will be assigned to given incoming customer requests. Technicians can view their own schedule and assist customers with creating or modifying appointments. Management is able to add and remove technicians as personnel are hired or dismissed/ resign, and add additional tasks to technicians who complete additional training. Management is also able to view schedules and assist customers with appointments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Material Calendar View

    Material Calendar View

    A Material design back port of Android's CalendarView

    A Material design backport of Android's CalendarView. The goal is to have a Material look and feel, rather than 100% parity with the platform's implementation. Material CalendarView 2.0 comes in with a major change into the core of it's API, we transitioned from using java.util.Calendar to java.time.LocalDate. Also that should not impact the public api (we are still using CalendarDay), both Calendar and LocalDate function a little bit differently. One example of that: Months are now indexed from 1 (January) to 12 (December). You can access from the LocalDate from CalendarDay using getDate().
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Material DateTime Picker

    Material DateTime Picker

    Pick a date or time on Android in style

    Material DateTime Picker tries to offer you the date and time pickers as shown in the Material Design spec, with an easy themable API. The library uses the code from the Android frameworks as a base and tweaked it to be as close as possible to Material Design example. (Android 4.0 was supported until 3.6.4). The easiest way to add the Material DateTime Picker library to your project is by adding it as a dependency to your build.gradle. You may also add the library as an Android Library to your project. All the library files live in library. The library also uses some Java 8 features, which Android Studio will need to transpile. The library follows the same API as other pickers in the Android framework. The library contains 2 layout versions for each picker. Version 1 is the original layout. It is based on the layout google used in the kitkat and early material design era. And version 2 is based on the guidelines google posted when launching android marshmallow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Java aplication. Manages cars spends money and kilometres. Aplicación java para el control de coches, consumos, kilometros, y otros gastos. Da controles mensuales de kilometros y gastos, asi como un historico. Utiliza HSQLDB y Jasper Reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A multiuser meeting organizer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Pain Management Medical Records system. This software provides a combination of file and database records to track patient data and produce required documentation. In addition to records-keeping, it also has a drop-in template area for new forms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    New concept of a modern diary and sticky notes, developed in Java SE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Memoranda (formerly known as jNotes2) is a cross-platform diary manager and a personal project management tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mens is a collection of simple, easy to use menstruation calendars for a number of platforms. So far, there is one for mobile devices like PDAs and cell phones that can run Java programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a free OpenSource Microsoft Project file Viewer. It relies on the "Apache POI - Java API To Access Microsoft Format Files" project. A bundle distribution of the application can be accessed from the following url: http://mspviewer.blogspot.com/ If you like this software and are a developer, check out: https://sourceforge.net/projects/crudzillawebapplicationbuilder/
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB