Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-pmc] Re: [dtp-dev] Approval Request

+1 too.

Rob -- please move these into the appropriate category on the Wiki.

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
Staff Software Engineer, Sybase, Inc.
http://dataplat.blogspot.com/



                                                                           
             Sheila Sholars                                                
             <sholars@xxxxxx.c                                             
             om>                                                        To 
             Sent by:                  dtp-dev@xxxxxxxxxxx,                
             dtp-pmc-bounces@e         dtp-pmc@xxxxxxxxxxx                 
             clipse.org                                                 cc 
                                                                           
                                                                   Subject 
             04/21/2006 12:19          [dtp-pmc] Re: [dtp-dev] Approval    
             PM                        Request                             
                                                                           
                                                                           
             Please respond to                                             
              DTP PMC mailing                                              
                   list                                                    
             <dtp-pmc@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




+1 these changes would benefit our adopters

Regards,
Sheila
-----------------------------------------------------------------------------

IBM Silicon Valley Laboratory
Data Tools Application Development Team Lead
sholars@xxxxxxxxxx
(408)463-2347, TL 8-543-2347
-----------------------------------------------------------------------------

(Embedded image moved to file: pic22045.gif)Inactive hide details for
rcernich@sybase.comrcernich@xxxxxxxxxx

                                                                           
                         rcernich@syb                                      
                         ase.com                                           
                         Sent by:                                          
                         dtp-dev-boun (Embedded image moved to file:       
                         ces@eclipse. pic12356.gif)                        
                         org                                            To 
                                                      (Embedded image      
                                                      moved to file:       
                         04/21/2006                   pic13388.gif)        
                         09:05 AM                     dtp-pmc@xxxxxxxxxxx, 
                                                      dtp-dev@xxxxxxxxxxx  
                                      (Embedded image moved to file:       
           Please respond to          pic25452.gif)                        
     DTP development mailing list                                       cc 
                                                      (Embedded image      
                                                      moved to file:       
                                                      pic03154.gif)        
                                      (Embedded image moved to file:       
                                      pic30466.gif)                        
                                                                   Subject 
                                                      (Embedded image      
                                                      moved to file:       
                                                      pic11833.gif)        
                                                      [dtp-dev] Approval   
                                                      Request              
                                                                           
                                                                           
                                      (Embedded image moved to file:       
                                      pic27760.gif)                        
                                             (Embedded image moved to      
                                             file: pic26919.gif)           
                                                                           
                                                                           




Hey all,

I'd like to petition to have the following features described on the Wiki
page approved for inclusion in the Callisto release.

1.  Add a pingFactory attribute to connectionProfile element within
org.eclipse.datatools.connectivity.connectionProfile extension. Bugzilla
137122.

This feature will make it easier to create connectionProfile extensions
that require ping capabilities.  The extension provider will no longer be
required to create a connectionFactory with a special ping factory ID.
Existing implementations will be unaffected as the old mechanism will
continue to be supported.  This was also marked as a non-additive change by
mistake.

2.  Add an element to org.eclipse.datatools.connectivity.connectionProfile
that would allow developers to associate an adapter for a specified
connection type. For example, a SQL model adapter for java.sql.Connection
objects. Bugzilla 137123.

This feature will make existing connection types available to the platform
through APIs that provide an alternate view of the contents of the server.
Currently, this can only be accomplished by the addition of alternate
connectionFactory extensions.  The problem with this is that it causes
additional connections to be opened to the server, thus adding to resource
consumption.  These factories must also be added for each specific profile
type.  With this proposal, a view extension would apply to all profiles
with a given connection factory.  In the case of the SQL model, this would
mean that any profile that provides a java.sql.Connection would be capable
of being viewed through the SQL model API.

I would like to have these changes approved for Callisto so that the
connectionProfile extension point API is as close as possible to a
"finished" state.

Best regards,
Rob

_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev
_______________________________________________
dtp-pmc mailing list
dtp-pmc@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-pmc

Attachment: pic22045.gif
Description: GIF image

Attachment: pic12356.gif
Description: GIF image

Attachment: pic13388.gif
Description: GIF image

Attachment: pic25452.gif
Description: GIF image

Attachment: pic03154.gif
Description: GIF image

Attachment: pic30466.gif
Description: GIF image

Attachment: pic11833.gif
Description: GIF image

Attachment: pic27760.gif
Description: GIF image

Attachment: pic26919.gif
Description: GIF image


Back to the top