11 July 2008 1 Comment

Using IntelliJ for Django Development

About a year ago I’ve switched over to IntelliJ as my primary Java IDE. When I began to dabble a bit in Django a few days ago, I realized that IntelliJ had me spoiled when it comes to Editor Features – especially when working with Javascript and HTML files. Notepad++ – although a great text [...]

5 July 2008 0 Comments

Visual Studio – The Descent

Sometimes I can’t help but getting nostalgic when I think about the old days when Microsoft Visual Studio was the benchmark for Integrated Development Environments. Back then when I used Visual C++ 2.0 the first time, I immediately fell in love with it. The IDE ran under Windows NT (I refused to use Windows 3.1 [...]

28 September 2007 1 Comment

GWT hosted mode development in noserver mode

I’ve spent the past week juggling with GWT, Maven 2, Eclipse, Jetty 6 and Tomcat 6. My goal was: Run GWT hosted mode using noserver switch in order to use my own application server / container. The reason for this was that I wanted to experiment with Jetty 6’s continuations and Tomcat 6’s Cometprocessor servlet [...]

27 August 2007 0 Comments

Maven / Eclipse integration woes

Since I recently fell in love with Maven 2 I’ve been looking for ways to integrate this great tool as tightly as possible into my development routine. What I wanted was to manage all project configuration information through maven and just have my java IDE of choice – eclipse – pull all project related information [...]

Tags: ,