Giter Site home page Giter Site logo

Enable injection in SARL about sarl HOT 3 CLOSED

sarl avatar sarl commented on May 26, 2024
Enable injection in SARL

from sarl.

Comments (3)

ngaud avatar ngaud commented on May 26, 2024

Clearly necessary. Various way to implement the injection:

  • First one like in Java with annotation, probably too ealry to open the whole management of Annotation
  • Second one, create a new keyword like resource, every thing declared as a resource is considered as injectable. The key point is the access to Janus injector.

resource myDB: DBConnection

generates
@Inject
private final setDBConnection() {
}

So this problem is a problem related to the Janus configuration, how to add new GUICE module to JANUS. It is already managed inside the Janus Boot class.

Possible Janus command line options

  • -m add a new module from its full qualified name
  • -M the complete list of modules to be used

from sarl.

gallandarakhneorg avatar gallandarakhneorg commented on May 26, 2024

This issue should be fixed after the issue #34.

from sarl.

gallandarakhneorg avatar gallandarakhneorg commented on May 26, 2024

Since the annotations are supported, the injection is supported.

from sarl.

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.