This is the General Community on Java.net. It is where most projects start out and where any project that doesn't belong in one of the more specific communities belongs.
Example application to demonstrate using Guice for dependency injection when using Apache Droids
A pure Java library which can read and write Ascii85 streams. Ascii85 encodes binary data into ascii, using only 125% of the space of the original data - which is more efficient than most methods. PDF files use Ascii85 to encode their embedded images, etc. The library provides an InputStream for reading and an OutputStream for writing. The mark() and reset() methods are supported, provided that the underlying stream supports them.
Very powerful JavaEE web library. It is used in all of my JavaEE-Projects. The current productive version is 2.0
To create flexible logger for use on glassfish servers. This logger should be able to: log to several locations, use memory buffering, be resilient to files being locked/deleted and use the built-in Java logging classes and configuration files.
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.
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.
FREJ - Fuzzy Regular Expressions for Java - is a library (plus command-line grep-like tool) which provides mechanism for comparing text strings with patterns disregarding nasty typos and considering special structural dependencies between parts of text being matched with help of special syntax (regexp-like) of the patterns. Example of syntax: [(^Fuzzy,Approximate),(?matching),(^Regex*,{Regular,expression*})]
This is the public incubator for general community projects. Projects here have some content and are expected to be under active development, but do not yet have a usable release.
Batch process framework for java. This is the controlled version, please do not use unless you asked to do so.
Oracle Information Rights Management (IRM) uses encryption to secure and track ALL copies of an organization's sensitive documents and emails - regardless of how many copies are made, or where those copies are stored and used - even copies sent outside the firewall. Oracle IRM Hot Folders monitors file system folders and automatically seals (encrypts) files moved into them, to associated Oracle IRM classifications. Mature software (widely used by Oracle IRM customers).
Oracle Information Rights Management (IRM) uses encryption to secure and track ALL copies of an organization's sensitive documents and emails - regardless of how many copies are made, or where those copies are stored and used - even copies sent outside the firewall. Oracle IRM Wrapper is a Java desktop application that can manually 'wrap' and 'unwrap' ANY file format on ANY operating system using the same classification-based rights model and encryption as the core Oracle IRM product.
An archetype for a standalone JavaFX 2.0 application with Scala. The generated application is identical to the ColorfulCircles demo from the JavaFX 2.0 SDK.
Compile-time and run-time removing log calls (or wrapping it into if (log.isDebugEnabled()) ) for performance purposes
Inspired by Ant's TStamp task this maven plugin will set the DSTAMP, TSTAMP, and TODAY properties in the current project. By default, the DSTAMP property is in the format "yyyyMMdd", TSTAMP is in the format "hhmm", and TODAY is in the format "MMMM dd yyyy" Optional properties can be specified
Mobile Desktop Grid (MDG) make mobile device to interact with cluster- and grid-based resources: The one-stop solution to obtain worldwide grid resource for computational use. With our solution, world wide physicist, biologist, chemist, laboratory assistant and computer scientist are able to complete their exhaustive computational jobs in a shorter period. The targeted users are from non-grid or non-cluster awareness group of people to enjoy cluster resources with our invented solution.
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.
Mosaic is the next generation of the Mural Master Data Management open source, updated, enhanced, extended and supported by the open source community. It is built specifically for the development of person-centric master data management platforms and solutions.
Profiles for import into Oracle Enterprise Manager Ops Center. The profiles are for provision and upgrade of Oracle Solaris Cluster Software.
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.
Information on Oracle's java-based tools and their accessibility. Including tips and tricks on how best to use them.
A database administration tool, suitable as front-end for your Teradata relational database. Used to easily query, update and administer your database, create reports and synchronize data.
This is the area to host shared code and documentation, migrated from the PeopleSoft projects sample code site.
A mail server written in pure Java using Grizzly for network and EclipseLink-JPA for persistence. Currently, POP3 and SMTP is working, including secure logins (APOP and CRAM-MD5). IMAP is being developed. The first release will be done after IMAP is fairly complete.
Fortress is a programming language combining easy access to parallelism, extensibility, static checking and inference, and an uncluttered syntax.
Software criado por Daniel Soueid Santos e Lucas Cavalheiro para atender as necessidades da empresa X e também para ser avaliado na disciplina de Estrutura de DAdos
QuickTable is a complete java JTable alternative Javabean/Grid control component. It has all the features which are missing in JTable and it is built on top of JTable, so you don't have to learn any new API. QuickTable can be used as * Database Grid * EJBs/DataObjects/Hibernate Grid * Delimited/Fixed length data file Grid * Array/Vector/Collection Grid
Simple collection of classes to create windows-style desktop / tray notification windows (balloon tips) that are interactive. See wiki on the right for more information / examples / tutorial!
This Project aims to develop an Java application for Space Network Analysis, which can import IFC files from BIM tools.
This project is the parent project for various example projects, presentations, etc. done for steeplesoft.com.
Implementation of the STUN protocol as described in RFC 3489. STUN is a technique (protocol) there allow an application behind a Network Address Translators (NAT) Firewall to discover its public Internet address and the type of the NAT scenario used between the application and the Internet. STUN use a client/server scenario and the goal of this project is to implement a client API there are easy to use, plus the necessary classes to set-up a server.
This project hosts the sample application used as a reference for the JDeveloper 11g handbook from Oracle Press. To find the sample code for each book chapter click on the Downloads link
Writing WebDAV enabled services is simple using "WebDAV Support for JAX-RS" in conjunction with "WebDAV Interoperability Filter". Check out the example project "WebDAV Address Book" to learn how this is done in an 100% vendor-independent way!