Difference between revisions of "Hales Notes 20060421"

From lightwiki
Jump to: navigation, search
 
Line 5: Line 5:
 
steps involved but the comments in the code are fairly complete.
 
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.
 
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 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.
+
 
 +
I do not find the Java 1.5 errors on the Wiki.  All I see are the clearlooks error.
  
 
Hale
 
Hale

Revision as of 16:31, 21 April 2006

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 do not find the Java 1.5 errors on the Wiki. All I see are the clearlooks error.

Hale