由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - any good j2ee book?
相关主题
Spring 工作机会好象不多啊!请推荐一本J2EE的书
j2ee现在流行什么?spring到底有什么好处?
怎么能学成J2EE的全能Any good book recommendation for EJB?
光学Java Standard 本身是不是永远不够?Java Swing Application都用哪些Framework
j2ee without EJBQuestions on EJB3 Persistence/Hibernate
新手学习java spring, hibernate或者struts的问题问问java认证
j2ee, j2me, j2se 现在哪个用得多?新手请教 Java EE JDK6 vs Java EE JDK5
.Net developer doing JavaJ2EE入门
相关话题的讨论汇总
话题: spring话题: j2ee话题: tutorial话题: ejb话题: hibernate
进入Java版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
thanks
I'm reading the j2ee 5 tutorial, but this is really not a "tutorial",
with 1000 pages.....
g*****g
发帖数: 34805
2
hmm, too big a topic, but I think you can start with
"Spring in Action".

【在 c******n 的大作中提到】
: thanks
: I'm reading the j2ee 5 tutorial, but this is really not a "tutorial",
: with 1000 pages.....

c******n
发帖数: 4965
3
thanks , but it does not cover crap like EJB , right? I briefly went over
Spring in Action when I used servlet, it is indeed a good book on servlet
but generally I guess a more important question is:
as a 吃java 饭的professional developer, what are the common technologies
that you must grasp NOW ? we know that IT business changes fast, and
technologies change fast, so are the EJB stuff out of favor? I heard that
strut is out of fashion now. so what are the components along the whole
chain that is most commonly used now?
I know servlet and JSP, Spring injection, and now REST/Jersey , ORM
(Hibernate) are necessary, what else?
Thanks ao

【在 g*****g 的大作中提到】
: hmm, too big a topic, but I think you can start with
: "Spring in Action".

g*****g
发帖数: 34805
4
I think you may want to read Spring in Action again and you won't ask
this question. EJB 2.x is dea, EJB3 is a combination of spring and
hibernate of some kind, though not as powerful.
For the industry, spring, hibernate and REST remain hot. While on web
framework, there's no clear cut favorite. It's more about depth of
what you know when you are at a job. So go through Spring and Hibernate,
and if you don't have hand-on experience, do your own pet project now
to refine it.

【在 c******n 的大作中提到】
: thanks , but it does not cover crap like EJB , right? I briefly went over
: Spring in Action when I used servlet, it is indeed a good book on servlet
: but generally I guess a more important question is:
: as a 吃java 饭的professional developer, what are the common technologies
: that you must grasp NOW ? we know that IT business changes fast, and
: technologies change fast, so are the EJB stuff out of favor? I heard that
: strut is out of fashion now. so what are the components along the whole
: chain that is most commonly used now?
: I know servlet and JSP, Spring injection, and now REST/Jersey , ORM
: (Hibernate) are necessary, what else?

w*******s
发帖数: 940
5
Spring MVC is basic
Spring security
Lucene/Solr
cache, ehcache, memcached....
can be desired

【在 c******n 的大作中提到】
: thanks , but it does not cover crap like EJB , right? I briefly went over
: Spring in Action when I used servlet, it is indeed a good book on servlet
: but generally I guess a more important question is:
: as a 吃java 饭的professional developer, what are the common technologies
: that you must grasp NOW ? we know that IT business changes fast, and
: technologies change fast, so are the EJB stuff out of favor? I heard that
: strut is out of fashion now. so what are the components along the whole
: chain that is most commonly used now?
: I know servlet and JSP, Spring injection, and now REST/Jersey , ORM
: (Hibernate) are necessary, what else?

b******y
发帖数: 9224
6

正解。

【在 g*****g 的大作中提到】
: hmm, too big a topic, but I think you can start with
: "Spring in Action".

a***n
发帖数: 584
7
Java 5 之后,好像改叫JEE.
一般J2EE,都要提到EJB。不过,正如前几位所说,JEE包括好几个大范围。所以书也比
较厚,没有楼主要的那种又薄又好的。
http://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition
2 General APIs
* 2.1 javax.ejb.*
* 2.2 javax.enterprise.inject.*
* 2.3 javax.enterprise.context.*
* 2.4 javax.jms.*
* 2.5 javax.faces.*
* 2.6 javax.faces.component.*
* 2.7 javax.persistence
* 2.8 javax.xml.stream
* 2.9 javax.resource.*
1 (共1页)
进入Java版参与讨论
相关主题
J2EE入门j2ee without EJB
Ejb 3.0 deployment descriptor?新手学习java spring, hibernate或者struts的问题
EJB bookj2ee, j2me, j2se 现在哪个用得多?
Pretty good writeup comparing EJB3 and Spring.Net developer doing Java
Spring 工作机会好象不多啊!请推荐一本J2EE的书
j2ee现在流行什么?spring到底有什么好处?
怎么能学成J2EE的全能Any good book recommendation for EJB?
光学Java Standard 本身是不是永远不够?Java Swing Application都用哪些Framework
相关话题的讨论汇总
话题: spring话题: j2ee话题: tutorial话题: ejb话题: hibernate