Hales Notes 20060421

From lightwiki
Revision as of 16:28, 21 April 2006 by 65.41.159.99 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Vernon - my Fedora Core 4 remembers its Browser and WP settings. I don't know why yours does not. I tweaked a couple of things but didn't see anything that would cause it to fail on your machone The code is in com/jguigen/standard/GetBrowserAndWp.java starting at line 73. There are several steps involved but the comments in the code are fairly complete. You might want to put some print statements in (or use the Debugger in Eclipse) to walk through and see what it is really doing there.

I looked for a few minutes at the SQL Insertion stuff. It is going to take more research. The first 10 sites I read said "Use PreparedStatements". Obviously this is not a solution where we are trying to let the user build SQL Queries. I'll look more when I have time.

I'm going to take a shot at the Java 1.5 things and then I've got to go to work.

Hale