259 projects tagged "Apache"
jUDO (java Universal Data Objects) speeds up development/maintainence and removes database-vendor dependency for applications using databases. You should use jUDO whenever you don't want to use EJBs. You don't write any database code; you only have to specify the container classes and the interfaces for the models, and then jUDO creates the implementation for you runtime (no source is generated). It derives all info needed from your interfaces method names that follows name-pattern rules. In case you need some special access method, you either add a plugin for this or simply go directly against the database. jUDO is not as configurable and advanced as other much more professional software like Castor, Hibernate, etc., but since jUDO derives the database from your code, there is never a mismatch between code and database.
Elvyx is a tool designed to monitor and profile JDBC activity. This JDBC profiler has a wrapper that intercepts access to the database and sends this information to the elvyx server. The server receives the information, stores the data into a database, and serves this information to the client. The client shows SQL statements, bound SQL statements, elapsed time, elapsed time preparing the statements, and more.
phpFaber eForm Download will allow you to sell your digital products or services. phpFaber eForm Download is an easy and powerful tool that enables you to have full control of your electronic downloads. Multiple downloadable products are supported. Downloads can be optionally restricted by special codes which work only once and only for a fixed number of days. Time restrictions can be adjusted for each download. Download links are encrypted. Integrated payments through PayPal are supported.
String JSP Taglib provides Java with the improved power to use the String manipulation functions in PHP, as java.lang.String is woefully unprepared to compete with the power of the PHP String functions. Culling useful ideas from PHP, Ruby, C#, and LPC, the taglib fills what currently seems to be an unfilled niche. Beneath the taglib is a class that may be used from Java, providing extra String methods that don't map well to JSP.
MightyCal is a powerful calendar/schedule building program which aims to be the MS Access of the Web calendaring world. It provides an easy-to-use administration interface for developing custom calendars of many types, from simple event bulletin boards, to schedulers of human/physical resource availability, to schedulers which automatically take programmed actions. Users of a MightyCal site can choose to view calendars in a wide variety of formats on numerous devices, from standard HTML to PDF and WML. MightyCal's architecture combines the object-oriented web development of Zope with the XML transformation capabilities of Cocoon.
Mod_trace_output is an Apache module that is designed to store the data that was sent to a browser, even if the request was for a dynamic page. It is possible to use it to generate statistics on the content viewed by users, and can store captured pages in files or in a MySQL database.
NekoStyle is a simple and flexible framework for automating XML transformations. With NekoStyle, you can parse XML and HTML documents, perform XSLT transformations, output documents in different formats, and much more. An Ant build task is also included to allow batch XML processing to be run during a build.