B
boston_code_monkey
I'm trying to write a custom applet with netbeans that users can access
anywhere with a web browser. Currently I'm simply tring to implement a
secure login where:
(1) a user enters his username and password
(2) the data is encrypted and transmitted to the server
(3) assuming the login info is valid the user is directed to his
private page
I'm trying to implement this as a client and use any http server(iis
and apache) to handle incoming data from the client and outgoing data
from the server, as opposed to building a custom server application.
Do I have to use https technology for encryptionor OR are there java
classes that would be better suited to keep things transparent?
Also is netbeans a good tool for designing the interface (look) of this
applet and webpage(the applet will be embedded in)?
Are there any good tutorials or articles on this? Or does someone have
experience along these lines?
anywhere with a web browser. Currently I'm simply tring to implement a
secure login where:
(1) a user enters his username and password
(2) the data is encrypted and transmitted to the server
(3) assuming the login info is valid the user is directed to his
private page
I'm trying to implement this as a client and use any http server(iis
and apache) to handle incoming data from the client and outgoing data
from the server, as opposed to building a custom server application.
Do I have to use https technology for encryptionor OR are there java
classes that would be better suited to keep things transparent?
Also is netbeans a good tool for designing the interface (look) of this
applet and webpage(the applet will be embedded in)?
Are there any good tutorials or articles on this? Or does someone have
experience along these lines?