591 projects tagged "Apache 2.0"
Tapestry is a rich, component-based object model for developing dynamic, robust, highly interactive Web applications. Applications are constructed in terms of Java objects, methods and properties, instead of URLs and query parameters. It builds and interprets all URLs, dispatching directly to application-specific "listener" methods. It includes complete source code, documentation, tutorials and a complete example J2EE application.
Chandler is a standards-based "Note-to-Self Organizer" designed for personal and small-group task management and calendaring. It consists of a desktop application and Chandler Hub, a free sharing service and Web application. You can also download and run your own Chandler Server.
Log4php is a PHP port of Log4j, the most popular Java logging framework. It supports configuration through XML and properties files (with the same structure as log4j) and custom Configurators. File, RollingFile, DailyFile, Echo, Console, Mail, PEAR::Db, PHP error, Syslog or NT events, and socket appenders are supported. Simple, TTCC, Pattern, Html, and Xml Layouts are supported. It also supports Filters, custom Levels, and Loggers. Internal debugging can be switched on and off. Log4php can be used inside a class or inside a main/sub function.
BloGTK is a Weblog editor that lets you write, edit, and manage Weblog entries on multiple blog accounts from one convenient interface. BloGTK features a powerful editor with syntax highlighting and integrated spellchecking, as well as a WebKit-powered preview system. BloGTK supports Weblogs running on WordPress, Blogger, Movable Type, and more.
Spring IDE for Eclipse provides plugins for the Eclipse platform to ease working with Bean Factory configuration files for the Spring Framework. It contains a Spring project nature (with an incremental builder for validating Spring bean config files), an image decorator (which decorates Spring projects and all Spring bean config files), a Spring view (which allows one to browse Spring projects and their Spring bean config files, including bean properties), and an editor showing a graph from the beans of a single config file or a set of config files.
mod_ftpd is an FTP server module for Apache using the authentication system in Apache to provide anonymous or user-based FTP. Alternate chroot directories for users can be provided via a plugin system to check different data sources for the information. Currently a DBM and libdbi plugin are included. Limiting the number of users that can log into the system is also provided via a plugin system, so new limiting algorithms can be easily added in. Currently only a base limiter is provided which sets an overall cap to the each virtual server.
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.