PDA

Click to See Complete Forum and Search --> : A general question


Winla
Jul 1st, 2000, 12:54 AM
I am pretty new to JavaScript/Java world.

I like to develop a small program to query a database and send the results in charts to user through HTML pages, something like ASP/IIS application.

NOw question is: Could I do it in either java or javascript? sample code and web site leads are welcome! thx

noone
Jul 2nd, 2000, 04:40 PM
If you want to use Java for that you would most likely be looking at Servlets or JSP pages, which are becoming increasingly popular.
You can find some info on it here:
http://www.builder.com/Programming/JSP/?tag=st.bl.3882.dir1.JSP

As far as Javascript on the server, you can use that in ASP pages which you already seem to know about and in some Netscape webservers but I don't know too much about that.