True object-oriented Java web framework without NULLs
Takes is a true object-oriented and immutable Java8 web development framework. Pay attention that UTF-8 encoding is set on the command line. The entire framework relies on your default Java encoding, which is not necessarily UTF-8 by default. To be sure, always set it on the command line with file.encoding Java argument. We decided not to hard-code "UTF-8" in our code mostly because this would be against the entire idea of Java localization, according to which a user always should have a choice of encoding and language selection. ...
Kikonf is an Universal Administration Platform for MiddleWare Application Servers and related Servers. (Full Support for WebSphere Application Server, WebLogic Server, WebSphere MQ, Tomcat, JBoss, ...)
vhostManager is utility from managing configuration of virtual hosts for enterprise distributed solutions with many wirtual hosts and many server aliases. The best example is JSP hosting platform with farm of Tomcat/Jetty servers connected with Apache HTTPD using AJP (mod_jk). vhostManager helps create and manage virtual hosts (adding/removing aliases) without modyfing httpd.conf file. It's comand line application so you can use it with scripts and other applications.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
wasSmooth is a jython library to ease IBM WebSphere Application Server administrators work with wsadmin. The idea is to create meaningful classes that can be easily used to create powerful scripts, without the usual gibberish required by wsadmin.
Jaiwls is a component oriented framework with bundled Servlet-Webserver (Jetty) and HTML Widget library. You can use static compiled java-classes or runtime Groovy-scripts.
Server Framework Objects provides a robust Web Server / Proxy Server, plus an elegant plug-in architecture for adding/modifying services. There is also a collection of utility classes for use with the project, or any Java project.
URL-Checker is a Java-Application, which periodically connects to a specified URL and writes the results (ie "connection OK/failed") to a logfile. A nice tool for webmasters to monitor the availability of a website. There is a GUI and a non-GUI-edition
Java-based security platform which provides a multi-user service middleware for distributed systems. Features: service environment, Shell-based interaction, user authentication (password, soft-token, smard-card), policy enforcement, Web services support
FOXY is a filtering web proxy. Originally designed to provide device-independent access to the World Wide Web, it may also be used for HTTP-filtering, extraction and reauthoring of existing web content or as security device against web based attacks.
Tool to convert Common Log Format files to a mysql query. Inverse of mls2clf, which can be found at SF too. The people from http://www.gentoo-forum.nl are running this project, as it was used at first for their site.
litehttpd is a lightweight web server. It also supports server-side java classes. The goal of the litehttpd project is to create a fast and small footprint web server that can leverage existing java code.