Jframe
Java Plug-in Framework ☕️
Install / Use
/learn @dzh/JframeREADME
jframe
A Common Plugin Framework implemented by Java. Without complex configuration, you can use it now.
Why do I develop it
- I need a hot deployment system, which support remote update, daemon process, easy configuration, mainly for message processing and ensure that the message is not lost.
- Osgi is too complex, fully dynamic characteristics is not what I needed most.
- I think a framework composed by plug-in, the communication between the plug-in via the message is a good idea.
- So I decided to write a lightweight general framework based on dynamic plugins which communicate via the message.
Quick Start
git clone git@github.com:dzh/jframe.gitOn my pc, the repo is at ~/git/jframeimport jframe into eclipse, then "Run as" -> "Maven install" to build on jframe project.cd ~/git/jframe/jframe/jframe-release/jframe, and thenls temp
About Jframe Manual
- Jframe's manual is jframe_manual_zh_CN.org in /jframe/doc/ directory.I edit it using Emacs's Org plug-in, and export a html version jframe_manual_zh_CN.html.
- Online address jframe_manual_zh_CN
