Git Product home page Git Product logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I have the same problem:

I'm trying to inject a view with editors/renderers fields marked as @Inject 
@UiField(provided=true) and then, an initialize method annotated with @Inject 
should be called last to call initWidget() when all fields have been populated.

Xavier

Original comment by [email protected] on 28 Mar 2013 at 1:47

from google-gin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
in com.google.gwt.inject.rebind.util.SourceWriteUtil.createMemberInjection(), I 
think the 2 following lines should be inverted:

sb.append(createMethodInjections(getMethodsToInject(type), "injectee", 
nameGenerator, methodsOutput));
sb.append(createFieldInjections(getFieldsToInject(type), "injectee", 
nameGenerator, methodsOutput));

Original comment by [email protected] on 9 Apr 2013 at 2:03

from google-gin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Thanks. Created a patch with some tests internally.
Will let you know when it is released.

Original comment by [email protected] on 9 Apr 2013 at 11:30

from google-gin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
This issue was closed by revision r261.

Original comment by [email protected] on 11 Apr 2013 at 2:22

  • Changed state: Fixed

from google-gin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Does it not make more sense to have field injection to happen as the first ? 
Just like normal java objects construction normally does ?

Original comment by david.nouls on 11 Apr 2013 at 6:57

from google-gin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
@David I don't understand... how would you inject an object that has not been 
constructed yet?

Original comment by [email protected] on 11 Apr 2013 at 7:27

from google-gin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I know, although it is counter intuitive that injected members are injected 
after construction, when in normal java objects created with new the opposite 
order is executed. I wish Java would somehow allow injection frameworks to step 
in during the object initialization.

So just disregard my comment.

Original comment by david.nouls on 11 Apr 2013 at 7:35

from google-gin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.