HSQLDB is a relational database engine written in Java, with a JDBC driver, conforming to ANSI SQL:2023. A small, fast, multithreaded engine and server with memory and disk tables, LOBs, transaction isolation, multiversion concurrency and ACID.
TJWS is an Open Source HTTP Server and Servlet container written in 100% Java. It's designed to be a light weight, high performing, secure, embeddable, extensible and flexible. Very small footprinted (~100K), CGI, J2EE/JSP compatible. Servlet spec 3.1
TinyREST allows a Java programmer to easily create a REST server without having to install a J2EE server. Creating a new server is as easy as copying the service jar, setting up a configuration file and writing your own service handler class. The resulting project can be made to start up as a service.
Annotations can now be used to write handler class and methods.
JDBC database access as well as file system access is allowed from the service.
A lightweight Java HTTP server and webservice-framework
...Due to its small footprint, it's also perfect for embedded hardware like the raspberry pi. It is based on proven components like apache http components, apache file upload and jsoup.
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.
cravlAndBlock is simple java application that cravl error log file of Your web server and add all attacker IPs.
I.E. All Modsecure entries, scans and so on.
Every bad IP will be added to hosts.deny file with ALL prefix.
For sure it will not block all atacks but it will help.
How it works: use cron to start java cravlAndBlock.jar in the same folder add properties.xml (I addes sample properties.xml file).
And thats all.
Program will start from cron, read properties file and
make...
A bug database that requires no additional software--no web server, no SQL database! Cross-platform (written in Java). Data-driven from a simple text file describing the fields you wish to use in your bug database. Perfect for small project teams.
<a href="http://www.soft82.com/"><img src="soft82_award_50x81.gif" width="50" height="81" border="0" alt="Free download software"></a>
jHTTPp2 is a very smallHTTP/1.1 proxy server written in Java. It offers following features: IPv6 support, high-performance, blocks URL's based on a block-list, removes data from the HTTP-Header, blocks Cookies from untrusted hosts.
(Yet another) Small Java Web-Server: A (Very) Small Java-Based Webserver. It allows you to publish ressources and Self-Generated Java-Pages in Object-Style (new Table("Title");).
A small, lean, and highly modular server, easily customised for different protocols and applications by "plugging in" your classes and parameters into simple config files.
JyWeb is a lightweight webserver written in Jython. It also uses Jython which is in the archives for your convenience and in the SVN in the release folder so you can build your own jars.
Simple server framework using http protocol. Peanut is implemented as a J2EE application so overhead of sessions and network connections are handled elsewhere. Useful for small client / server development or simple rest services.
A small Java HTTP Library. (requires java 1.4+) This library can be used to make your application web browser enabled. Add dynamic java handler classes with ease. Perfect for adding an web interface to a background server application.
The Little Portal Gizmo is a small Java web application container based on Eclipse plug-ins and the Apache HTTP Core. It uses a custom and very light weight API. The web applications you develop for the Gizmo have the form of Eclipse plug-ins.
A simple HTTP Server for the whole world (educational institutions, organizations,small companies, student groups, personel etc..) any one can run it and serve files to their client.It is multithreaded light weight and robust HTTPServer.
OOWeb is a small Java HTTP server/library to allow superfast standalone web applications, mapping URL directories to objects, pages to methods and GET/POST arguments to method parameters. This offers true OO web development with no bulky container!
A small, beanshell-enabled, java-based HTTP server (daemon), with core HTTP 1.0/1.1, POST/GET/HEAD, SSL support that runs in user mode without install and is rich in authentication. Created by Nagy Elemer Karoly.
Small Java based serverpack, multithreaded and with plugin\'s. Includes basic implementations of: Http server / Ftp server / DirectConnect hub / DHCP server / User management
This is a very smallHTTP server meant to be embedded in Java applications to provide an HTTP interface to your java application. The I/O is purely strings, and there's no JSP infrastructure, but rather direct printing. JRE5.0 Necessary.
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.
Small Screen Proxy is a HTTP proxy server. It reformats web page for small screen devices e.g. handheld computer, PDA, mobile phone. It provides outline view and partial view of web pages which you want to see. The views are easy to see on small screen.
The orangefood.com Servlet Engine is a Java based servlet container, for Servlets 2.3. The primary focus is on creating a small and highly customizable server suitable for embedding in an application or as a stand-alone server.
TWIT is a tiny webserver written in Java, which aims to be portable and small enough to easily be integrated into any development project. It supports HTTP/1.0 and CGI/1.1, HTTP/1.1 and Java Servlet support are in the works.