Category Archives: java

Lessons learned trusting Code Generators

To give you a short answer beforehand: Do not do it! But let me tell you my experience: I started using Jersey back in 2007 when it was at version 0.4. Netbeans however already had a plugin to get you started on the fast track by generating REST Webservices out of Entity Classes, which you can [...]
Posted in java | Tagged , , | 1 Comment

Long development cycles of compiled languages – the real killer

Ever asked yourself what are the reasons for the rise of scripting  languages like PHP, Ruby, Groovy for web development in the last couple of years? Let’s take the concrete case of Java. Common critiques of the language and the API’s, and the J2EE/JEE frameworks were/are in a loose historical order: performance – too slow: this [...]
Also posted in Web2.0, programming languages | Tagged , , | 3 Comments

Discovered Quercus

Scalability, security, pooling, long lived connections , container services in general are all aspects where Java has a lot to offer. PHP on the other side is good for fast development cycles with a low maintenance infrastructure, request response orientend with not so much support for long lived connections, caching etc. Read the full post [...]
Also posted in Scalability, php | Tagged , , | 2 Comments