Results 1 to 3 of 3
Thread: applets vs jsp pages security
- 02-05-2009, 04:11 AM #1
Member
- Join Date
- Dec 2008
- Posts
- 50
- Rep Power
- 0
applets vs jsp pages security
hi there,
i have an application that writes its results to a database, and now i need to build a web interface that clients can log into to read some results from the data base,,
i have done some reading and noted that it can be done in an applet ( its a mysql database )... which seems like the easiest solution.. but i was wondering if this is as secure as using jsp pages ...
the basic idea is that they will enter a
username;
password;
which is checked against records in the data base and if successful are redirected to a summary page where they can look at the results...
any commentary or direction to further reading would be greatly appreciated..
- 02-05-2009, 08:16 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
An Applet would not function through a proxy, for one, for two, you would have to open the DB to the public, leaving it available for "crack" attempts, and other "little" things like that.
Use servlets/jsp or even CGI/PHP/whatever you want.
- 02-05-2009, 11:42 AM #3
Member
- Join Date
- Dec 2008
- Posts
- 50
- Rep Power
- 0
Similar Threads
-
Security
By manticohd in forum Reviews / AdvertisingReplies: 1Last Post: 02-03-2010, 08:17 AM -
Java security
By Zosden in forum Java AppletsReplies: 43Last Post: 08-02-2008, 02:10 PM -
one more try, applets security
By willemjav in forum Java AppletsReplies: 0Last Post: 03-09-2008, 01:19 PM -
difference between code based security and role based security
By boy22 in forum New To JavaReplies: 1Last Post: 07-23-2007, 11:59 PM -
Acegi Security 1.0.4
By levent in forum Java SoftwareReplies: 0Last Post: 05-26-2007, 12:16 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks