Community Page
- britg.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- You may also want to look at the open source M/DB:X which is an HTTP-interfaced hybrid JSON/Native XML Database. JSON objects are converted to and stored as XML DOMs which can be analysed,...
- Very cool, will watch its progress on github :) I like the Sinatra-esque lightweight approach.
- check out http://github.com/visionmedia/express/tree/master might like ;), I just started it but contribution would be great, building a framework on node.js is sexxxxy
- True, I plan to make some updates, the first of which is to use POST on the /join URL and enforce it. Also, I will implement a reaper process to clear stale joins.
- Nice article! But a very bad idea to show HTTP example code completely ignoring request verbs. People will copy that :-/ And don't make people join on GET, use PUT to join, DELETE to unjoin.
10 months ago
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!
10 months ago
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
10 months ago
10 months ago
plugin architecture. I thought about putting in something about that, but
decided to lean more towards the more innovative aspects of the IDE - like
cloud integration, jaxer server, etc.
10 months ago
10 months ago
How does it fit in with all the legacy code that most people have.
It really does take a brave soul to base an entire application on such a new
technology.
10 months ago
10 months ago
10 months ago
9 months ago
I just downloaded the latest version, still RC, but there is no word wrap. Do you know how to turn on word wrap function in Aptana?
9 months ago
http://support.aptana.com/asap/browse/STU-534?f...
He explains how to turn on wordwrap.
9 months ago
It works in Aptana Studio, build: 1.2.0.017963, and I'm not using the pro version.
Best Regards
Andrija
9 months ago
5 months ago