tonychen0924 commented on issue #687:
URL: https://github.com/apache/celix/issues/687#issuecomment-1811855638

   The example you mentioned I have tried before, it can be used. However, my 
current requirement is to create a component in my project that controls the 
bundle as a service consumer and invokes the interface in the bundle on the 
server side to achieve Bundle management. The http example is essentially still 
entering terminal instructions on the web page, which is not what I need to 
lock. What I want is:
   provider bundle-> call function(std::string commandLine, std:string 
bundleName) -> consumer bunde
   std::string commandLine = "install";
   std:string bundleName = "path/to/xx.zip"
   At present, I only find some scattered implementation parts written in C 
language, and I feel more difficult to use C++ to connect with him, because I 
only see the same language C or C++ to realize the server side and consumer 
side examples


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to