978 projects tagged "Apache 2.0"
Pylets is a fast, lightweight, aspect-oriented Web framework built on mod_python and Apache. It uses Apache logs (and more Apache configuration in the future.) It can use Python objects, packages, and modules, or whatever the programmer wants. Pylets are also template-agnostic. With the debug switches off, and caching turned on, Pylets are less than 2x slower than serving static pages. The package comes with ORMit, a lightweight DB-API 2.0 connector-compatible object relational mapper.
Oddjob is a Java job scheduler and task automation framework. A GUI designer or XML are used to define a hierarchy of jobs. Sequential, parallel, and conditional execution (or combinations) allow for nearly any business process to be modelled. Oddjob can run on the desktop or on a server and uses JMX to control remote instances via an Explorer-style GUI. Basic Web-based monitoring is also available. It can be embedded in client code and is easily extensible via a simple API.
MixedCC (Mixed Compiler Compiler) is a parser-generator framework for multi-layer templates. It also works as a detachable stack machine engine. LL(1) BNF grammars of respective layers are specified in JavaCC-like syntax. The lexer is either JavaCC-generated or user-written. Tokens can represent stack-machine transition commands.
SPindent (Server Page Indenter) is a JSP/PHP structural validator and indenter. It performs structural compatibility check of inner HTML generated from "parallel" branches of process flow statements such as if/else. It allows for those HTML branches to have different entry and exit HTML stack points, as far as the branches are compatible. This allows for verification and proper indentation of handy workarounds, as well as rusty pyramids. It is based on MixedCC (Mixed Compiler Compiler).
Apache Geronimo is an easy-to-use implementation of the Java 2 Platform, Enterprise Edition (J2EE). As a full application server, Geronimo provides support for Java Servlet and JavaServer Pages through either Tomcat or Jetty, JMS through ActiveMQ, EJB through OpenEJB, Java Persistence API through OpenJPA, ESB through ServiceMix, and more. It is also combined with enterprise grade configuration and management. Geronimo 1.1.1 has passed the J2EE certification test suite and it is officially J2EE certified.
Hermes JMS Browser is a Java/Swing application for interacting with and monitoring queues/topics. In addition to normal JMS functionality, it supports plugins for gaining access to provider administrative functionality. This could be used to efficiently query queue depths. It is especially useful when dealing with a very mixed environment of messaging providers and need a single tool to interact and monitor them all.