Re: How to add a new service to Derby?

2006-07-10 Thread Sanket Sharma
Okay, for the impatient first, here is how to add a service to derby. We'll code a new service called HelloService for Derby. The steps you need to follow are: Step 1: First, code the interface for your service. This is the interface that Derby will use to locate your service and other modules

Re: How to add a new service to Derby?

2006-07-07 Thread Andreas Korneliussen
Hi, Sorry nobody answered your question. I am quite interested in this topic myself. Did you find the information in any Derby doc on the website, or did you find it by reading the code / javadoc ? Would you mind posting your findings to the derby-dev list ? Regards --Andreas Sanket

Re: How to add a new service to Derby?

2006-07-06 Thread Sanket Sharma
Okay...I've figured out the way. Thanks anyways, Regards, Sanket On 7/6/06, Sanket Sharma [EMAIL PROTECTED] wrote: Hi, I was tinkering with Derby code for some time with JMX in my mind. I was wondering if there is a recommended way of adding new services to derby? The code documentation in

How to add a new service to Derby?

2006-07-05 Thread Sanket Sharma
Hi, I was tinkering with Derby code for some time with JMX in my mind. I was wondering if there is a recommended way of adding new services to derby? The code documentation in Monitor.java says describes following ways to boot services (please correct me if I'm wrong): 1) having a property in