Difference between revisions of "Hales Notes 20060421"

From lightwiki
Jump to: navigation, search
Line 1: Line 1:
 
Vernon   
 
Vernon   
  
E#my Fedora Core 4 remembers its Browser and WP settings.  I don't know why yours does not.
+
#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
 
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
 
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.
 
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 moved the JGUIGEN in the center of the front page of JGuiGen to the INI XML file.
E#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.
 
+
E#I moved the JGUIGEN in the center of the front page of JGuiGen to the INI XML file.
+
 
+
 
+
E#I do not find the Java 1.5 errors on the Wiki.  All I see are the clearlooks error.
+
  
 
Hale
 
Hale

Revision as of 17:41, 21 April 2006

Vernon

  1. 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.

  1. 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.
  2. I moved the JGUIGEN in the center of the front page of JGuiGen to the INI XML file.
  3. I do not find the Java 1.5 errors on the Wiki. All I see are the clearlooks error.

Hale