Java Server & J2EE Software
Servlet & JSP - JavaServer Web Containers
Web Java Utilities
- com.oreilly.servlet
Home of com.oreilly.servlet package. There's no sense in reinventing the wheel
-- here are some servlet support classes that you can use. Most famous are the
file upload ones MultipartRequest and MultipartParser. Please read the license
before use. By Jason Hunter, Servlets.com, O'Reilly Media.
- The SecurityFilter
Project
SecurityFilter is a Java Servlet Filter that mimics container managed
security. SecurityFilter is intended for use by Java web application
developers. It provides robust security and automatic authentication services
for web applications. It has several important advantages over container
managed security that make it an ideal solution for single-context, public web
sites, or when it is necessary or simply desirable to avoid the server
configuration hassles and portability issues associated with container managed
security.
SecurityFilter is an open source project on
SourceForge,
distributed under the Apache Software License.
- Url Rewrite Filter
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 or Tomcat), which allows you to rewrite URLs before they get to your
code. It is a very powerful tool just like Apache's mod_rewrite. By
Paul Tuckey.
- WebMacro
Java Servlet and HTML Template Script Language. WebMacro is an open-source
development project (free software), and pure Java.
By Semiotek.
J2EE Application Server
J2EE Compliant Servers
J2EE Compatible servers
tested by Sun:
Open Source and Freeware Implementations
- JBoss
Application Server
By JBoss - Professional Open Source.
JBoss is an Open Source, standards-compliant, J2EE Enterprise JavaBeans (EJB)
Application Server implemented in 100% Pure Java. The JBoss organization is
working to deliver JBoss as the premier Enterprise Java application
server for the Java 2 Enterprise Edition platform. JBoss is delivered under
the LGPL licence.
http://sourceforge.net/projects/jboss/.
- Apache Geronimo
Apache Geronimo is the J2EE server project of the Apache Software Foundation.
The aim of the project is to produce a large and healthy community of J2EE
developers tasked with the development of an open-source, certified J2EE
server that: is licensed under the Apache License; passes Sun's TCK for J2EE
1.4; and reuses the best ASF/BSD licensed code available today, with new ASF
code to complete the J2EE stack.
- JOnAS: Java Open
Application Server
JOnAS is the Open Source implementation by ObjectWeb of the J2EE
specification. JOnAS is a pure Java implementation of this specification that
relies on the JDK. JOnAS is part of the
ObjectWeb Open Source initiative, which was launched in collaboration with
several partners including Bull, the France Telecom R&D division and INRIA.
- ExoLab Group
ExoLab Group is an informal organization working on the development of Open
Source enterprise software projects. The ExoLab Group focuses its efforts on
the Java and XML technologies.
Projects: OpenEJB, OpenJMS, OpenORB, Castor and Tyrex.
- OpenEJB
OpenEJB is an open source EJB 2.0 container system. As a container system,
OpenEJB works like a big plug-in for middleware servers like Web servers,
CORBA servers, and application servers. By plugging in OpenEJB these servers
obtain instant EJB 2.0 compliance for hosting Enterprise JavaBeans.
- ObjectWeb Open Source
Middleware
ObjwectWeb Software Downloads:
Application Platforms, Database Connectivity, Interoperability, Software
Engineering.
ObjectWeb Forge primary projects: JOnAS J2EE Application Server, C-JDBC
(Clustered JDBC), Enhydra Java/XML Application Server & SDK.
- Enhydra.org
Home of Enhydra Application Server. Open Source for E-Bussiness.
Open Source Enhydra: The world's
first open source Java/XML application server.
- Orion Application
Server
By IronFlare, Sweden.
J2EE-based Aplication Server with full J2EE platform support: EJB, Servlet,
JSP, JTA, JNDI, JDBC, JMS. XML/XSLT processing, Graphical deployment tools.
Commercial product, but FREE version for development and for non-commercial
deployment.
Commercial J2EE Application Servers
- IBM WebSphere (download)
Web Application
Servers by IBM Software,
IBM.
WebSphere Developer Domain.
- Oracle
Application Server (iAS/OAS) (download)
By Oracle.
OTN Java Center -
Oracle AS Containers for J2EE (OC4J).
- BEA Web
Logic Server (download)
- JRun
By Macromedia (merged
with Allaire, which aquired
Live Software, the original
developer of JRun).
Macromedia JRun is one of the most popular J2EE servers, for developing and
deploying server-side Java applications that use Java Servlets and JavaServer
Pages (JSP). JRun fully supports all industry-standard web servers and
platforms, enabling developers to add the functionality of server-side Java to
their existing Web servers, including Microsoft's IIS, Netscape's Enterprise
Server, Apache.
Macromedia DevNet - JRun /
Java Center.
Macromedia
JRun FAQs.
Macromedia JRun Developer Portal:
J2EE Compatibility.
Understanding web.xml Files, by Matt Horn, Technical Writer, Macromedia.
- Borland
Enterprise Server AppServer Edition & JBuilder (BES
trial, AppServer
download)
- Computer
Associates Advantage Joe
- HP
Bluestone Total-e-Server (download)
-
Pramati Server & Studio
-
SAS AppDev Studio
-
Sybase EAServer (download)
- Trifork Enterprise
Application Server
JDBC & Database Connection
|