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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to learn Java EE?

7 点作者 druidcz超过 8 年前
I am a programmer for ~15 years, currently freelancing. Know Java SE, PHP MVC frameworks, Fortran, Swift etc. I'd like to learn Java EE since this is where the most profitable gigs are (and probably will be for some time). However, to me the environment looks complex as it evolved over many years, so I don't know where to start. Any tips for useful resources on how to get into the current state of the art? Ideally, a single book :-)

2 条评论

BjoernKW超过 8 年前
I&#x27;d suggest learning it while you go along. If you know Java SE already Java EE isn&#x27;t that big a leap conceptually. The difference is really mostly in additional APIs, libraries and tools like application servers (which also for the most part are nothing more than a glorified Tomcat). Those can be learned and Googled as needed.<p>Moreover, many of the intricacies of enterprise tools like WebSphere AS for instance (which is a pretty notorious example) can&#x27;t be learned from any book.<p>Knowing the Spring framework, Hibernate and technologies like JPA is vital, though. Those aren&#x27;t part of Java EE, however (although they&#x27;re mostly used in enterprise environments).<p>Spring.io and Mkyong.com are great resources for getting started with that.
brudgers超过 8 年前
Java EE is like a number of other enterprise software environments. There&#x27;s an implicit assumption of use by teams and hence team level knowledge versus individual knowledge. This allows the sofware to have more moving parts and more interfaces to tune. The level of granularity means that knowing Java EE can mean a lot of different things and most of them boil down to knowing part of Java EE rather than the whole.