jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Waffle
  • WAFFLE-9

Support different context lightweight containers

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: Core
  • Labels:
    None

Description

Currently Waffle uses Pico 1.x as the context container.

Investigate the suitability of other containers on the market.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Guilherme Silveira added a comment - 13/Jun/07 9:06 AM

Annotation based containers (i.e. Guice) could be supported through a maven plugin based on asm which would instrument the classes and add the required annotations to waffles components (modules?). That would generate another waffle distribution.

Show
Guilherme Silveira added a comment - 13/Jun/07 9:06 AM Annotation based containers (i.e. Guice) could be supported through a maven plugin based on asm which would instrument the classes and add the required annotations to waffles components (modules?). That would generate another waffle distribution.
Hide
Permalink
Paulo Silveira added a comment - 13/Jun/07 9:10 AM

Inject annotations seems a crazy task for me. Why do not use the programmatic interface? or is Guice not prepared to this?

Show
Paulo Silveira added a comment - 13/Jun/07 9:10 AM Inject annotations seems a crazy task for me. Why do not use the programmatic interface? or is Guice not prepared to this?
Hide
Permalink
Sven Jacobs added a comment - 03/Mar/09 5:09 AM

I don't think that post-processing the compiled class files is necessary for Guice support. Primary goal should be the application of Guice for users' action classes.

For example an action class like

class MyActionClass {
@Inject
public MyActionClass( MyDependency dep ) { // code... }
}

should be possible when Guice support is enabled in Waffle.

Show
Sven Jacobs added a comment - 03/Mar/09 5:09 AM I don't think that post-processing the compiled class files is necessary for Guice support. Primary goal should be the application of Guice for users' action classes. For example an action class like class MyActionClass { @Inject public MyActionClass( MyDependency dep ) { // code... } } should be possible when Guice support is enabled in Waffle.

People

  • Assignee:
    Michael Ward
    Reporter:
    Mauro Talevi
Vote (2)
Watch (1)

Dates

  • Created:
    13/Jun/07 5:11 AM
    Updated:
    03/Mar/09 5:09 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.