ICEpush
  1. ICEpush
  2. PUSH-33

Add the ability to set the blocking connection context on the JavaScript Bridge

    Details

      Description

      Can we add the ability to set the servlet context of the blocking request/connection handler on the JavaScript Bridge, like we have it in ICEfaces and expose it as a Java method? The default value can be the servlet context of the ICEpush application itself. We used to have it names blockingRequestHandlerContext but if there's another better name then that's fine to.

        Issue Links

          Activity

          Hide
          Jack Van Ooststroom added a comment -

          Assigning to Mircea

          Show
          Jack Van Ooststroom added a comment - Assigning to Mircea
          Hide
          Mircea Toma added a comment -

          Add bridge configuratation paramater that allows prefixing the request URIs. Introduce ConfigurationServer class to generate JS configuration code from context paramaters.

          Show
          Mircea Toma added a comment - Add bridge configuratation paramater that allows prefixing the request URIs. Introduce ConfigurationServer class to generate JS configuration code from context paramaters.
          Hide
          Mircea Toma added a comment - - edited

          For now there are two context parameters that can be used to configure the bridge:

          org.icepush.uriPrefix - prefix inserted before the bridge hardcoded paths, defaults to ""
          org.icepush.uriSuffix - suffix appended after the bridge hardcoded paths, defaults to ""

          To activate the bridge configuration the page referencing the bridge code will also have to add a second reference to the configuration script:

          <script src="configuration.icepush" type="text/javascript"></script>

          Show
          Mircea Toma added a comment - - edited For now there are two context parameters that can be used to configure the bridge: org.icepush.uriPrefix - prefix inserted before the bridge hardcoded paths, defaults to "" org.icepush.uriSuffix - suffix appended after the bridge hardcoded paths, defaults to "" To activate the bridge configuration the page referencing the bridge code will also have to add a second reference to the configuration script: <script src="configuration.icepush" type="text/javascript"></script>

            People

            • Assignee:
              Mircea Toma
              Reporter:
              Jack Van Ooststroom
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: