From adffaces-issues-return-593-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Fri Aug 04 19:15:52 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 4567 invoked from network); 4 Aug 2006 19:15:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2006 19:15:52 -0000 Received: (qmail 89044 invoked by uid 500); 4 Aug 2006 19:15:52 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 89029 invoked by uid 500); 4 Aug 2006 19:15:52 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 89020 invoked by uid 99); 4 Aug 2006 19:15:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 12:15:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 12:15:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D7135410022 for ; Fri, 4 Aug 2006 19:13:14 +0000 (GMT) Message-ID: <23932684.1154718794878.JavaMail.jira@brutus> Date: Fri, 4 Aug 2006 12:13:14 -0700 (PDT) From: "Joseph Rozier (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Updated: (ADFFACES-110) Add Agent for BlackBerry Browser 4.0 In-Reply-To: <31529161.1154552777948.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/ADFFACES-110?page=all ] Joseph Rozier updated ADFFACES-110: ----------------------------------- Attachment: adffaces110.patch This includes changes necessary for providing BlackBerry Browser agent support. Note that this does NOT imply that every component/feature of Trinidad will work on the BlackBerry Browser at this point. This patch simply simply creates the BlackBerry Agent/Platform and sets the capabilities for the agent appropriately. With this patch, a BlackBerry Browser 4.0+ connecting to a Trinidad application will generally function though there may be some minor issues. Future issues/patches will address individual components/features that requires changes to work on the BlackBerry Browser. > Add Agent for BlackBerry Browser 4.0 > ------------------------------------ > > Key: ADFFACES-110 > URL: http://issues.apache.org/jira/browse/ADFFACES-110 > Project: MyFaces ADF-Faces > Issue Type: New Feature > Environment: all > Reporter: Joseph Rozier > Priority: Minor > Attachments: adffaces110.patch > > > Support for the BlackBerry Browser 4.0 on BlackBerry device is desirable. > In order to support this browser, additions must be made to the Agent/capabilities. Specifically, these changes are: > 1) The addition of the BlackBerry Agent and Platform constants in > org.apache.myfaces.trinidad.context.Agent. The BlackBerry Browser 4.0 > runs on BlackBerry devices. Therefore, the Agent and Platform will > both be "blackberry." (Compare to Pocket IE, where the agent is "ie" > and the platform is "ppc" for PocketPC.) > 2) The specifcation of BlackBerry specific capabilities values (in a > blackberry.xml file in > trinidad-impl\src\main\resources\META-INF\agent). The capabilities > values will be quite similar to the Pocket IE 2003 capabilities > values, except at this point it looks like no PPR will be supported > (-adfinternal-partialRendering will be false and -adfinternal-xmldom > will be false). > 3) The detection of the BlackBerry User-Agent string in > org.apache.myfaces.trinidadinternal.agent.AgentFactoryImpl. > Also, unlike other agents/platforms, BlackBerry Browser can/should support the hardwareMakeModel Agent property, because this information is provided in the BlackBerry Browser User-Agent string. The BlackBerry User-Agent string starts with > BlackBerry/, where is the device model. For example, for the BlackBerry 8700 running the BlackBerry Browser 4.1.0, the value is BlackBerry8700/4.1.0. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira