Uploaded image for project: 'MyFaces CODI'
  1. MyFaces CODI
  2. EXTCDI-9

customizable project stage

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0
    • Core
    • None

    Description

      the core of codi should offer a project stage mechanism for custom project stages (application.PROJECT_STAGE)

      example:

      @Inject @Current private ProjectStage projectStage;

      ...

      if(projectStage.is("MyDevStage"))
      {
      //...
      }

      if the jsf module is available as well, it should be possible to use e.g.:

      @Inject private JsfProjectStage jsfProjectStage;

      if(jsfProjectStage.isDevelopment())
      {
      //...
      }

      the implementation should use the project stages provided by jsf.
      if application.PROJECT_STAGE is used, it should overrule the project stage of jsf.

      Attachments

        Activity

          People

            gpetracek Gerhard Petracek
            gpetracek Gerhard Petracek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: