fuglue (fugu Glue) is a modern Project Management System based on HTTP. In addition to the access with web browser, it also supports WebDAV. The system is installed and operated as a web application on a web server (with JavaServlet support)
The aim of the CP2PC project is to develop a minimal programming
interface (API) to peer-to-peer file-sharing systems. Client side
applications can be built to use this interface and thus integrate separate file-sharing networks.
JeusEx is pure Java HTTP 1.1/servlet 2.3 ? complaint server. It's mutithreaded, does HEAD, GET and POST and supports CGI 1.1 (scripts!) And now it supports I18N and servlet 2.3 spec (to some degree).
JavaAPI for creating Rich Site Summary (RSS) feed files. Created for people who want to create RSS files from within their applications but don't want to get into the nitty gritty of working out XML specs.
Provide a pure Java, servlet implementation of the Php scripting language for use in most popular application servers. Allow Php to run as a servlet module within an application server, instead of needing a dedicated http server or binary versions of Php
ISValidator is a flexible routines to validate data in Java. It can be used to model, validate and process data in diferents scenarios, like CommandLine Arguments, Servlet parameters, Web Forms, Struts data, etc,...
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
JavaAPI to process or parse HTML documents.
If your Java application needs or would like to be able to process some text in HTML format, you'd probably find this API interesting.
A small suite of classes designed to examine objects through the Java reflection API. Analysis is package neutral and output can be written to log file or as HTML tables. The project focus is in debugging the state of a servlet or JSP.
Jogger is a Java-based client used to post blog entries on several blog applications (like Movable Type, Blogger, etc.) by using the Blogger XML-RPC API.
HTML.Template provides a templating solution similar to the HTML::Template
perl module. It allows servlet writers to modify the look and feel of
their servlets without having to recompile every time.
CGI to access multiple zip archives. Good for browsing the javadoc JavaAPI docs. It needs a webserver, bash and unzip. There is an ability to generate interactive file listings on-the-fly.
A web base electronic library that can lends books, journals, CDs, videos to borrowers who are registered in the system, as are the books and magazines.
UML use during OO Analysis/Deisgn. J2EE (JSP, Servlet and JDBC) & MySQL for the implementation.
JStateMachine is designed to control user interfaces (Swing and Servlet/JSP) by treating the UI as a well-defined finite state machine. It is MVC-like and supports access control, exception handling, I18N and rapid prototyping.
Project has been moved to java.net, you can find it here: https://webleaf.dev.java.net/ WebLEAF is a servlet framework for the development of web server side java applications.
jPorta is a fully functional portal engine built on top of the Jeenius Framework (http://jeenius.sourceforge.net).
It works with any 2.3 compilant servlet engine and comes with a number of useful gadgets.
Atavi is an interactive genealogical data visualization tool. It uses XSLT to transform XML data into SVG (Scable Vector Graphics) images. Deploy it as a Javaservlet and explore visualizations from a browser that supports SVG. GEDCOM import is planned.
Comment.It is a web based system that allows the insertion of notes on WEB Pages.It was developed using JAVA technology and use a relational dbase to maintain the notes.It runs in a servlet engine like TOMCAT and any RDBMS compatible with JDBC/ODBC.
The Filters project team are building API's which will filter malicious input to applications that is used to launch various attacks. The filters will sanitize input rendering it harmless and detect specific attacks. This project will develop imple
Nano Servlet Engine is a really small-sized HTTP server (with Java Servlets(TM) support in the future). Due to its size (100kb) it's possible to use it on mobile devices with a Java runtime environment.
A simple web application framework written in java using the Servlet 2.2 API. Gridiron helps to rapidly develop MVC web applications by giving a direct mapping between actions and views and supplying a Navigation class to aid in the development of views.