95 projects tagged "Java 6"
The j661 project provides a generic CDS (or ARINC 661 Server) in order to facilitate the understanding of the ARINC 661 standard, prototype ARINC 661 concepts and architectures, and facilitate the reuse of ARINC 661 specifications and artefacts between projects. The CDS architecture is designed to allow defining the Server behavior to be easily modified or extended. This is achieved by a modular plug-in architecture, allowing customization at runtime without changing anything in the Server core itself.
Melon MailServer is a simple mail server emulator for developers. It can emulate POP3 and SMTP services. The SMTP facility receives and stores all the messages sent to it rather than sending them. The POP3 facility allows you to download any messages without authorization. The server is designed to accept all messages for any email accounts. It can be very useful for testing Web applications and other software applications.
Tymeac-and is a full-featured fork-join manager for Android application development. It provides a queuing facility, thread management, and recursive processing with a minimal footprint that is easy to use. This project is the fourth in a series (Tymeac-se, me, dse) based on Java technology.
Neembuu Uploader is an application that uploads files simultaneously to multiple file hosts and lets you manage the download and delete URLs. Currently 12 major hosts are supported. Users can simply drag and drop any number of files to upload. The maximum number of simultaneous uploads can be set. The links of uploaded files can be copyied and exported. Queued links can be saved on exit for uploading later. Users can change the order of uploads.
o42a is a high-level general purpose programming language. It is compiled, statically-typed, prototype-based, logic-driven, and primarily declarative, while the imperative programming style is also supported. A program written in o42a is closer to natural English text than one written in any C-like programming language. The language is designed with programming productivity and code maintainability as main priorities. This achieved by powerful, yet restrained, semantics, and expressive and natural syntax.
Overthere is a Java library to manipulate files and execute processes on remote hosts, i.e. do stuff "over there". It was built for and is used in the XebiaLabs deployment automation product Deployit as a way to perform tasks on remote hosts, e.g. copy configuration files, install EAR files, or restart Web servers. Another way of looking at it is to say that Overthere gives you java.io.File and java.lang.Process as they should have been: as interfaces, created by a factory and extensible through an SPI mechanism.