Showing 924 open source projects for "java class editor"

View related business solutions
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1

    External Java Command Control

    Send commands from the command-line to your running application.

    Moved to GitHub https://github.com/fedups ExCon is a small Java class (a runnable Jar file, “sender”) that you run whenever you need to send a command to your application. Your application needs to include the ExCon “receiver”. The receiver accepts the commands from the ExCon sender and processes them. Since the receiver runs within you application it can access all of your application’s classes and resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    mdx builder 4 java

    MDX query builder library

    Lightweight Java library for building MDX queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Java Library implementing the Client side of RFC4741 and its Transport(s)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MultipleKeyListener

    Small java library to handle multiple key events as an implementation of KeyListener

    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5

    bornlib

    Set of Java classes

    git server on https://github.com/borneq/bornlib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TennisScore

    Java classes to count tennis scores

    This Java project contains source code to count tennis scores. It also contains J2ME to build a SmartPhone application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Java bindings for OpenCL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Interfuse is a workflow framework that joins ("fuses") the services, rules and objects of a traditional application with user-defined workflow. Interfuse is lightweight and designed to be embedded in existing Java-based applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a calendar widget based on the joda_time library. It will create customizable widget for the java platform. datefield, MonthPanel, calendarPanel are planned
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    Tapestry XPath

    Allows you to query the Tapestry DOM using XPath

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Spring Contributions

    Some spring-like modules

    This project is intented to host a few spring-like modules of my own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JavaRTMP is a Java library for interacting with Adobe Flash Player and Adobe Air applications via the RTMP protocol
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Enhanced Collections is a thin wrapper around commons collections to allow usage of Java 5 generics. Unlike similar projects, this is not a rewrite of commons collections, just an enhancement on top of it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Multithreaded java client of redis (A persistent key-value database with built-in net interface written in ANSI-C for Posix systems) See http://code.google.com/p/redis/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    dirndl

    Displeasing Ivy repositories now dressed lovely

    If you are new to Apache Ivy and want to build your own repository, dirndl is the tool of choice. You will be able to build your custom repository with an easy to use Swing application and deploy it wherever you want. No more strange or outdated libraries from mysterious sources. Build your own repository. Use libraries from sources you trust. Gorgeous acronyms! Get dirndl now. You have the choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    holly-gtk-widgets

    A free library of .NET/GTK# widgets

    A collection of useful Gtk# widgests including combo box, simple list, date editor, font and color picker, etc....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    JDeviceLink

    Java TCP Socket Client Library for Device Communications

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Nasira is a Java library for reading text files with non-ASCII characters (e.g. documents in German, Swedish,...). To do so, it automatically determines the character encoding (iso-8859-1, utf-8) used to encode the file through user-provided hints.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    3DzzD is an API to publish 3D on the Web using Java 1.1 technologie.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Open Source Integration project aimed at integrated Alfresco with Salesforce
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Library of components and tools for business applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Tapestry Testify

    Enhanced testing facilities for Tapestry 5

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cassandra JavaBeans is a lightweight JPA implementation for Apache Cassandra project. This tool helps java developers to easily use Cassandra with persistence solutions. The project follows JSR 317 specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simple Yaml2Java Transformer

    Simple Yaml2Java Transformer

    Provides quick transformation from yaml to Java Objects

    Provides quick transformation from .yaml or .yml files in classloader or filesystem to java class instances. GitHub: https://github.com/DeMmAge/Simple-Yaml-Transformer Library based on snakeyaml: https://mvnrepository.com/artifact/org.yaml/snakeyaml Add Jitpack repository in <repositories> section in pom.xml: <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> Add Simple-Yaml-Transformer dependency: <dependency> <groupId>com.github.DeMmAge</groupId> <artifactId>Simple-Yaml-Transformer</artifactId> <version>1.0.0</version> </dependency>
    Downloads: 0 This Week
    Last Update:
    See Project