Re: Does Resin 3.0.18 support execution of server side javascript?

JavaJosh <[email protected]> Wed, 10 May 2006 15:55:10 -0700
Newsgroups gmane.text.xml.resin.user
Organization JavaJosh Enterprises, LLC
Message-ID <[email protected]>
Scott Ferguson wrote:
> One of the main problems with server side javascript was that no one 
> really developed an extensive server-side library.  Even stuff like file 
> access is missing (or was last time I checked.)

This is changing with the rise of 'AJAX' websites. There are massive, 
feature-rich libraries being developed like Dojo and AjaxTk. My goal is 
to execute the same form validation code on the client and on the 
server. This requires mostly string and data type libraries which are 
widely available.

If I can get this methodology to work, it would be a nice shot in the 
arm for Resin, since no other servlet engine even makes a nod toward 
javascript (as far as I know).

-- Josh