[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: I need a basic understanding of how to to include progress files into .html (Webspeed)

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
You shouldn't be going down the path of mixing any sort of server side logic with HTML. You should be looking to follow the principle of "separation of concerns". The HTML and its corresponding .css file is for display. Use a the REST Adapter for classic AppServer, or better yet, if you have a PASOE license, create a REST service to serve data. And use javascript with ajax to fetch and process the data. This is a bit more complicated a setup than WebSpeed, but long term you'll be much happier with the outcome.

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