Forgot your password?
typodupeerror

Comment GPLd Java/Web app server (Score 1) 168

I recommend you confine the 'app server' to:
1. managing state between http requests
2. connecting legacy stuff to HTTP responses
3. mapping HTTP requests into a transaction space.

If you can architect thusly, you can use this recipe:
apache
mod_jserv
mod_php, mod_perl, etc.
mySQL
gnuJSP
jWebForm

And remember, none of the above are mutually exclusive. Don't pay enterprise-class java grinders to hack html, and vice-versa.

Slashdot Top Deals

You must realize that the computer has it in for you. The irrefutable proof of this is that the computer always does what you tell it to do.

Working...