Select to view content in your preferred language

Dreamweaver or Aptana?

1512
8
02-13-2012 01:23 PM
MelissaMann
Emerging Contributor
which is best to use for developing JavaScript api?

I really like dw. I installed the stand alone v of Aptana, not sure where to put the .jar file.. what are your thoughts

Is there a Dojo dw extension available??  Thank you
0 Kudos
8 Replies
derekswingley1
Deactivated User
No one likes when I say this but... MacVim or Notepad++. It's all personal preference.
0 Kudos
JeffPace
MVP Alum
Yep, we use Netbeans.  Since there is no code assist available for the API, doesnt really matter what you use.
0 Kudos
AndyGup
Esri Regular Contributor
I agree. I'd say try them out and see what works best for you. Aptana and Notepad++ are free. You can download a trial of Dreamweaver from Adobe. If you are a .NET shop you can also use Visual Studio.

-Andy
Esri Developer Network
0 Kudos
StephenLead
Honored Contributor
For a free HTML, CSS and JS editor on Windows, I can recommend http://www.yaldex.com/Free_JavaScript_Editor.htm
0 Kudos
MatejSkerjanc
Regular Contributor
one more for notepad++
p.s. i also use the komodo, it has a nice feature that auto check script for semantic and logical errors
0 Kudos
nicogis
MVP Frequent Contributor
WebStorm is a good ide for js http://www.jetbrains.com/webstorm/
0 Kudos
AlessioDi_Lorenzo1
Occasional Contributor
I usually code js in aptana (within eclipse) and if you want an IDE, I think it is a good choice.
For fast coding, notepad++ is my favourite in windows, gedit or vim in GNU/Linux and OSX

@Domenico:
WebStorm seems good, but its features looks very similar to the aptana ones... the difference is that you have to pay for it, so...
0 Kudos
nicogis
MVP Frequent Contributor
it's true you pay but it's included the support and it seems faster aptana. However I agree with swingley on notepad++
0 Kudos