Automatically Restructuring Programs for the Web

  • Authors:
  • Paul Graunke;Robert Bruce Findler;Shriram Krishnamurthi;Matthias Felleisen

  • Affiliations:
  • -;-;-;-

  • Venue:
  • Proceedings of the 16th IEEE international conference on Automated software engineering
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

The construction of interactive server-side Web applicationsdiffers substantially from the construction of traditionalinteractive programs. In contrast, existing Web programmingparadigms force programmers to save and restorecontrol state between user interactions. We present anautomated transformation that converts traditional interactiveprograms into standard CGI programs. This enablesreuse of existing software development methodologies. Furthermore,an adaptation of existing programming environmentssupports the development of Web programs.