RSS 980 projects tagged "Apache 2.0"

No download Website Updated 01 Aug 2005 uitags

Screenshot
Pop 52.65
Vit 3.27

uitags is a JSP custom tag library (taglib) that makes developing friendly user interfaces easy. It aims to help developers create interactive UIs that let end-users work efficiently. It includes well-known UI components, such as optionTransfer.

Download Website Updated 20 Jul 2005 Studs MVC Framework+

Screenshot
Pop 98.94
Vit 2.60

Studs MVC Framework+ contains a port of Apache's Jakarta Struts to PHP, though the libraries included in the rest of the project are much more vast. In order to implement the Struts port, it was necessary to build a core, object-oriented API in the style of the JDK and the Jakarta Commons, a servlet container to handle HTTP requests and to invoke servlet classes, and finally, a parsing engine for JSP-style template pages. In the end, the result is an environment which is very similar to that provided by a J2EE Web Container, only everything is implemented in PHP. While it was possible to carry over many of the concepts, designs and mechanisms from J2EE, some limitations do exist due to the nature of the PHP programming language, such as the lack of checked exceptions (runtime only).

Download Website Updated 17 Jul 2005 DOM Tooltip

Screenshot
Pop 303.05
Vit 5.55

DOM Tooltip allows developers to add customized tooltips to Web pages. The tooltips are controlled through style class definitions and respond to events such as "mouseover", and avoids possible collisions with form elements such as select boxes and screen edges. While originally designed to create context tooltips, it is also possible to create a wide variety of dynamic layers, such as embedded windows, context menus, and hidden blocks. Additional features include sticky tips, tooltip fading, lifetime, relative positioning, class assignments, width adjustments, mouse dragging, captions, directionality, offset adjustments, adjustable activate/deactivate delay times, snapping to grid, fate adjustment (hide or destroy), and references to created tips. It supports Mozilla/Netscape6+, IE 5.5+, IE on Mac, Safari, Konqueror, and Opera 7.

No download Website Updated 15 Jul 2005 Navigation

Screenshot
Pop 29.07
Vit 1.00

Navigation implements a design pattern that allows you to navigate through complex systems by means of "navigation chains". Each node in the navigation chain is represented as its own object, and can have any number of child links attached to it (done through upwards linking; navigations have no knowledge of their children). This means that you can create a navigation chain to a common point in your system, and then attach multiple subchains at that point. The proof-of-concept handles most HTML navigation requirements, and is used by the author to test Web applications.

Download Website Updated 07 Jul 2005 Jerimoth

Screenshot
Pop 26.83
Vit 1.00

Jerimoth is a Web application that allows users to submit resumes and search for technical jobs. Jerimoth stores resumes and employment postings in a highly-structured XML format that has tremendous advantages over ad hoc formats. This format is compatible with the HR-XML standard.

Download No website Updated 07 Jul 2005 mod_jsp

Screenshot
Pop 21.73
Vit 1.00

mod_jsp is a JSP handling module for Apache 2. It works by starting and maintaining its own application server (based on Jetty). It can then continually manage the application server's virtual host filesystem mappings from the data passed from Apache.

Download Website Updated 02 Jul 2005 spring

Screenshot
Pop 199.46
Vit 3.93

Spring is a lightweight Java/J2EE application framework based on code published in "Expert One-on-One J2EE Design and Development" by Rod Johnson. It includes powerful JavaBeans-based configuration management applying Inversion-of-Control principles, a generic abstraction layer for transaction management allowing for pluggable transaction managers, a JDBC abstraction layer, integration with Hibernate, JDO, Apache OJB, and iBATIS SQL Maps, AOP functionality, and a flexible MVC Web application framework with multiple view technologies. There is also a .NET port available.

No download Website Updated 01 Jul 2005 JWepGen

Screenshot
Pop 18.22
Vit 1.41

JWepGen is a simple interface to generate WEP keys that work with the standard WEP generators used by many wireless access point manufacturers.

Download Website Updated 01 Jul 2005 phpOpenTracker

Screenshot
Pop 381.63
Vit 8.58

phpOpenTracker is a framework solution for the analysis of Web site traffic and visitor behaviour. It features a logging engine that, either invoked as a Web bug by an HTML image tag or embedded with two lines of code into your PHP application, logs each request to a Web site into a database. One installation can track an arbitrary number of Web sites. Through its API, you can easily access the gathered data and perform complex operations on it (for instance, the analysis of your visitors' click paths).

Download Website Updated 29 Jun 2005 AjaxAC

Screenshot
Pop 83.64
Vit 1.42

AjaxAC is a PHP framework which can be used to develop, create, and generate AJAX applications. The fundamental idea behind AJAX (Asynchronous JavaScript and XML) is to use the XMLHttpRequest object to change a Web page state using background HTTP sub-requests without reloading the entire page.

Screenshot

Project Spotlight

JDAL (Java Database Application Library)

A Java Database Application Library.

Screenshot

Project Spotlight

GNU libmicrohttpd

A C library providing HTTP server functionality.