[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Choosing Web Development Technology

  • Thread starter Thread starter oedev
  • Start date Start date
Status
Not open for further replies.
O

oedev

Guest
Angular is a framework for the front-end and works with all back-ends, including webspeed (will work best if Webspeed is returning JSON data, as others have mentioned already. You mention "Angular JS framework for Responsive and Nice looking UI" - that is not part of Angular, ng-grid and other providers (such as Telerik) provide components that work well with Angular, but those components can also work without Angular. You will be building dynamic web pages with Angular - i.e. combining static HTML with the returned data. But rather than this happpening on the server, it will be done in the browser. Obviously you are free to decide on what the best approach is for your product, but Angular with a Progress (PASOE/WebHandlers/Classic Webspeed) back-end returning JSON data has worked well for us on a number of projects.

Continue reading...
 
Status
Not open for further replies.
Back
Top