JClassCollections is a library of Java collections whose contents can be filtered by class. When a filtered view is requested, all objects that are instances of the specified class (either directly or via inheritance) are included.
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
The project models a Matrix in JAVA with a complete Object Oriented approach, from its values to its access and indices. There are specialized classes for tables(2), cubes(3), and arbitrary(N) dimensions matrices
Eleventh Framework is an implementation of the ideas of the Eleventh Architecture [http://www.eleventharchitecture.org]. Its objectives are creating robust Java web applications faster by using a specific set of libraries, patterns and templates.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
CAP (code analysis plugin) is an eclipse plugin (written in Java) that analysis your java project. It checks dependencies between the classes and packages and gives you a hint about the architecture, reusability and maintainability. ("JDepend 2")
Genesis is an IOC framework written in Java. It allows you to instantiate different kinds of objects with diverse tools which are provided by the abovementioned framework: XML, extensible design, reflective API, containers for the different types of IOC.
yUba is a programming language for easy Web-application development: (1) yUba creates both client-side code(Javascript) and server-side code(Perl) at once. (2) XML/HTML can be embedded directly in yUba codes without any quotations.
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
This project is just a simple exploration of object oriented design patterns. Our project begins with a Conway Game of Life program, applying patterns where possible. The eventual goal of this project is to develop a reusable library of patterns.
Transform an application into a component, a module, and use it like a piece of a bigger software. This software let you link every standalone program, to extend an application or create a new one, like a Lego(tm) system, without modify the source code.
The purpose of this project is to modify SmartEiffel to allow it to be used to create applications for mobile device platforms such as Symbian, BREW, and J2ME. Currently the codebase is based on SmartEiffel 1.0, but we are looking into moving over to Sma
Milky is a general-purpose, public-domain Java library. Use it in its entirety or cut and paste parts of it at your discretion. No strings attached, no credits required.
Auster is a device discovery tool, which is mainly used to discover the devices (PLC's, SWITCH's and all IP enabled devices) from the current network by sending ping (ICMP), SNMP, LLDP commands.
The software bus tries to implement an architecture known from several hardware buses in software. It offers a new concept of building applications as each part can be seen as a module on the bus.
A static analyzer for Java programs that checks for design guidelines. The project is adopted from PDL (http://portal.acm.org/citation.cfm?id=1218571).