java - excluding classes from hot-reloading in Play Framework -
i'm experimenting play framework , experience far! hot-reloading huge time saver.
however, want able exclude class-instances hot-reloading on code-change. (for example have configured repositories need pretty long time initialize , i'm sure code of these repositories won't change) .
how indicate classes / packages disabled hot-reloading?
thanks, geert-jan
one way have code separate project in ide, , create jar file. place jar file in play lib
folder when have compiled , updated necessary code. reasonably straight forward ant script compile set of classes, , drop lib
folder.
there other ways approach this, far know, involve changing, or extending play framework, , think overkill need.
Comments
Post a Comment