I'm aware of server-side javascript for a long time now, but I don't have a clue about how it works. Could someone point me in the right direction?
I'm interested in how to use server-side javascript + Java Servlet technology
EDIT
Great! I have seen those technologies before, but for some reason I didn't associate them with "server-side" javascript ( doh! )
Complementary question: if I want to use a javascript library to create content ( ExtJs for instance ), am I able to have a "document" to modify in the server-side as I do in the client?
( I guess I'll find out in my first attempts )