Hi Daniel, > As I need the remote event stuff I'd like to know if it is > appreciated that I > extend the api and impl to enable this feature?
Of course, you can add it to wvcm. The javax.wvcm.* interfaces checked-in at at proposals/wvcm anyway contain a lot of extensions which I have marked "NOT YET STANDARD" in the javadoc. The mark is supposed to help when it comes to merging-in new versions of the official javax.wvcm.* interfaces. BTW, I have been proposing extensions to the JSR-147-EG and, some of them, eventually, were accepted and became standard (e.g. support for binding but also minor issues). It's harder in the case of notifications, because you have to convince the RFC2815 people first ;). > What is the right way to make some proposals for this? Just add the interface extensions you need (please marked "NOT YET STANDARD"), add the implementation and discussion takes place starting from the code. Is that OK for you? > It would be great if wvcm would give a complete api to access > slide with all > features transparently from the client side. Agreed! There are already NOT YET STANDARD extensions for DASL and ACL. Regards, Peter > Hi, > I'm currently working on a clusterable process engine. > To enable clustering I've added some webdav-methods that > enable remote > webdav-like event listening (SUBSCRIBE, UNSUBSCRIBE, NOTIFY, > POLL). Have a > look at > http://msdn.microsoft.com/library/default.asp?url=/library/en- > us/wss/wss/_esdk_arch_webdav_notifications.asp > for details. > Now my questions: > What client api is the best to access slide via webdav? I've > used httpclient > for get and put and am now looking into the wvcm api. > As I need the remote event stuff I'd like to know if it is > appreciated that I > extend the api and impl to enable this feature? Or should I > add this methods > to the webdav-client lib and leave the wvcm untouched? > wvcm would give the advantage to hide some protocol details > (NOTFIY/POLL) and > give the ability to register listeners easily. > What is the right way to make some proposals for this? > It would be great if wvcm would give a complete api to access > slide with all > features transparently from the client side. > Regards, > Daniel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
