I am very new to CQ (my 2nd day). I am very familiar with NetBeans, and not familiar with Eclipse, however I am working through the Adobe CQ 5.6 Developer Student Workbook tutorial.
Firstly, Is it possible to use Netbeans as an IDE for CQ development vs using CRXDE.
Secondly, assuming the above is true, is it advisable.
yes, it is fully possible to use Netbeans, IntelliJ or Notepad++ or any other IDE that supports Maven to develop your code. Use whatever suits you best and has support for JavaScript, JEE and Java. It should also have the ability to run external tools so that you can use the vault tool to sync your development repository with your code base. Some of the development is easier to do in CRX/DE Light rather than hand coding the XML files.
yes, it is fully possible to use Netbeans, IntelliJ or Notepad++ or any other IDE that supports Maven to develop your code. Use whatever suits you best and has support for JavaScript, JEE and Java. It should also have the ability to run external tools so that you can use the vault tool to sync your development repository with your code base. Some of the development is easier to do in CRX/DE Light rather than hand coding the XML files.