On Tuesday 03 August 2004 16:18, Alexis Agahi wrote:
Hi,
As I'm playing with meta, I was thinking on how it would possible to declare a method of a component "remote accessible" (such as webservice or altrmi).
Not sure if it should be as Meta-info though. Why would a component know in advance that someone want to expose it as a web-service?
I see you're point.
I was just trying to elaborate the same usage as C# webservice
in C# you can easy declare a method of Webservice object a webservice using meta declaration such as:
[WebMethod] public void getSomething() { }
Ok so maybe using meta declaration could be usefull to produce info for the facility (to help him to find component that should be declared as Websrevice or whatever, assuming that the component code/deployement remain as is)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]