978 projects tagged "Apache 2.0"
Flex Maven Reports includes various Maven reports for projects written with the Adobe Flex Framework. The current reports are the RemoteObject Maven Report, which show details about remote objects used in an application and generates a graphical view of them, and the Actionscript UML report, which shows UML diagrams of the classes.
NetBpm is a platform for building, executing, and managing workflows. It is very simple to use and integrate in other .NET applications. It supports building applications which are able to turn business models into executable software models. Business analysts are able to use a model driven approach to design, implement, execute, and track business processes. So business people can easily react with business and strategy changes.
Google Code Upload Maven Plugin is a Maven plugin that allows Maven users to upload files in their target directory to the Google Code download file repository of their Google Code project. While all download properties can be specified, the gcupload-maven-plugin is also able to infer a sensible set of properties (e.g. summary, labels) from the information given in the Maven project.
Simple simeng (simple simulation engine) is a bare bones Java-based discrete simulation engine that uses variable time steps. Events are inserted in an ordered queue, and time is advanced based on the time the next event needs to be executed instead of discrete predefined timesteps. Entities can send events directly to other entities (one-2-one), or events can be broadcast to subscribed entities (one-2-many). The simplicity of the engine makes it suitable for educational purposes.