1 / 4

Introducing WaX: The Evolution from WISP Framework for Advanced Web Development

The WaX framework, formerly known as WISP, represents a significant shift in web development. It enables seamless website creation using diverse technologies while enhancing interoperability between PHP and JavaScript through PHP’s DOM manipulation functions. Key features include a hierarchical class structure, improved theming, and efficient AJAX integration. The system incorporates centralized configuration with the Wax Registry for streamlined administration and emphasizes performance with specialized caching and dynamic CSS aggregation. Embrace the future of web development with WaX!

lolita
Download Presentation

Introducing WaX: The Evolution from WISP Framework for Advanced Web Development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Wax Framework Formerly WISP Framework Joe Chrzanowski

  2. Why the Name Change? • WISP: Websites with Integrated Scripts and PHP • Original project was very different • WaX: Websites and x • Denoting that the framework is designed to create websites using any technology • Aims for increased interoperability between PHP and JS through the use of PHP’s DOM manipulation functions

  3. New Core • Modified Codebase • More hierarchical layout of classes • WaxControl • Represents an XML tag in a WaxML document • For defining logic classes vs. render classes • WaxWebControl • Lets you create a tag that processes information and creates rendered output • Utilizes PHP’s DOM manipulation functions for producing output rather than stringing together text • Easier to interact with JavaScript when the bindings have been developed

  4. Challenges / Goals • Interacting smoothly with SDO • Better themeing • PHP bindings to JavaScript • Calling PHP from JavaScript via AJAX • The Wax Registry • Centralize configuration for easy administration • Building a specialized cache for increased performance • Unit Testing • CSS Aggregator for dynamic values (ie: color, font)

More Related