Last updated July 04, 2009 10:24, by Barry van Someren
Feedicon  

Introduction

CoffeeBoost is a simple extension based on available open source projects in an effort to replace products like Apache or Sun Webserver as high performance web delivery frameworks. Java has reached a point where performance is no longer an issue and it can be appreciated for other merits such as broad community support, higher security and standards based profiling and monitoring. The intent is to not reinvent the wheel and re-use as much as possible (and contribute these extra's back to the respective projects) See also a list of included code.

Used projects / frameworks (planned)

Glassfish/Grizzly http://glassfish.org/ GPL / CDDL

JFastCGI http://sourceforge.net/projects/jfastcgi/ BSD

URL Rewrite Filter http://tuckey.org/urlrewrite/ BSD

Java Monitor (probes) http://java-monitor.com BSD

Features (Current ideas)

Configuration

  • Virtual Hosting (multiple domains per server)
  • Monitor and control each site through JMX
  • Convention over configuration where possible.
  • Imports for other webservers

Infrastructure

Supported technologies

  • Simplified integration with native PHP through FastCGI
  • Everything that Glassfish V3 supports. (Java, JRuby)


Monitoring

  • Java-Monitor external monitor included by default
  • JMX Beans for everything
  • Optional dynamic call tracing to trace individual requests and flows.
  • Performance and statistic reporting per site.


Implementation plan

  1. Create maven builds for each dependency where required
  2. Integrate dependencies
  3. Evaluate possible implementations (Pure Grizzly, Glassfish V3 or Jetty)
  4. Create test suite to prove and test functionality.

Most likely candidates are using Glassfish V3 with some magic inside Grizzly to handle the flexible resource locations for the (static) content. Unfortunately it would mean using OSGi ;)

  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120518.3c65429)
 
 
Close
loading
Please Confirm
Close