-
Notifications
You must be signed in to change notification settings - Fork 6
[question] How did you get systemd-dbus java binding? #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, yes, basically all of the code you spotted is maintained manually. The reason is, that the generated code of dbus-java has never been that efficient to suite my goals. Also, such generated code is in many cases not "clean", i.e. generic variable names and getters do not tell enough to a developer. I'm not aware of any other generator that would fit here. When I find the time then I use to try to align these parts to the latest version of systemd. Cheers |
Hello, I also encountered some issues generating Systemd bindings with Your README.md mentions contributions by @brett-smith to use Did you ever try using the QtDBus bindings module, qtjambi-dbus, in the QtJambi Qt bindings for Java project? I am considering using your library instead of generating bindings myself. |
Correct, the bindings are still coded manually (and supposed to be aligned to the evolution of systemd regularly - but I don't find the time for this atm).
Nope. |
Hey Markus,
This issue is question, so feel free to close it if you wish. I noticed that you have a bunch of code which seems to be maintained manually. Yet looking at it amount I believe first portion could be generated few years back. Was it a case? Can you recommend any code generator which actually works?
Generator I found in dbus-java produces incomplete results.
Thanks,
Łukasz
The text was updated successfully, but these errors were encountered: