java - How does the Play Framework function? -


i love play!. compared other enterprise java frameworks, it's incredibly simple developer use. but, how that? makes edit-refresh cycle possible compile language java? makes play! work way works?

play uses eclipse compiler compile code @ run-time.

take @ following class, used play perform necessary compilation @ run time.

https://github.com/playframework/play/blob/master/framework/src/play/classloading/applicationcompiler.java


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -