|
|
|
|
|
by lampe
4931 days ago
|
|
I worked on a bigger JavaEE project with serverlets and all the other things... after doeing things like: "someurl".toURI.toURL; to get a valid url and some other stuff that i really dont wanne start with... I just refuse do code something for the web with Java and Servlets and RMI or Beans or Java Technologie X... now i code in Javascript and ruby and iam so much happier as a developer :) |
|
Java EE is extremely powerful if you can wield its power, and obviously a good understanding of object oriented programming and design patterns is critical in order to make systems that are rock stable, safe (container managed transactions comes to mind) and scalability.
I think you'll see my point once you start working on larger problems. It's not random that many really big enterprise projects (such as banking software) are based around Java EE, and not Ruby on Rails.
Note that I am not trying to be overly negative - it's just that I see this kind of argument all the time, usually from people with no real enterprise experience.