saschakiefer / generator-openui5

yeoman generator for OpenUI5 applications and assets
Other
64 stars 17 forks source link

Switch To Application Component #7

Closed saschakiefer closed 10 years ago

saschakiefer commented 10 years ago

Currently the application is wrapped in an Application.js object. That should be changed to a component, since that's the recommendation.

js1972 commented 10 years ago

Any thoughts on this one. You mentioned you were going to try and get some feedback (best practices info) from the UI5 team?

saschakiefer commented 10 years ago

Yeah I did. I'm going to follow the recommendation of the CD168 TechEd Session "Building SAP Fiori-like UIs with SAPUI5".

js1972 commented 10 years ago

Ok. That's where I got the base of the Fiori-like app from. Will have to hunt around to see if there's a recording of that session.

js1972 commented 10 years ago

Is this enhancement still relevant? I'm not 100% sure its a good idea to totally move away from the Application.js architecture yet considering everything to do with components is still marked as experimental and not to be used in production in the UI5 SDK.

Wondering if we should just close this one as un-implemented for now?

saschakiefer commented 10 years ago

I guess you're right. I close this one.