I just read the GWT Guide for Compiling and Debugging and have several similarly-related questions:
- What's an example use case for the
-whitelistand-blacklistDevModeoptions and why are they not available for production mode? - Difference between
DevModeandHostedMode? Use cases for both? - What sort of "extra" stuff happens when you specify the
-extraflag? - What is
-workDirand why must it be writeable? What gets written there? What can I use it for? - Is the embedded Jetty instance the same as the codeserver? If not, what is the difference?
- Where does the "story of your compile" report (
soyc) get generated and how to configure this location?
These questions are so closely-related I figured it would be better to ask them all up front rather than spam SO with 6 different micro-questions. Thanks in advance!