Skip to content

Commit 6440f43

Browse files
authored
Update 2025-04-30-python-java-bndtools-template
1 parent 3a69c34 commit 6440f43

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_posts/2025-04-30-python-java-bndtools-template

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
There is a new project template an simple 'hello' example using the [ECF Python.Java Distribution Provider](https://github.com/ECF/Py4j-RemoteServicesProvider) for
44
microservice<->microservice interaction between a Java/OSGi process, and a Python process.
55

6-
This enables a standard way (via [RSA](https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html)) to discover and use OSGi Remote Services
6+
OSGi Remote Service Admin enables a standard way (via [RSA](https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.remoteserviceadmin.html)) to discover and use OSGi Remote Services
77
between the OSGi service registry and [iPOPO](https://ipopo.readthedocs.io/en/3.1.0/), an OSGi-like service registry, component
88
model, and dynamic injection framework for Python 3.9+. See also [here](https://ipopo.readthedocs.io/en/3.1.0/tutorials/index.html) for iPOPO tutorials for the
99
Python side-RSA impl,
@@ -38,6 +38,7 @@ Running Python Example Program
3838

3939
2. In a command shell or IDE, navigate to the project directory and run the run_python_example.py script
4040

41+
4142
```
4243
python run_python_example.py
4344
```
@@ -46,5 +47,5 @@ discovered, and imported by the java process or the python process.
4647

4748
![bndtoolspython](https://github.com/user-attachments/assets/d5bbd4e4-d57c-412a-a198-fe16ed76a95d)
4849

49-
Most of the code that produces output is available in the example project. For java: src/main/java/.../hello/*.java
50-
and python: python-src/samples/rsa
50+
Most of the code that produces output is available inside the example project. For java: src/main/java/.../hello/*.java
51+
and for the python code: python-src/samples/rsa

0 commit comments

Comments
 (0)