DevShovel
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
How to get started

1) Add maven repo to the settings.xml (described in modera confluence)
2) Right-click on src folder->maven->Enable dep. management
3) Download swt project from http://www.eclipse.org/swt/ and import it to the workspace
4) Add swt project as dependency
5) Run as a Java project

How do I create a plugin ?

The easiest way to create a plugin is to implement the net.modera.shovel.resourceproviders.DiscoverableResourceProvider
interface and place it to your class-path, currently your class must resided in
net.modera.shovel.resourceprovider so the shovel would able to discover it. Also, 
do not forget to annotate your implementation with the org.springframework.stereotype.Component 
annotation because the Spring Autowiring facilities are used to load plugins dynamically.


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。