[jira] [Commented] (CB-6661) Web Platform Target

2014-12-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14261837#comment-14261837
 ] 

ASF GitHub Bot commented on CB-6661:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-js/pull/70


 Web Platform Target
 ---

 Key: CB-6661
 URL: https://issues.apache.org/jira/browse/CB-6661
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaJS, CordovaLib
Affects Versions: 3.4.0
 Environment: All
Reporter: Daniel
Priority: Minor
  Labels: cordova-js, features, platform
 Fix For: 3.4.0


 I have not been able to find built in functionality for cordova to deploy an 
 app to a server platform. This purpose of this new platform is to allow an 
 HTML5 application within a Cordova project to be deployed on a web server, 
 available for access over standard internet protocols.
 My team and I will be actively working this at 
 https://github.com/CollinearGroup/cordova-js
 We intend to build this functionality with a nodejs server but hope that we 
 can provide the server with varying backends like Grails and Rails.
 Cordova-Lib: https://github.com/apache/cordova-lib/pull/22
 Cordova-Web: https://github.com/CollinearGroup/cordova-web
 Cordova-Js: https://github.com/apache/cordova-js/pull/70



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-6661) Web Platform Target

2014-06-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14038120#comment-14038120
 ] 

ASF GitHub Bot commented on CB-6661:


Github user jsoref commented on the pull request:

https://github.com/apache/cordova-lib/pull/22#issuecomment-46631277
  
@kingnebby : those two corrections are right, but you should squash them 
into your other commits, and then you should rebase and resolve the merge 
conflicts.

(Note: I'm not reviewing the feature at this time.)


 Web Platform Target
 ---

 Key: CB-6661
 URL: https://issues.apache.org/jira/browse/CB-6661
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaJS, CordovaLib
Affects Versions: 3.4.0
 Environment: All
Reporter: Daniel
Priority: Minor
  Labels: cordova-js, features, platform
 Fix For: 3.4.0


 I have not been able to find built in functionality for cordova to deploy an 
 app to a server platform. This purpose of this new platform is to allow an 
 HTML5 application within a Cordova project to be deployed on a web server, 
 available for access over standard internet protocols.
 My team and I will be actively working this at 
 https://github.com/CollinearGroup/cordova-js
 We intend to build this functionality with a nodejs server but hope that we 
 can provide the server with varying backends like Grails and Rails.
 Cordova-Lib: https://github.com/apache/cordova-lib/pull/22
 Cordova-Web: https://github.com/CollinearGroup/cordova-web
 Cordova-Js: https://github.com/apache/cordova-js/pull/70



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6661) Web Platform Target

2014-06-02 Thread Daniel (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14015926#comment-14015926
 ] 

Daniel commented on CB-6661:


We have a starting point at the implementation of this feature. Please review 
this item again as I am massaging the pull requests in response to input.

 Web Platform Target
 ---

 Key: CB-6661
 URL: https://issues.apache.org/jira/browse/CB-6661
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaJS, CordovaLib
Affects Versions: 3.4.0
 Environment: All
Reporter: Daniel
Priority: Minor
  Labels: cordova-js, features, platform
 Fix For: 3.4.0


 I have not been able to find built in functionality for cordova to deploy an 
 app to a server platform. This purpose of this new platform is to allow an 
 HTML5 application within a Cordova project to be deployed on a web server, 
 available for access over standard internet protocols.
 My team and I will be actively working this at 
 https://github.com/CollinearGroup/cordova-js
 We intend to build this functionality with a nodejs server but hope that we 
 can provide the server with varying backends like Grails and Rails.
 Cordova-Lib: https://github.com/apache/cordova-lib/pull/22
 Cordova-Web: https://github.com/CollinearGroup/cordova-web
 Cordova-Js: https://github.com/apache/cordova-js/pull/70



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6661) Web Platform Target

2014-05-14 Thread Daniel (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997902#comment-13997902
 ] 

Daniel commented on CB-6661:


Good to know that project was thinking in that way!
However.. this is definitely not strictly for testing purposes. For instance we 
guess that HipChat uses this setup. All of their clients (android, ios, and 
web) have the same look and feel.

This idea would expose the cordova api's to any server and any implementation 
of the apis. For instance you could nodejs server on anything (a chip in 
motorcycle registering gps info etc.) then have your mobile app connect to that 
server and exchange information.

 Web Platform Target
 ---

 Key: CB-6661
 URL: https://issues.apache.org/jira/browse/CB-6661
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaJS
Affects Versions: 3.4.0
 Environment: All
Reporter: Daniel
Priority: Minor
  Labels: cordova-js, features, platform
 Fix For: 3.4.0


 I have not been able to find built in functionality for cordova to deploy an 
 app to a server platform. This purpose of this new platform is to allow an 
 HTML5 application within a Cordova project to be deployed on a web server, 
 available for access over standard internet protocols.
 My team and I will be actively working this at 
 https://github.com/CollinearGroup/cordova-js
 We intend to build this functionality with a nodejs server but hope that we 
 can provide the server with varying backends like Grails and Rails.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6661) Web Platform Target

2014-05-13 Thread Daniel (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996715#comment-13996715
 ] 

Daniel commented on CB-6661:


They will still have a 'native bridge' per se. If I understand the project's 
structure, the api calls by the plugins would basically all get converted to 
web requests in the platforms exec.js. Our 'native' code would be a new project 
 like apache/android that would handle all the requests.  In the case of 
something like 'Contacts' there won't be a real interface there. However, 
geolocation could tap into the servers IP and file storage would download files 
onto the server (this would remove the need for browser-local storage).  

The value is one code base, leveraging all the same functionality with adjusted 
look and feel. Also this would provide ways to rapid prototype without waiting 
for slow emulators. This would also give a simplified nightly build process and 
access to additional testing frameworks.

 Web Platform Target
 ---

 Key: CB-6661
 URL: https://issues.apache.org/jira/browse/CB-6661
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaJS
Affects Versions: 3.4.0
 Environment: All
Reporter: Daniel
Priority: Minor
  Labels: cordova-js, features, platform
 Fix For: 3.4.0


 I have not been able to find built in functionality for cordova to deploy an 
 app to a server platform. This purpose of this new platform is to allow an 
 HTML5 application within a Cordova project to be deployed on a web server, 
 available for access over standard internet protocols.
 My team and I will be actively working this at 
 https://github.com/CollinearGroup/cordova-js
 We intend to build this functionality with a nodejs server but hope that we 
 can provide the server with varying backends like Grails and Rails.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6661) Web Platform Target

2014-05-13 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997188#comment-13997188
 ] 

Andrew Grieve commented on CB-6661:
---

Cool. If this is strictly for use during development, then I think we already 
have a repo set up for you :). cordova-browser is intended for this purpose, 
but no one has started working on it. 

 Web Platform Target
 ---

 Key: CB-6661
 URL: https://issues.apache.org/jira/browse/CB-6661
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaJS
Affects Versions: 3.4.0
 Environment: All
Reporter: Daniel
Priority: Minor
  Labels: cordova-js, features, platform
 Fix For: 3.4.0


 I have not been able to find built in functionality for cordova to deploy an 
 app to a server platform. This purpose of this new platform is to allow an 
 HTML5 application within a Cordova project to be deployed on a web server, 
 available for access over standard internet protocols.
 My team and I will be actively working this at 
 https://github.com/CollinearGroup/cordova-js
 We intend to build this functionality with a nodejs server but hope that we 
 can provide the server with varying backends like Grails and Rails.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6661) Web Platform Target

2014-05-12 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995969#comment-13995969
 ] 

Andrew Grieve commented on CB-6661:
---

Interesting. So, does this imply that plugins will have no native bridge? What 
value would this add over a non-cordova webapp?

 Web Platform Target
 ---

 Key: CB-6661
 URL: https://issues.apache.org/jira/browse/CB-6661
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaJS
Affects Versions: 3.4.0
 Environment: All
Reporter: Daniel
Priority: Minor
  Labels: cordova-js, features, platform
 Fix For: 3.4.0


 I have not been able to find built in functionality for cordova to deploy an 
 app to a server platform. This purpose of this new platform is to allow an 
 HTML5 application within a Cordova project to be deployed on a web server, 
 available for access over standard internet protocols.
 My team and I will be actively working this at 
 https://github.com/CollinearGroup/cordova-js
 We intend to build this functionality with a nodejs server but hope that we 
 can provide the server with varying backends like Grails and Rails.



--
This message was sent by Atlassian JIRA
(v6.2#6252)