python - Which Toolkit to develop Mac OSX/Windows Daemon service -
i need develop daemon service has presence in system tray. system tray icon allows users customize/access options through right click menu. might open window manage options in better way.
the app communicating restful service, posting , downloading files.
now know daemon service, needs native. don't have luxury maintain 3 different dev pipelines, specially since app experimental(but might land in hands of users)
i have experience in java/scala, followed c++/python/js. prefer java/scala (existing codebase) open frameworks in other languages.
i thinking of doing scala based app swing windowing, not pretty. ideas?
we have app, same base code, running on windows, osx , linux (with system tray) using these 2 set of components:
the tanuki java service wrapper handle lifecycle of app. allows installing component "native" windows service. version 3.2.3 under lgpl if helps.
the java 6 java.awt.systemtray supported on platforms. on osx, use modified version of macify implement osx specific gimmicks doc icons
Comments
Post a Comment