On Tue, Apr 14, 2009 at 6:16 PM, Mike Müller <mike...@mysign.ch> wrote:
> ...What are the best practice by now:
> - to debug sling (and self made bundles) with eclipse?...

I use remote debugging, starting Sling from the command-line with options like

java -Xmx384M -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,address=30303,server=y,suspend=n
...

And connect from Eclipse using a remote debugging session. There might
be more integrated ways, but that works for me.

To update Sling bundles, I use the  -P autoInstallBundle maven profile
defined in parent/pom.xml.

> ...- to explore/modify the jcr (webdav is not sufficent)...

Until we have a better solution, the JCR Explorer can help, I have
written a post on my blog [1] about how to connect it with Sling.

-Bertrand

[1] http://grep.codeconsult.ch/2009/01/06/using-the-jcr-explorer-with-sling/

Reply via email to