Speed up project cartridge lookup
---------------------------------

         Key: AND-23
         URL: http://jira.andromda.org/browse/AND-23
     Project: Android/Eclipse
        Type: Improvement

  Components: New Project Wizard  
    Versions: 1.0-M1    
    Reporter: Peter Friese
 Assigned to: Peter Friese 
     Fix For: 1.0-M1


Looking up project cartridges is quite time consuming since Android traverses 
the whole maven repo until it finds the project cartridges. Here are some ideas 
to achieve a speedup:

Have a cache (probably in the user preference store - that gives us the chance 
to display a list of project cartridges in the preference dialog) that stores 
the locations of the project cartridges. This cache will be initialized once 
the user opens the new project wizard. Having a cache might lead to problems if 
a user adds new project cartridges to his maven repo. We can cope with this 
problem by giving the user a chance to refresh the cache by:
- clicking on a button that we need to place somewhere in the preference dialog
- having a timed refresh (eg. refresh every second day)
- refreshing as soon as the Android Bootstrapper (written by Jens) has been run

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


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Reply via email to