image image Home   About   Downloads   Support   Links   Contact  
image

IntraWeb
» Feature Matrix
» What's new in IntraWeb
» Blog
» Downloads
» Test Releases
» IntraWeb for Free

Resources
» Atozed Purchase Point
» IntraWeb Demos
» Documentation
» Bundled Key Request
» FAQ
» Articles
» Books
» Support
» Archived Versions

What others say
» Case Studies
» Magazine Reviews
» User Quotes






Copyright
2002 - 2012
Atozed Computer
Software Ltd.

image
Buy Online   Download Support  FAQ
Atozed Home  »  IntraWeb  »  IntraWeb Blog

XI: Integrated Page Mode (IPM)

4/1/2010

Integrated Page Mode is a major new feature in Intraweb XI. It is fully functional, however like most features will continue to be expanded upon in future versions.

What is Integrated Page Mode (IPM)?

IPM allows you to:

  • Map URLs directly to IWForms.
  • Handle URLs in code. This is useful for integrating REST and other callbacks.
  • Serve html and other static content directly from your Intraweb application.
  • Integrate better with templates (This feature may not appear until XII).
  • Mix and match what was formerly known as page mode, with app mode seamlessly.
  • Provide users with bookmarkable URLs into your application.

How does IPM work?

IPM is still a work in progress. But as a simple example, a form can be registered with a syntax similar to this:

initialization
    RegisterURL('/Login/index.html', formLogin);
end;

A single form can have multiple URLs registered for it. URLs can also be resolved by developer code or custom resolver classes. The use of an .html suffix is not mandatory, and .aspx, .cgi, .iwp or other can be used.

<< Previous Entry    Next Entry >>



Comments:

-- No Comments --

Post a comment