[java] Can or can not, that is the question.

Started by
16 comments, last by Tiso 23 years, 10 months ago
Okay, thanks. With that said, how hard would it be for me to make it? (I''ve never worked with Java)
Advertisement
Java servlets own, screw CGI
"With that said" :
- encrypt the web page into a file
>>2 hours, once you start knowing a little bit of Java
- check for a password
>>trivial
- create a temporary file on the user''s HD (requires jdk/jre 1.2+)
>>File.createTemp() : 8 seconds
- uncrypt the file into the temporary file
>>included in the "encrypt" task
- transform the File into a URL
>>File.toURL() : 8 seconds
- give the URL to the browser through java-script <br>>>No idea, but probably rather easy [I have never done java-script)
www.virtualave.net also has free CGI script hosting, and it works quite well.

I prefer CGI to Java, because it generally seems to take less setup. Not that I''m an expert or anything, I just played with Perl for the hell of it, it seemed interesting.


#pragma DWIM // Do What I Mean!
~ Mad Keith ~
It's only funny 'till someone gets hurt.And then it's just hilarious.Unless it's you.
I already have my site up and everything, I don''t want to go through all the work of transfering files and crap. All I want is a password requirement section.
Well, what else do you need ? Do we have to take your hand ?

--
===
Am I the keeper of my brother ?
I just want to know what I need to know, how long will it take, and so forth. But, I'm a beginner and don't understand the complex wording, so english please.

.........................................................
http://www.crosswinds.net/~gaurdianangel

Edited by - Tiso on May 28, 2000 11:34:15 PM
I think you understood what he said, but anyway, if I got it right he said that DO WE have to create barrier for you AND proviede even free web server + new computer.

By the way, what happened to this board? It''s tiny line in the middle of my screen. Feels like I were watching widescreen porn from unwided pal-tv...

Time comes, time goes and I only am.

This topic is closed to new replies.

Advertisement