On Thu, 12 Sep 2002 06:45, Berin Loritsch wrote: > Quick question, how do we want to mark the entries for > whether a class is an Avalon component or service?
Not using a manifest. Currently I am using two descriptors; * META-INF/avalon/services.xml * META-INF/avalon/components.xml Each are justa simple list of things like <services> <service impl="org.apache.avalon.MyService"/> </services> <components> <component impl="org.apache.avalon.MyComponent"/> <component impl="soap:resource://org/apache/avalon/MyComponent-soap.xml"/> </components> > BTW, where are we with making the Service an explicit type? > I want Fortress to resolve all the Services *before* it > resolves the Components. It is a good idea. I haven't figured out anything that that I am happy with yet. Essentially all I currently have is a "ServiceInfo" that containers a "ServiceDescriptor". I have played with adding Method/Operation/Function Descriptors but nothing useful came out of that yet. -- Cheers, Peter Donald ------------------------------------ The two secrets to success: 1- Don't tell anyone everything. ------------------------------------ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
