Projects tagged ‘java’, ‘tomcat’, and ‘web’


Jump to tag:

Projects tagged ‘java’, ‘tomcat’, and ‘web’

Filtered by Project Tags java tomcat web

Refine results Project Tags jsp (8) hibernate (5) spring (4) framework (4) ajax (4) j2ee (4) gwt (3) mysql (3) servlet (3) javascript (3) apache (2) html (2)

[23 total ]

896 Users
   

Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.
Created over 3 years ago.

12 Users

Based on the popular and very useful mod_rewrite for apache, UrlRewriteFilter is a Java Web Filter for any J2EE compliant web application server (such as Resin, Orion or Tomcat), which allows you to ... [More] rewrite URLs before they get to your code. It is a very powerful tool just like Apache's mod_rewrite. [Less]
Created over 3 years ago.

9 Users
 

The Zero Kelvin Desktop provides a web-based "desktop" interface built on top the ZK AJAX toolkit. It consists of an application loader, a packing specification, data-source independent database ... [More] editor, persistence layer, access control, and several APIs for allowing the creation of additional ZK Desktop applications. Multiple applications can be hosted on a single desktop at the same time, as well as multiple instances of a single application (or any combination). The goal is to provide a robust, feature-rich, "Desktop-Like" development environment for lightweight applications. [Less]
Created over 3 years ago.

2 Users

Makumba is a query-centric technology that helps you rapidly develop web applications that keep their data in a database (i.e. data driven web applications). It is implemented in Java and offers a ... [More] JSP tag library and a Java API to the web app developer. The technology has been in production use since late 2001, and is being further developed, based on users' experience and requests. [Less]
Created 11 months ago.

1 Users
   

iteraplan is a web-based Enterprise Architecture Management tool for IT landscape modelling and visualization. You can document, analyse, plan and control your IT landscape in accordance to business ... [More] goals. Test the feasibility & effects of business ideas. Enterprise architecture management creates transparency about the current and the future IT landscape and provides instruments for the analysis, creation, planning and control of the application landscape. Enterprise architecture management ties together business structures with the application landscape, its technical realisation and deployment infrastructure. Thus enterprise architecture management helps you controlling the complexity of your IT landscape and allows an up-to-date and efficient management of your IT. [Less]
Created 12 months ago.

1 Users

FlyGATE is a knowledge database dedicated to the transposable element (TEs) sequences of the Drosophila melanogaster genome.
Created about 1 year ago.

0 Users

func4 allows you to use db4o for authentication through the JAAS spec for Java applications. It has been used for webapps in Tomcat 5 and Jetty 6. Currently it should be considered in beta. Note: ... [More] The password field used by func4 is a String and is therefore considered insecure. It means that if someone could get access to the JVM memory passwords could be stolen since they will remain in memory till garbage collection cleans them up. Since I run this on server based webapps if they get access to the JVM memory I have a lot bigger problems. [Less]
Created 12 months ago.

0 Users

A new and advanced JAVA-Based Issue Tracking System. Simple installation and operation!
Created 11 months ago.

0 Users

Open-source, web-based secure password safe that supports multiple users with delegated access controls. Store passwords and other sensitive secrets centrally in a secure database with industry ... [More] standard strong encryption. Multiple users and groups can be added using pluggable authentication. Access controls can be defined on passwords to share with other authorized users in view only, view and update, or delegated granting modes. Reusable permission templates can be defined. Ability to organize passwords using friendly tags. Configurable strong password generation tool. Full audit trail of password access actions, password access audit and password permission reports, as well as external pluggable modules for recording all audit events. History of old passwords can be kept. Exports can be done for disaster recovery purposes. Password retrieval also exposed via Web Services for automated processes. (c)2008-2009 - Josh Drummond [Less]
Created 12 months ago.

0 Users

Charles Murphy is a tool that can be used to analyze access logs from web servers. It can parse an access log and, using configurable rules, determine the resource types being requested. Furthermore ... [More] it will attempt to determine which requests are page views, and which requests are for resources required by a page. Using this information it can show you which pages in your app request which resources and how much. So you can get data like: homePage.htm requests 4 CSS files, 3 JS, and 10 images. Other statistics are also available, such as total page weight, resource request counts, page request counts, and more. These numbers can be used to help make performance enhancement decisions such as which images should be sprited or which CSS/JS files should be built together. The tool was originally written to analyze CSV outputs from the Charles web proxy utility(this is where the name came from). It is still capable of doing this, but I think analyzing the access logs is more powerful. This project is built using the WindowKit UI library and DDevil data structures. [Less]
Created 11 months ago.