<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Another Jaxer 1.0 Release Candidate with new APIs</title>
	<atom:link href="http://ajaxian.com/archives/another-jaxer-10-release-candidate-with-new-apis/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/another-jaxer-10-release-candidate-with-new-apis</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 18 Mar 2010 08:44:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Uri</title>
		<link>http://ajaxian.com/archives/another-jaxer-10-release-candidate-with-new-apis/comment-page-1#comment-266389</link>
		<dc:creator>Uri</dc:creator>
		<pubDate>Tue, 05 Aug 2008 01:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3998#comment-266389</guid>
		<description>Back to Jaxer... ;-)

...we are working on at least getting some simple benchmarks online ASAP. The JavaScript part of the benchmarks is already clear: it performs as fast as JavaScript in Firefox 3, which is pretty fast. But we also want to show the performance of DB and file access and of DOM processing, and wrap it up into real-world scenarios showing how fast pages and apps perform.</description>
		<content:encoded><![CDATA[<p>Back to Jaxer&#8230; ;-)</p>
<p>&#8230;we are working on at least getting some simple benchmarks online ASAP. The JavaScript part of the benchmarks is already clear: it performs as fast as JavaScript in Firefox 3, which is pretty fast. But we also want to show the performance of DB and file access and of DOM processing, and wrap it up into real-world scenarios showing how fast pages and apps perform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/another-jaxer-10-release-candidate-with-new-apis/comment-page-1#comment-266362</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Sun, 03 Aug 2008 23:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3998#comment-266362</guid>
		<description>Thanks Greg</description>
		<content:encoded><![CDATA[<p>Thanks Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GregHouston</title>
		<link>http://ajaxian.com/archives/another-jaxer-10-release-candidate-with-new-apis/comment-page-1#comment-266357</link>
		<dc:creator>GregHouston</dc:creator>
		<pubDate>Sun, 03 Aug 2008 04:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3998#comment-266357</guid>
		<description>@Nosredna: I imagine you may very well be having memory problems as well. Here are some suggestions:
.
Go to Window&gt;Preferences&gt;General and select &quot;Show Heap Status&quot;. This will add a little progress bar at the bottom right of your UI so that you can troubleshoot memory issues.
.
Go to Help&gt;Aptana Troubleshooting&gt;View Aptana Studio Log File and see if you aren&#039;t getting either of the two following errors:
.
java.lang.OutOfMemoryError: Java heap space
.
java.lang.OutOfMemoryError: PermGen space
.
If so, go to C:\Program Files\Aptana\Aptana Studio or wherever you have installed it, and open AptanaStudio.ini. Replace everything with the following. Hopefully the blog doesn&#039;t mess this up:
&lt;code&gt;
-name
Aptana
Studio
-vmargs
-Xmx512M
-Xms256M
-XX:MaxPermSize=256m
-Djava.awt.headless=true
&lt;/code&gt;
.
I also turned off Folding and Validation for most of the individual editors in Window&gt;Preferences&gt;Aptana&gt;Editors
.
It&#039;s also probably a good idea to check how much memory you have to spare in your OS&#039;s version of the Window&#039;s Task Manager. Aptana Studio uses 4 times as much memory as my last IDE.  With 2GB of RAM on my computer, once I get all the applications open that I normally do while working there is very little available RAM left, a lot of which is due to the VMware XP install that I run solely for the purpose of viewing sites with IE6. In any case I ordered a couple more Gigs of RAM to give me some more breathing room.</description>
		<content:encoded><![CDATA[<p>@Nosredna: I imagine you may very well be having memory problems as well. Here are some suggestions:<br />
.<br />
Go to Window&gt;Preferences&gt;General and select &#8220;Show Heap Status&#8221;. This will add a little progress bar at the bottom right of your UI so that you can troubleshoot memory issues.<br />
.<br />
Go to Help&gt;Aptana Troubleshooting&gt;View Aptana Studio Log File and see if you aren&#8217;t getting either of the two following errors:<br />
.<br />
java.lang.OutOfMemoryError: Java heap space<br />
.<br />
java.lang.OutOfMemoryError: PermGen space<br />
.<br />
If so, go to C:\Program Files\Aptana\Aptana Studio or wherever you have installed it, and open AptanaStudio.ini. Replace everything with the following. Hopefully the blog doesn&#8217;t mess this up:<br />
<code><br />
-name<br />
Aptana<br />
Studio<br />
-vmargs<br />
-Xmx512M<br />
-Xms256M<br />
-XX:MaxPermSize=256m<br />
-Djava.awt.headless=true<br />
</code><br />
.<br />
I also turned off Folding and Validation for most of the individual editors in Window&gt;Preferences&gt;Aptana&gt;Editors<br />
.<br />
It&#8217;s also probably a good idea to check how much memory you have to spare in your OS&#8217;s version of the Window&#8217;s Task Manager. Aptana Studio uses 4 times as much memory as my last IDE.  With 2GB of RAM on my computer, once I get all the applications open that I normally do while working there is very little available RAM left, a lot of which is due to the VMware XP install that I run solely for the purpose of viewing sites with IE6. In any case I ordered a couple more Gigs of RAM to give me some more breathing room.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/another-jaxer-10-release-candidate-with-new-apis/comment-page-1#comment-266356</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Sat, 02 Aug 2008 23:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3998#comment-266356</guid>
		<description>Interesting on the performance. On a fresh install, where I didn&#039;t install anything special (except for Adobe AIR support), I have periods of 30-45 seconds where the editor is frozen and the hard drive is being hit mercilessly. Seems like they should put some time into figuring this out, as I do not have the same problem with either Komodo or NetBeans.</description>
		<content:encoded><![CDATA[<p>Interesting on the performance. On a fresh install, where I didn&#8217;t install anything special (except for Adobe AIR support), I have periods of 30-45 seconds where the editor is frozen and the hard drive is being hit mercilessly. Seems like they should put some time into figuring this out, as I do not have the same problem with either Komodo or NetBeans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GregHouston</title>
		<link>http://ajaxian.com/archives/another-jaxer-10-release-candidate-with-new-apis/comment-page-1#comment-266351</link>
		<dc:creator>GregHouston</dc:creator>
		<pubDate>Sat, 02 Aug 2008 03:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3998#comment-266351</guid>
		<description>On the last Jaxer post I commented on my initial impressions of Aptana Studio (which comes with a Jaxer interal server). Since then with help from Aptana I believe I have been able to resolve my performance issues related to crashing and sluggishness.
.
It required a fresh install, changing some memory settings in an ini file, turning off some features I don&#039;t use, and not installing a particular SVN plugin that I think may have been causing some of my PermGen issues, but now it seems to be purring along just fine. I used it for work all day today without any crashes or noticeable sluggishness. Hopefully I am just a random case that has this much trouble getting it running smoothly.
.
In any case, I have found the Aptana team to be rather responsive and friendly, and that impressed me enough to go ahead and purchase a Pro license.
.
Having had another 3 days to fiddle with it, I can say that for a new user you may need to have a bit of patience with it. Hopefully you don&#039;t  have all the performance problems to work through that I did, but then there are a few things that don&#039;t seem immediately intuitive for a new user such as setting up FTP for a project, previewing a project, and finding and setting the preferences for particular things. Fortunately for the first two there are screencasts and plenty of documentation.
.
In my last IDE I didn&#039;t really have to change many preferences to get it where I liked. Aptana seems to be a lot more complicated, with a lot more features, and so getting it just right seems to be a lot more work. There are several times more preferences in Studio than my previous IDE and yet I&#039;m still finding there aren&#039;t preferences for some of things I want to turn off or change the default behavior of. I&#039;m just writing tickets for them as I go along.
.
And then as I partially mentioned in my last post there are features that seem strangely missing such as word wrap in the editors and consoles, and find and replace for entire folders where the results display the matched text in each document. The latter is rather handy so you don&#039;t have to open an entire tree of search results one file at a time to see if it is the right one. I should mention however that Aptana currently is working on the word wrap for the editors. I don&#039;t know about the consoles so I created a ticket for it.
.
Having said all that, things are looking a lot more promising than a few days ago. We&#039;ll see how it goes. Cheers.</description>
		<content:encoded><![CDATA[<p>On the last Jaxer post I commented on my initial impressions of Aptana Studio (which comes with a Jaxer interal server). Since then with help from Aptana I believe I have been able to resolve my performance issues related to crashing and sluggishness.<br />
.<br />
It required a fresh install, changing some memory settings in an ini file, turning off some features I don&#8217;t use, and not installing a particular SVN plugin that I think may have been causing some of my PermGen issues, but now it seems to be purring along just fine. I used it for work all day today without any crashes or noticeable sluggishness. Hopefully I am just a random case that has this much trouble getting it running smoothly.<br />
.<br />
In any case, I have found the Aptana team to be rather responsive and friendly, and that impressed me enough to go ahead and purchase a Pro license.<br />
.<br />
Having had another 3 days to fiddle with it, I can say that for a new user you may need to have a bit of patience with it. Hopefully you don&#8217;t  have all the performance problems to work through that I did, but then there are a few things that don&#8217;t seem immediately intuitive for a new user such as setting up FTP for a project, previewing a project, and finding and setting the preferences for particular things. Fortunately for the first two there are screencasts and plenty of documentation.<br />
.<br />
In my last IDE I didn&#8217;t really have to change many preferences to get it where I liked. Aptana seems to be a lot more complicated, with a lot more features, and so getting it just right seems to be a lot more work. There are several times more preferences in Studio than my previous IDE and yet I&#8217;m still finding there aren&#8217;t preferences for some of things I want to turn off or change the default behavior of. I&#8217;m just writing tickets for them as I go along.<br />
.<br />
And then as I partially mentioned in my last post there are features that seem strangely missing such as word wrap in the editors and consoles, and find and replace for entire folders where the results display the matched text in each document. The latter is rather handy so you don&#8217;t have to open an entire tree of search results one file at a time to see if it is the right one. I should mention however that Aptana currently is working on the word wrap for the editors. I don&#8217;t know about the consoles so I created a ticket for it.<br />
.<br />
Having said all that, things are looking a lot more promising than a few days ago. We&#8217;ll see how it goes. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/another-jaxer-10-release-candidate-with-new-apis/comment-page-1#comment-266350</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Sat, 02 Aug 2008 03:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3998#comment-266350</guid>
		<description>I&#039;m personally really excited about Jaxer, and am going to try my damnedest to get to use it for my next major app.</description>
		<content:encoded><![CDATA[<p>I&#8217;m personally really excited about Jaxer, and am going to try my damnedest to get to use it for my next major app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thatvetguy</title>
		<link>http://ajaxian.com/archives/another-jaxer-10-release-candidate-with-new-apis/comment-page-1#comment-266348</link>
		<dc:creator>thatvetguy</dc:creator>
		<pubDate>Fri, 01 Aug 2008 23:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3998#comment-266348</guid>
		<description>I won&#039;t use until there are BENCHMARKS!! The possiblity to use it with nginx would be great too...</description>
		<content:encoded><![CDATA[<p>I won&#8217;t use until there are BENCHMARKS!! The possiblity to use it with nginx would be great too&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
