Jaxer is actually set up as a filter (in apache at least), not an interpreter like PHP, so it plays very nice with these languages. In my first week at Aptana I tested this myself and was quite happy with the results... if you want to see a very simple example, check out http://jxrgallery.aptanacloud.com. The file uploading and display is done via jaxer, but the image thumbnail / reflection processing is done via php scripts. Simple, but it works!
britg Nice demo! I'm not familiar enough with apache innards to understand the filter vs. interpreter concept, that is interesting that the two can work together. I remember reading this in the jaxer discussions, but it didn't really sink in that a developer wouldn't use jaxer as the sole middleware in their app. Very cool
filter vs. interpreter concept, that is interesting that the two can work
together. I remember reading this in the jaxer discussions, but it didn't
really sink in that a developer wouldn't use jaxer as the sole middleware in
their app. Very cool