Results 1 to 3 of 3
Thread: [SOLVED] signed applet, or what
- 10-07-2008, 12:38 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 5
- Rep Power
- 0
[SOLVED] signed applet, or what
Hi,
I'm writing simple database program. It will be used only by company users (probably on lan). It's my first applet, but I though that embedding it on a web page, as an applet will be a smart move (no installation, configuration and updating problem for users).
I admit, I didn't do my homework, and was unprepared for privileges problems with database connection. Now I need someone more experienced to help me decide, should I change project to regular application, try to sign my applet (what to do, when certificate will expire? I probably won't even have contact with customer then), or is there any better way?
I just need some overview before I go any further.Last edited by AXH; 10-07-2008 at 12:47 PM.
- 10-07-2008, 01:16 PM #2
I am working on the same problem today, first we need to know where the database is but as you say: "Probably will not even have contact with the customer." which given some of the help calls I have heard of is probably not a bad idea.
Think of it this way: Applet can talk to server it came from all it wants, codesigning and sophisticated authentication are such that if the client could do them, they probably wouldn't need you to write code for them.
Primary issue I see in assisting you is where the database is running at.Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 10-10-2008, 01:28 AM #3
Member
- Join Date
- Oct 2008
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
Copy a .swf file from server side to client using signed applet
By Imoracle in forum Java AppletsReplies: 2Last Post: 10-05-2008, 06:13 PM -
How to create a signed jars
By mgrprasad90 in forum Enterprise JavaBeans (EJB)Replies: 2Last Post: 08-23-2008, 03:38 PM -
Signed applet works only with jre 1.6u10 beta...
By smartizzz in forum Java AppletsReplies: 0Last Post: 08-07-2008, 07:54 AM -
run java signed applet in vista
By nanaji in forum Java AppletsReplies: 7Last Post: 05-14-2008, 11:59 AM -
.jnlp cant read & write on browser despite signed .jar
By bongia in forum New To JavaReplies: 0Last Post: 11-14-2007, 06:04 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks