TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why I didn’t like Java 5 years ago, and why I don’t like it now

3 点作者 chrismoos超过 15 年前

3 条评论

towndrunk超过 15 年前
<i>The next thing I tried in Java was creating a web application. I bought a book on J2EE and as I began learning the ins and outs, I began to hate it with a passion. The amount of configuration and boiler plate code to get something simple up and running, was a huge turn off to me. I was disgusted with the concept of EJBs and all the various patterns in J2EE</i><p>Who said you need to use EJB's to do Java web development? At least spend some time learning Java before you start bashing it. Anyone else getting tired of the constant bashing of Java?
评论 #985019 未加载
mark_l_watson超过 15 年前
Chris: never use automatic memory management?<p>The only time I have, after the fact, thought it worthwhile using C/C++ was some Nintendo game development. Well worth the effort to lower memory footprint and get good runtime performance.<p>Everything else I have done, in hindsight, would have been better done in a language with automatic GC. Fortunately for me, SAIC bought me a Lisp machine in 1982 and since then I have been able to do a lot of my work in Lisp, Prolog, Ruby, and Java :-)
评论 #984363 未加载
pivo超过 15 年前
So, he doesn't like Java for some valid, well discussed reasons and one very wrong reason (memory management is for novices). Waste of time.
评论 #982812 未加载