ICEmobile 1.3 Release Notes

You are viewing an old version (v. 11) of this page.
The latest version is v. 58, last edited on Jun 20, 2013 (view differences | )
<< View previous version | view page history | view next version >>

ICEmobile 1.3 Release Notes

Draft for 1.3 Beta still under construction. Final release note will be provided with ICEmobile 1.3 Final

May 17 2013

About This Release


ICEmobile 1.3 delivers a wide spectrum of hybrid mobile features for Java EE development for both JSP and JSF. Some of the key new features and enhancements include:

  • Blackberry 10 now supported.
  • ICEmobile-SX hybrid support now available for Android.
  • MyFaces is now supported.
  • ICEmobile CSS now compatible with JQuery Themeroller.
  • New DataView component provides client-side data table support including master/detail views.
  • Augmented reality now has preliminary support for Qualcomm Vuforia marker display on Android and experimental Augmented Reality interactive Forms on iOS .
  • A wide spectrum of style and performance enhancements have been implemented.

Contents

These Release Notes include the following sections:

Downloads


ICEmobile 1.3 Beta is available for download in the following formats:

What's New in 1.3?


General

JSF Components

The following new JSF components are available in this release:

  • dataView
  • menuButtonGroup

The following JSF components have had new features added:

The following JSF component APIs have changed:

JSP Tags

The following new JSP tags have been added.

  • commandButtonGroup
  • panelConfirmation
  • submitNotification
  • menuButton
  • menuButtonGroup
  • menuButtonItem

The following new JSP tags have been removed.

  • contentPane

The following JSP tags have had new features added:

The following JSP tag APIs have changed:

Device Containers

  • Device integration for BB10 now supported via Android Container.
  • ICEmobile-SX now available for Android.
  • New network activity progress bar overlays the web view eliminating conflicts with page content.
  • Augmented reality improvements for both Android and iOS
    • iOS now has experimental support for Augmented Reality Forms, seee http://www.icesoft.org/blog/augmented-reality-shopping/
    • Android now has initial support for Vuforia marker display using a set of stock 3D models. Dynamic 3D object loading will be supported in a future release.

Tools

JSF Tooling

  • Eclipse
  • NetBeans

JSP Tooling

  • Tag completion supported based on icemobile TLD.

Applications

  • mobileshowcase
  • icemobilespring
  • mediacast
  • mvc-mediacast

Supported Platforms


JSF/ICEfaces

This release is based on ICEfaces 3.3 Final, and inherits supported JSF runtimes, browsers, and application servers from that release. See ICEfaces release notes for details.

Device Containers and Mobile Browsers

  • Google Android 2.3 or later
  • Apple iOS 4 or later
  • Blackberry Platform 6 and 10

Internet Explorer

Internet Explorer is supported in two tiers, full support for IE 10, and partial support for IE 8.

The following are known issues for IE 8:

  • mobi:carousel is not supported due to an iScroll JavaScript dependency
  • mobi:dataView is partially supported; this is an advanced mobile component and requires touch screen support, but it is largely functional
  • mobi:flipSwitch has minor cosmetic defects
  • media components such as the camera require the use of h:commandButton since IE 8 does not support Ajax file upload
  • video and audio player components are supported only through the direct media link
  • IE 8 does not support geolocation

Development Tips


JSF Components

  • If your application uses camera, microphone, or camcorder and you wish it to work in IE9, add
<mobi:uploadhelper/> 

to the form. For more advanced Ajax use see [Desktop Portability].

  • Default for using minified javascript and css for components is dependent upon the following context parameter from web.xml:-
      <param-name>javax.faces.PROJECT_STAGE</param-name> 

    if using Production for param-value, the minified js and css will be used. if Development, will get non-minified (easier to read) CSS and JavaScript.

  • timeZone support on timeSpinner may show values from different timezones for sample apps (tested using MST). Just use
    <f:convertDateTime...timeZone="#{date.timezone}" />

    which returns java.util.TimeZone.getDefaultID(); to get the default time zone of the server.

  • ICEmobile now includes a basic "mobile simulator" for demos on desktop browsers. In a typical production application, the desired behavior for the native components is to fall back to desktop equivalents (such as file upload in the case of the camera), but for demo purposes it is useful to "simulate" the experience of the mobile user (so, for instance, the simulated camera component displays a photo gallery selection popup). This can be enabled with a context parameter, system property or session attribute of the same name:
    <context-param>
        <param-name>org.icemobile.simulator</param-name>
        <param-value>true</param-value>
    </context-param>
    

Known Issues


General

  • Ajax Push may not initialize properly require a page refresh on some devices for Push notifications to be received.
  • Due to HTTP connection contention on some devices with a lower connection limit, request queueing in Ajax Push-enabled ICEmobile applications may result in delayed page updates, and a significant delay may be seen while dynamically fetched resources, such as new images for the page, are requested.

JSF Components

  • use of new core rendering means that attribute names for some components may have changed to reflect a more appropriate name used by JSP or JSF counterpart. If you have existing XHTML or JSP pages, check the attribute names to be certain to have the latest API version.
  • mobi:ajax support. Components which are naming containers (like Carousel) have limited use for mobi:ajax tag due to jsf findComponent method which will only search to the nearest naming container.
  • [contentMenuItem]
    • icon attribute is not yet implemented and will have no effect
  • Geolocation not supported on blackberry devices in browser api
  • viewSelector is now deprecated and developers are encouraged to use the new smallView and largeView components to achieve view-specific layouts.
  • Tabset bottom orientation is not currently supported in large view themes for the iPad or Android. Setting orientation="bottom" in a large view will result in top-oriented tabs.

JSP Tags

  • Carousel tag is not backwards compatible. New carouselItem tag allows for any valid JSP markup.
  • Accordion now takes accordionPane children.

Containers

Android

  • HTML5 audio and video tags are not well supported prior to Android 2.3. Video and audio playback may not work on devices running Android 2.2 or earlier.
  • Occasional rendering issues have been encountered with Hardware Acceleration. An orientation change or interaction with the page will normally rectify these issues. Results will vary from device to device.
  • Android 3.x tablets exhibit a wide range of rendering problems. It is highly recommended that 3.x device be upgraded to 4.x whereever possible.
  • The Augmented Reality video layer is not available for devices without a back-facing camera, such as the Nexus 7. These devices will show a black background with the markers.
  • The reliability of Ajax Push may be affected on some older devices after the system video player is activated. In these cases, Ajax Push notifications may not be received until the page is refreshed or the ICEmobile application is restarted.

Blackberry OS 6

General issues
  • Flash and zoom controls are not yet available on the Camera widget extension.
  • On devices with a slide out keyboard, having the keyboard extended automatically puts the device in Portrait mode. The photo component depends on the Device.getOrientation method call to orient the thumbnail to the screen, so the thumbnail may be rotated incorrectly in this situation.
  • In a related sense, the video camera widget sized at 640x480 does not show up fullscreen unless it's used in Landscape mode. This is similar to the RIM camera application where the the same aspect ratio is maintained.
  • When using the video recorder, the user is asked for the following permission when using the video camera:
    The aplication ICEmobile is attempting to reset the security timer  [Allow][Deny]
    
    This appears to be a common issue on some devices when using APIs related to using the video camera in either recording or playback.
    Other uses of an API to reset the backlight timer cause this to occur, but the ICEmobile application does not use this API. If this question is asked repeatedly during normal use, it can be
    disabled through the application permissions menu:
    Options (wrench) -> Device -> Application Management -> ICEFaces Mobile Container -> Edit Permissions -> Interactions -> Reset Security Timer -> [Allow]
  • Dongle can be attached to Blackberry device in "charge only" mode only if attempting to write to the filesystems. Camera and videocamera extensions wont work if user is trying to share filesystem with a desktop client.
  • Simulator code is extremely slow and can be temperamental depending on simulator networking performance.
  • When a video is displayed in the WebKit browser, it renders a black rectangle that persists after the container (and the browser) navigates to a new page. The user must reload the current page to force the browser clear the rectangle.
    *Blackberry OS6 uses zxing version 6, which requires the user taking a photo. The container then applies a series of Java image processing operations on the resulting image. For a successful scan, QRCode must be well lit, and the photo taken from such a place that there is no reflection and the image is focusable (via autofocus). Also it seems that the image must be black/white as experience has showed poor results with green or red images.
  • GeoLocation now works on the Blackberry, but must be high precision mode. The <mobi:geolocation> component will detect the Blackberry container and use the appropriate mode.
  • Augmented Reality pages not available for Blackberry.
Development issues
  • Special care must be taken to execute javascript (including the executeScript(String script) calls) in the ScriptEngine instance fetched from the BrowserField instance when the document loads. The convenience method to execute scripts in the BrowserField instance results in a new ScriptEngine being created which does not have access to the javascript namespace defined by ICEmobile components and Bridge constructs.

Blackberry OS 10

  • Container support is through our native Android container running in the Android runtime for BB10. Access to the container
    menu system is achieved via gestures, notably dragging downward on the top of the screen. If you change the URL through the preferences menu, note that in order to activate the change in the container, you will have to re-gesture in the same way to hit the back button once the URL dialog is dismissed.
  • Android container in BB runtime currently supports Android 2.3 API features at most.
iOS
  • The Augmented Reality Marker view startup may take 20 seconds and a progress bar has not yet been added; please be patient. The view may remain black if the display goes to sleep while it is active. To fix, restart ICEmobile-SX by holding down the home button and pressing the "minus" badge. The view only displays the first model even though all models are loaded.
  • Audio playback does not work for all device-supported formats in the iOS container (audio playback issues are not seen with Safari with ICEmobile-SX).
Tools
  • Some cosmetic issues exist with components in Eclipse design time view.
  • The stock internal Eclipse browser does not support the ICEmobile device themes, and users are encouraged, when running an ICEmobile application in Eclipse to change the default browser. The default web browser can be changed in Eclipse by changing the menu setting in Window > Web Browser .. to a non-internal browser.
Sample Applications
  • mvc-mediacast is a new alpha-quality sample application showcasing the media upload capabilities and Spring MVC integration of ICEmobile-JSP.

Support


Open source community support is available at http://www.icesoft.org.

The ICEmobile community forums are available for questions, comments, or general discussions regarding ICEmobile.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2017 ICEsoft Technologies Canada Corp.