Write algorithms and class structures once - transform them to any Language and Version - without redesigning code. XCOS provides XSD and XSLT for OOP-close representation of structures and executable sources - currently: C#2.0 and Java 5.0 is to come.
Jupe is a UML Plugin for Eclipse. It provides support for the creation of UML class diagrams, Java code generation and reverse engineering. Jupe is based on the GEF and UML2 frameworks and supports Eclipse 3.2.
UMMF is an open-source implementation of UML-compatible meta-meta-model, for the purposes of reifying meta-model implementations and to provide a platform for building flexible model and meta-model transformation tools.
{sets} is a lightweight constraint programming language. The uniqueness of {sets}, is that it uses ROBDD ( Reduced Ordered Binary Decision Diagrams ) to represent and solve constraints.
Java Server Executive (JSE) is a Web Server and Servlet, JSP, EJB, JWS, JMS Container. It aims at developing a new integrated framework that would tremendously minimize the time, cost and effort required for creating and maintaining a web-application. I
Narrative JavaScript is a small extension to the JavaScript language that enables blocking capabilities for asynchronous operations. This makes writing asynchronous code sequences easier and increases code readability.
- A plug-in to generate an abstract class with an enumeration of keys from a properties file. (Adds an action with a corresponding icon into the popup menu of the package explorer)
- A plug-in of associated assistance
- An update site for this feature.
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.
Jaby=Java+Ruby
Jaby is a programming language that extends Java with the syntax of do/yield in Ruby.
Jaby also provide a set of library that written in Jaby.
This project aims to assist developers in developing java EE persistance layer for existing database tables. It gets metadata of selected database tables and generates classes for them. it uses and extends the ideas of DbGen project to EJB 3.0 POJO.
XMI2PHP is a tool for automatic generation PHP class files from XMI files.
It is not only able to generate new files but also to update previously
generated files for which it preserves changes made since first generation
or previous update.
Olation is a O/R Mapping and Persistence Framework for C# and VB.Net. You can map object to an Sql based database or map object to xml file by using Olation. One of the design goal is try to minimize the config.
Remote Invocation Framework (RIF) is a framework for RMI that is 100% dynamic and uses WS over HTTP and HTTPS for brokering. Finally a framework exists to enable RMI with less that 6 lines of code including both the client & server side.
A parser generator derived from ANTLR with JavaCC like (but not the same) syntax and some new features. It also comes with sample grammars for CSharp, Java, GnuC, Html, XHtml, Xml, ECMA262... etc.
Collection of various scripts to automate development with Oracle RDBMS. Includes SQL, PL/SQL and Java. Some are related to Oracle Applications Development.
Flex 2 Code Generator for Data Services and databound controls. Input: Java classes annotated with SQL statement and metadata tags Output: fully functional deployed presentation with server Java components working in DataServices or Remoting mode
An implementation of the Model-View-Controller (MVC) design pattern based on the Jakarta Struts Framework. Includes a core library (Horizon), a servlet container (Stratus), and a Server Pages Engine (Phase). Resembles the J2EE web container environment.
Twilight is an imperative, object oriented, general purpose programming language. The guiding principles of Twilight are simplicity, practicality, and orthonogolity.
CSpe is a library allowing partial function application in C
(kindof like closures in ML languages) :
From a function to be specialized and some of its arguments,
it dynamically generates a new function pointer, which can then be called
transparently