reTHINK-project / core-framework

The main goal of WP3 is to provide the reTHINK core framework comprised by the runtime environment where Hyperties are executed and the messaging nodes used to support messages exchange between Hyperties.
Apache License 2.0
1 stars 0 forks source link

The Service Framework MUST avoid any JavaScript conflicts #43

Open FredLuart opened 9 years ago

FredLuart commented 9 years ago

The Hyperty Developer can use any JavaScript framework of choice in the implementation of application. Frameworks such a AngularJS [51] have complex directives which are potential sources of conflicts which an application. The Service Framework should be to co-exist with other JavaScript Frameworks.

pchainho commented 9 years ago

I guess this is related with discussion in #36 ?

abraud commented 9 years ago

No #36 is about design pattern. This is a namespace issue and potential conflicts with other frameworks.

acheambe commented 9 years ago

On one hand, you are right with Angular. Angular is suitable for Single Page Apps (SPA) and following the Hyperty concept, multiple independent Apps would/could be running on the run time. My evaluation of Angular is found here. Angular is one of the most popular JS framework out there, and it makes sense to evaluate it and give reasons why it can not be used.

On the other hand, the SF i suppose or how i understand it will be a set of JavaScript APIs offering a high level API from the underlying runtime.