- 
        1. Re: WildFly development with NetBeans - faster solutionehugonnet Jul 11, 2014 1:46 AM (in response to jakub.remenec)The wildfly plugin in Netbeans supports incremental deployment : using exploded structure and copying only modified/recompiled files. This depends on your project configuration. Have you checked the "Deploy on Save" check-box in Project Properties -> Run ? It might depends on the size of the project when reloading it but I agree it shouldn't take this long. This is almost instantaneous on my machine but I use only sample code like quickstarts to test. Could you open a bug entry with your logs and runtime informations on Netbeans bugzilla ? https://netbeans.org/bugzilla/enter_bug.cgi?product=serverplugins 
- 
        2. Re: WildFly development with NetBeans - faster solutionjakub.remenec Aug 22, 2014 9:57 AM (in response to ehugonnet)Finally now it got better. Redeploy takes only 15 - 19 seconds. Sometimes no redeployment is needed. The problem was we had a lot of mess in our project and so a lot of things couldnt work well together. Thank you very much for your answer. 
 
    