Web runner refactoring release

at 2010-06-10 in AnnouncementsReleases by friebe (0 comments)

The web runner infrastructure was refactored for better testability.

These refactorings included changes to the URL mapping. Consider the following (abbreviated) example:

  [app]
map.service="/service"
map.all="/"

...
Before a request to the URL /services (note the "s" at the end) would have also invoked the "service" application, while now this will only apply to /service, /service/json, /service/of/the/day but not /services or /servicebus.

To give this release a test run, install it as always:
  $ cd ~/xp
$ wget http://releases.xp-framework.net/setup/5.7.10RC1 -O - | php -- -d ~/bin/

Enjoy:-)



Subscribe

You can subscribe to the XP framework's news by using RSS syndication.


Categories

News
General
PHP5
Announcements
RFCs
Further reading
Examples
Editorial
EASC
Experiments
Unittests
Databases
5.8-SERIES

Related

Find related articles by a search for «Web».