Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Get specific Services from info system



BTW, just had a look at the info plug-in (which is in SVN and of course is middleware independent, right?!) and saw a class called GriaComputing?! What is its purpose? Why is it in eu.geclipse.info? Is it specific to GRIA? If yes it has to be in one of the GRIA plug-ins, if no it should not be called GriaComputing!!

It is a wrapper like GridGlueComputing but instead of wrapping a GlueCE, I wrap a GlueService, because the computing elements in gria are described better with a GlueService. Both extend the abstract GridGlueElement. So far it is gria specific, but if we add another middleware where its computing elements are best described by a glue service element, for example, the same class could be used. I cannot use the GridGlueService as I need a new one that implements IGridComputing. Should I change its name to GridGlueComputingService, for example, or should I try to remove both GridGlueComputing to glite plugin and GriaComputing to gria plugin?

I will start working on the general Query class and I will have a better understanding of the difficulties/problems of such a class in the coming days. I think I should leave the query methods I made, so that Mateusz will have something to use immediately.

Thanks,
Nick.


Back to the top