Ich bin ein NetBeans Benutzer für ca. 4 Jahre. Obwohl Eclipse immer noch meine erste Wahl für Java ist, nutze ich für Ruby/Rails ausschließlich NetBeans.
Wenn ich in Ruby entwickle hatte ich immer Probleme mit dem Encoding. So wurden Umlaute wie äüö usw. im NetBeans Editor korrekt angezeigt, bei der Ausgabe jedoch nicht. Zuerst dachte ich [...]
Engine Yard (EY) is a enterpricy (serious support and hosting, but pricy) Rails hosting service. Two months ago at the JavaOne, Engine Yard announced that they will support JRuby. Since then a lot changed, Oracle bought Sun which raised a lot of questions about Sun’s products and frankly I don’t think it looks good [...]
I have been using 6.7 for about 3 months now and I also participated in the NetBeans CAT program. Because a couple of days ago NetBeans 6.7 final has been released, I decided to write a longer review/round up about it.
I start with an overview of the new features and then with my personal [...]
JRuby is a Java implementation of the Ruby language. JRuby allows to build applications in Ruby (especially Rails) and include them in a Java environment (e.g. JEE). Despite the difficult it is already one of the fastest Ruby implementations available and invokedynamic it will further improve the performance.
With this release, the Java 1.4 support has been dropped. The [...]
A typical setup for a (small) web application is to have 2 tiers, one for the database and one for the application/web. Amazon EC2 offers a variety of different instances, starting form small to extra large high CPU instances. A high CPU medium instance costs double of a small instance. This raises the question, is [...]