Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1264) Cleanup of the Database import dialogs

Cleanup of the Database import dialogs
--------------------------------------

                 Key: UDIG-1264
                 URL: http://jira.codehaus.org/browse/UDIG-1264
             Project: uDIG
          Issue Type: Improvement
          Components: catalog
    Affects Versions: UDIG 1.1.RC10
         Environment: all?
            Reporter: Adrian Custer
            Assignee: Jesse Eichar
         Attachments: udigDiff.CatPostgis.2007.05.05.1800.patch, udigDiff.Messages.2007.05.05.1800.patch, udigDiff.Proprietary.2007.05.05.1800.patch

The attached patches begin the cleanup of the Database import dialogs.

Refractions needs to review the patches as follows:

  1) Review the TODO elements and see who can address the questions raised
          I have raised a number of issues that someone needs to look at. These are all listed as TODO elements 
          that eclipse highlights.

  2) Evaluate the consequences for existing sub-classes
          Udig users have presumably written their own classes that depended on the old 
          DataBaseRegistryWizardPage; the new system will break those classes and someone needs to assess
          the consequences



Subsequent changes to these patches:

  Javadoc completion
    - HTMLify the big blocks
    - Writeup the contract between the DataBaseWizardRegistryPage and sub-classes

  Add the verification system to examine character and string input

  Evaluate the lifecycle 
          why are dispose() methods never called?
          can I reset the currentConnection elsewhere than *before* the user clicks on the Connect button?

  Store only the past n-parameters 
         requires adding a timestamp to the inner DataBaseConnInfo along with tweaking the existing 
         methods.

  Improve connection and SQLError handling

  Miscelaneous other improvements

--adrian
  

Patch1 the NLS changes

Patch2 Changes to DataBaseRegistryWizardPage and PostGISWizard Page

Patch3 Changes to the AbstractProprietary... and ArcSDE, DB2 and Oracle pages

  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top