Thursday, February 28, 2013

GWT dev mode and GIN and dependency injection in general

Hello!

I just experimented somewhat with Gin and realized that it (v2.0) seems to break the incremental compilation feature of GWT's development mode, ie. where I just have to save the .java source file and the gwt dev mode server automatically incorporates the changes.

Can someone confirm this or is it my own fault?

In general: what DI frameworks are there for GWT? I'd like to have something akin to Spring's auto-wiring based on interfaces+class path scanning, but, of course, *before* runtime, ie. at compile time to avoid performance loss in production. I'm even thinking about an annotation processor that generates the GinModule bindery code, however, using something that already exists and is properly maintained is always an advantage ;-).

Best regards,
Mark

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment