Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMIWG/MobileWebRoadMap/UniqueFeatures"

(New page: == Unique Features for Mobile Web Developers == What are the required features that make mobile web developers unique to enterprise web developers? * Code signing [Please add others])
 
 
Line 1: Line 1:
== Unique Features for Mobile Web Developers ==
+
== Unique Features for Mobile Web Developers ==
  
What are the required features that make mobile web developers unique to enterprise web developers?
+
What are the required features that make mobile web developers unique to enterprise web developers?  
  
* Code signing
+
{| cellspacing="1" cellpadding="1" width="100%" border="1"
 +
|-
 +
|
 +
| '''Mobile Web'''
 +
| '''Enterprise Web'''
 +
|-
 +
| Code signing  
 +
| Often required.
 +
| May not be required.
 +
|-
 +
| Application
 +
| May be wrapped up as a native client application on the device.
 +
| Likely on the server side.
 +
|-
 +
| Native APIs
 +
| May be accessed from a widget application. Vendor proprietary.
 +
| No proprietary client side APs accessed.
 +
|-
 +
| Securtiy model
 +
|  
 +
|  
 +
|-
 +
| Deployment
 +
|  
 +
|  
 +
|-
 +
| Preprocessing
 +
|  
 +
|  
 +
|-
 +
| Localization model
 +
|  
 +
|  
 +
|-
 +
| Obfuscation
 +
|  
 +
|  
 +
|-
 +
| Testing
 +
|  
 +
|  
 +
|}
  
[Please add others]
+
<br>
 +
 
 +
&nbsp;[Please add others]

Latest revision as of 11:55, 26 November 2009

Unique Features for Mobile Web Developers

What are the required features that make mobile web developers unique to enterprise web developers?

Mobile Web Enterprise Web
Code signing Often required. May not be required.
Application May be wrapped up as a native client application on the device. Likely on the server side.
Native APIs May be accessed from a widget application. Vendor proprietary. No proprietary client side APs accessed.
Securtiy model    
Deployment    
Preprocessing    
Localization model    
Obfuscation    
Testing    


 [Please add others]

Back to the top