Skip to main content

java.net Projects by Letter: D

There are so many different ways to arrive at the home page for an interesting project here on Java.net. To help you find the project you are looking for you can list the projects alphabetically or by community, or peruse incubating projects or those that have been archived. In addition you can search all projects for a specific project name. We are particularly proud of those projects that began in our incubator and have matured into successful projects.

 | 1 | 3 | 7 | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Die rheinjug Düsseldorf bietet hochqualitative Java Fachvorträge kostenlos an. Vorträge finden monatlich an der Heinrich-Heine Universität statt.
Design issue tracking for possible future extensions to the JVM. All content under this Project is shared under the BSD license. Contains no source code, except for small examples necessary for documentation and discussion. For discussion of APIs and use cases, not of API implementations. OpenJDK code engineering takes place within the OpenJDK project, not here.
Instant Messaging Client and Library supporting AIM and ICQ
content management system with community features
Users, Content, Groups and Permissions on top of Java EE.
Dalma Workflow Engine
Javagruppen.dk (The Danish JUG)
Artificial Intelligence distributed testing environment.
Updates Darkstar MUD to sgs-0.9.9, .10 Expands DarkstarMUD to a new game Zombies, Mutants, and Undead oh My! now using RedDwarf 10.2 system and NetBeans. Host site: www.gameactive.org
SGS AS3 Client
Chat application built on top of Project Darkstar
Hack example application built on top of Project Darkstar
Request application built on top of Project Darkstar
Emsoft-data is an open source data utils library for Java 1.6+. Contains data manager for unified work with any data, base generic domain classes with id, name, description properties, exceptions utility and other.
SwingLabs Data Binding Framework
it's a RAD (Rapid Application Development) written in java. It's a client / server framework that allows to develop and to use tables, forms, reports, modules, plugins, services, webservices and other from remote.
db4o is the open source object database that enables Java and .NET developers to slash development time and costs and achieve unprecedented levels of performance. The unique design of db4o's native object database engine makes it the ideal choice to be embedded in equipment and devices, in packaged software running on mobile or desktop platforms, or in real-time control systems - in short: in all Java environments, where no database administrator (DBA) is present.
Simple Yet Powerful Jdbc Tool for Browsing/Querying Databases
This is a small tool to allow java developers to test different sql queries on database. With the abilities run different sqls with different variable bindings for some times, especially binding a list to in clause parameter. DBAs have their powerful sqlpus tools. But they are not run same as the java developers do. This tool can output the execution times, and/or output the results. This will help java developers on tuning the sql performance.
Dcd
DCD finds dead code in your Java applications.
Dynamically decomposes a request into sub-tasks, places those sub-tasks onto every queue in the system for concurrent execution by threads.
Lightweight web application framework which can be set on top of any existing Java web application. Offers powerful but easy to use deferred evaluation and the possibility to pass a variable number of JSP expressions as parameters to another JSP expression. Development status: Finished, translation of comments and docs into English still to be done.
Denver Java Users Group in Colorado brings you leaders and specialists in Java technologies for firsthand exposure to code, best practices, tools, methodologies, and cutting-edge solutions.
Tools for deploying Java desktop applications
Plugin contest for NetBeans
Easy to use LayoutManager inspired by canonical design grids.
Web Designer Plugins for designing and previewing portal's L&F
Detroit Area Java Users Group
We Provides free java tutorials, technical articles, news, forum,free java products and online books for Java developers
DFJUG - Distrito Federal Java Users Group
Lightweight RCP aiming development and deployment productivity.
An implementation of the Dict protocol as specified by RFC 2229
Didactor is an open source E-learning environment. Didactor is the first of a new generation elctronic learning tools, that's focused on the student and can help educational processes become more efficient. It's 100% webbased, works with open standards and incorporates not only SCORM, but also IEEE-Lom and IMS-ld standards. This makes it extremely suitable for use in international perspective. Didactor is used throughout the Dutch educational field (schools, universities etc.) as well as in several companies and also by governmental institutions and the care industry.
An Inversion of Flow library using key/value pairs stored in an associative memory. Missing values are created by factories on demand. Dependencies are managed to prevent cycles and inconsistent data.
DiffKit evolves the traditional *nix "diff" utility for the enterprise. It is an application, and a framework, for comparing two tables of data, field-by-field. The tables can come from any of a number of sources, such as an RDBMS or CSV file, and DiffKit is able to mix different kinds of sources in the same diff operation. DiffKit is highly customizable with respect to the sources of tabular data, the details of the comparison, and the characteristics of the output (diff report).
Utility to compare XML documents
The player will command a dinosaur
Direct Web Remoting: Easy Ajax for Java
DirSynch
Top level project for dsh components and applications.
Facilitating and Investigating Distributed Collaboration
Diy
Do It Yourself Persistence
DOAG is the German Oracle Users Group, one of the representing Java Communities
DocBooKit is a front-end toolkit for DocBook.
doclet implemented as a servlet
DOE
Domain Object Explorer is a desktop application that auto-generates the user interface for your JPA / EJB3 entity beans.
Distributed Object Oriented Virtual Operating System
Open source .Net APIs in Java
Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types. Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level. The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields. The bean mapper is written in Java and relies heavily on the Jakarta Commons Bean Utils package for Java Bean utility methods. A mapping framework is useful in a layered architecture where you are creating layers of abstraction by encapsulating changes to particular data objects vs. propagating these objects to other layers (i.e. external service data objects, data transfer objects, or internal service data objects). A mapping framework is ideal for using within Assembler type classes that are responsible for mapping from one data object to another. Pick and choose the layers you use mapping carefully. Do not go overboard as there is maintenance and performance costs associated with mapping data objects between layers.
dprism Software provides software developers using the Java 2 platform with high-quality, ready-to-use, standards-based components for data management.
NetBeans DreamTeam
A data dissemination protocol for Sun SPOTs and TinyOS motes.
Dtc
Darkstar Test Cluster
Duchess is a world wide network of female Java programmers (and is as such not intended to replace the regular local JUGs).
Duchess is a network of female Java programmers created to support and promote women in the Java industry.
French chapter of Duchess, a global network for women in Java technology
Duchess France is the French chapter of JDuchess.org a global network for women in Java technology http://jduchess.org/duchess-france
Java User Group in Durban, South Africa
The Dynamic Code Evolution Virtual Machine (DCE VM) is a modification of the Java HotSpot(TM) VM that allows unlimited redefinition of loaded classes at runtime. The current hotswapping mechanism of the HotSpot(TM) VM allows only changing method bodies. Our enhanced VM allows adding and removing fields and methods as well as changes to the super types of a class.
A personal dropbox for you nbm files