Java Jump-start for experienced software developers. Another presentation I gave at work.
Error'd: Three Little Nyms
5 hours ago
A humble blog about life and software development
Java Jump-start for experienced software developers. Another presentation I gave at work.
Latest side projects:
Thanks for the post, I'm chasing JAVA lately. I came from .NET world, transmission is not that hard and it's really all about OOP principles and Libraries.
ReplyDeleteI can see that you don't like Oracle Java much. :)
ReplyDeleteSo can you give more concrete examples as why Oracle is worse than other?
@Zemian Deng
ReplyDeleteYou're right, I don't like Oracle Java, and that's for a reason. A few concrete examples of why Oracle Java sucks are:
* Oracle JDBC drivers. No other database has as much problems with JDBC drivers as Oracle has. If you had no problems, it means you didn't use LOBs, tricky data types or some other advanced features. By the way, try decompiling them and look at the source code. It's terrible.
* Oracle ADF. My ex-collegue who is an awesome software developer whom I respect has quit his job because he got sick and tired of hacking this ugly framework, which also forces you to use Oracle JDeveloper, which is terrible in all aspects.
* Oracle Internal JVM (Loading Java into database). Always breaks, so you have to drop the JVM, reload everything back and pray that it will not break again. Also, always at least 3-years behind original Java. Oracle 10g, which is currently standard, has internal Java 1.4. No annotations, no generics. Sucks.
* Oracle JDeveloper. It's an embarassment to Java IDEs. Period.
I could go on and on...