[xwiki-users] "XWiki is initializing" message
I am in the process of writing an extension for XWiki. Each time I make some code changes, and then refresh my local instance of XWiki I see the message "XWiki is initializing..." which takes some time to finish. For small code changes, I feel like this "initialization" step slows down my development. What exactly is happening in this "XWiki is initializing..." step, and what could I do to avoid this step entirely, so that I can work faster on my extension?
You could use a debugger with code-swapping? I think some component code is called during initialization. paul
Debajit Adhikary <mailto:[email protected]> 16 octobre 2015 23:26 I am in the process of writing an extension for XWiki.
Each time I make some code changes, and then refresh my local instance of XWiki I see the message "XWiki is initializing..." which takes some time to finish.
For small code changes, I feel like this "initialization" step slows down my development.
What exactly is happening in this "XWiki is initializing..." step, and what could I do to avoid this step entirely, so that I can work faster on my extension? _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Debajit, On 16 Oct 2015 at 23:26:08, Debajit Adhikary ([email protected](mailto:[email protected])) wrote:
I am in the process of writing an extension for XWiki.
Each time I make some code changes, and then refresh my local instance of XWiki I see the message "XWiki is initializing..." which takes some time to finish.
For small code changes, I feel like this "initialization" step slows down my development.
See http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents#HDeployi... Hope it helps, Thanks -Vincent
What exactly is happening in this "XWiki is initializing..." step, and what could I do to avoid this step entirely, so that I can work faster on my extension?
participants (3)
-
Debajit Adhikary -
Paul Libbrecht -
vincent@massol.net