Blogs : Latest entries
|
|
|
Last week, Sun Belgium asked me to give a 15 minute overview about the state of AJAX frameworks for Java programmers at their JavaOne Afterglow 2006 mini-conference. It's difficult to say something meaningful in such a short timespan, but I did my best. This is the PDF of my presentation, in case it might be useful for someone:
|
|
I just released RIFE 1.5 Milestone 2. The web engine's internals have been heavily refactored and optimized, which is why this is still a milestone release and not a final one. You get a speed release during development with this release, compared to version 1.4. Before, RIFE checked for every request if any of the site-related files had changed, to be able to reload the structure on-the-fly. This thus also meant for all the images, styles, ... (since RIFE is a filter). In this release, the reload check is only made once every 10 seconds (this is of course configurable and is only used when auto site reloading is active). The other major new features of this release, compared to v1.4, are:
The full changelog is here: Hope you enjoy this beta release and please notify us should you run into any problems. |


