HTML5 Application Development Using the Eclipse IDE

I am looking for a good development environment for developing HTML5 applications. I understand that I can do this with Eclipse, which I already use in my developments.

I am currently using the Eclipse Helios Release. Do I have to download Eclipse Helios Service Release 2 to develop HTML5 (with JS)?

Is there anything else I need? Also - can you recommend me some good tutorials on developing HTML5 applications with Eclipse?

Thanks.

+7
source share
4 answers

Have you watched Aptana ? This is a web development IDE based on Eclipse. I used it for web development in Javascript and HTML, but not specifically for HTML5.

+1
source

In fact, I think eclipse is best suited for HTML5 development, as I find it more responsive than Aptana. You also have the advantage of running server-side scripting with Java, PHP, Ruby, and Python in the same IDE that you use to develop HTML5 applications. This is necessary for me, because on my site there are a lot of codes on server sites for managing messages, etc. Go for aptana, just install the software from the repository, and you're good to go. Also install Javascript, PHP and web installs.

+7
source

I guess that always Dreamweaver ... used it since 10 years. Hevan't tried with html5, but should work - at least you get the WYSIWYG editor, you haven’t seen something in Eclipse yet :-(

0
source

You can look at www.html5rocks.com for more information on HTML5. It is developed and maintained by google.

-one
source

All Articles