D
Dev
Hi all!
Profile: I am new to web technologies and am using the J2EE 1.4
tutorial (June 2005) release to get acquainted with the technologies -
JSP, Servlets and Beans. I've a decent experience in programming in
Turbo C++. I intend to develop a web application which heavily uses
databases and also manages personal information of its users.
Reason to be here:
1) As I've said that the app has to deal with personal info, I need to
implement client-side encryption (the client sends and receives data in
encrypted form) so that anyone cannot 'hook' the transmission lines and
steal the info... as a german hacking group did to steal Windows
Activation codes (I happen to like reversing too, but unfortunately
can't do it myself). Is there any way to do this using java? I know
java has methods for implementing encryption... I had made a small
application that encrypts and decrypts using DESede. An intro to SSL
cerificates in this regard would also be nice.
2) Sun Java Studio Creator: To make my learning a bit easier, I am
using this tool (VS .NET equivalent for JSF). Unfortunately, it
develops JSP in XML syntax if I use its drag-and-drop feature. Is there
any tool that gives me the code in HTML/standard form and also provides
drag-and-drop functionality? Is there any way to do this in Studio
Creator?
All responses would be appreciated,
Dev
Profile: I am new to web technologies and am using the J2EE 1.4
tutorial (June 2005) release to get acquainted with the technologies -
JSP, Servlets and Beans. I've a decent experience in programming in
Turbo C++. I intend to develop a web application which heavily uses
databases and also manages personal information of its users.
Reason to be here:
1) As I've said that the app has to deal with personal info, I need to
implement client-side encryption (the client sends and receives data in
encrypted form) so that anyone cannot 'hook' the transmission lines and
steal the info... as a german hacking group did to steal Windows
Activation codes (I happen to like reversing too, but unfortunately
can't do it myself). Is there any way to do this using java? I know
java has methods for implementing encryption... I had made a small
application that encrypts and decrypts using DESede. An intro to SSL
cerificates in this regard would also be nice.
2) Sun Java Studio Creator: To make my learning a bit easier, I am
using this tool (VS .NET equivalent for JSF). Unfortunately, it
develops JSP in XML syntax if I use its drag-and-drop feature. Is there
any tool that gives me the code in HTML/standard form and also provides
drag-and-drop functionality? Is there any way to do this in Studio
Creator?
All responses would be appreciated,
Dev