Page 1 of 1

How to quickly developer SFS Extensions?

Posted: 27 Jan 2012, 18:02
by trueicecold
Is the only way to quickly develop and test extensions is:

Export to jar
go to the sfs admin panel's zone monitor
reload extension

Is there a way of running the extensions from the class files themselves?

Posted: 28 Jan 2012, 06:16
by appels
no

Posted: 28 Jan 2012, 11:04
by Bax
Also, you don't need to reload the extension manually each time. You can configure the zone to auto-reload the extension as soon as the jar file is updated in the extensions folder.

Posted: 28 Jan 2012, 14:11
by trueicecold
Bax wrote:Also, you don't need to reload the extension manually each time. You can configure the zone to auto-reload the extension as soon as the jar file is updated in the extensions folder.


Thanks all, I kept reading, and now using remote debugging with eclipse, and with the auto-reload, it's awesome :)