[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XML-based configuration



> If we will decide to make also a web frontend the first questions is, should
> ozone implement a simple HTTP server by itself or should an admin servlet talk
> to the ozone server?
> 
> As always, any ideas are welcome ;)

I think it would be worth evaluating Jetty before going through
implementing the server natively.  Jetty is pure Java, open source,
supports servlets, buzzword, buzzword, etc.

Check it out at http://www.mortbay.com.

 Steve