Re: [jdev] Re: how to implement my plugin as a component to be startedwithin the start of wildfire !

2006-01-05 Thread Abdeltif Nouqrat
the component when the plugin is being destroyed/removed. componentManager = ComponentManagerFactory.getComponentManager(); componentManager.addComponent(serviceName, this); Regards, -- Gato Abdeltif Nouqrat [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, in order

[jdev]: how to implement my plugin as a component to be started within the start of wildfire !

2006-01-03 Thread Abdeltif Nouqrat
Hi all, in order to implement my plugin as internal component of wildfire, I implemented the Component-interface and the Plugin-Interface. I want that my component will be started at start of wildfire. Such as multi user chat service. My plugin-initialization shows as follows: public void

[jdev] (no subject)

2006-01-02 Thread Abdeltif Nouqrat
of the plugin? If yes, how to do it? Thanks. Abdelatif Trejkaz schrieb: On Saturday 31 December 2005 22:53, Abdeltif Nouqrat wrote: Hi, in order to sniff the exchanged packets from/to jive-wildfire and filter specific packets, I want to write a proxy between jabber client and the server

[jdev] It is possible to write a java proxy between a client jive-wildfire ?

2005-12-31 Thread Abdeltif Nouqrat
Hi, in order to sniff the exchanged packets from/to jive-wildfire and filter specific packets, I want to write a proxy between jabber client and the server. First I want to know if that's possible. If yes, what are the information needed and which steps should I do to do that. Please HELP ! Good