Please create an account to participate in the Slashdot moderation system

 



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

1 1 was a race-horse, 2 2 was 1 2. When 1 1 1 1 race, 2 2 1 1 2.

Working...