Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [geclipse-dev] Dynamic extension of a VO

Hi All,

> The GenericVO implementation will exactly use this pattern besides the
> fact that it will not search for IAwsService creators but for
> IGridService creators.

I just committed a first very basic implementation of this. When
creating a new Generic VO you will see a new wizard page where you may
add services to the VO (not yet persistent). The services listed there
are queried by the gridElementCreator extension point.

During the implementation of the above I noticed that only ONE service
provides such an extentsion, i.e. the gLite Job Service. In order to
have some exemplary stuff in there I defined it also for the GRIA
services, the BDII and the Globus job service. So for anybody who wants
to see his service in there have a look at these exemplary
implementations.

Comments are welcome.

Cheers, Mathias


Back to the top