由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Spring 工作机会好象不多啊!
相关主题
any good j2ee book?Spring 2.5 vs. EJB3.0
Ejb 3.0 deployment descriptor?j2ee without EJB
Any good book recommendation for EJB?EJB 3 的前途怎么样?
怎么能学成J2EE的全能新手学习java spring, hibernate或者struts的问题
光学Java Standard 本身是不是永远不够?j2ee, j2me, j2se 现在哪个用得多?
Java Swing Application都用哪些Framework新手请教 Java EE JDK6 vs Java EE JDK5
EJB bookJ2EE入门
Pretty good writeup comparing EJB3 and SpringQuestions on EJB3 Persistence/Hibernate
相关话题的讨论汇总
话题: spring话题: ejb话题: hibernate话题: configura话题: server
进入Java版参与讨论
1 (共1页)
j****s
发帖数: 13
1
在MONSTER上没看到多少OPENNING.怎么大家都说SPRING最热呢?
g*****g
发帖数: 34805
2
Spring is hot, very hot, but it may not be a keyword
for opening, most recruiting managers may be satisfied
if you have enough JSP/Servlet working experience. As Spring IoC
is easy to pick up. Then again, experience in Spring definitely
helps.

【在 j****s 的大作中提到】
: 在MONSTER上没看到多少OPENNING.怎么大家都说SPRING最热呢?
y********o
发帖数: 2565
3
I haven't read much about Spring. Do people use Spring + Hibernate as a sub
stitute of the heavy-weight EJB?

【在 g*****g 的大作中提到】
: Spring is hot, very hot, but it may not be a keyword
: for opening, most recruiting managers may be satisfied
: if you have enough JSP/Servlet working experience. As Spring IoC
: is easy to pick up. Then again, experience in Spring definitely
: helps.

j****s
发帖数: 13
4
EJB 3.0 improve a lot!
Enterprise JavaBeans 3.0 (5th Edition) [ILLUSTRATED] (Paperback) is a great
book!
j****s
发帖数: 13
5
大部分都是要有3年经验的,没经验的还是不好找啊!
h**d
发帖数: 474
6
不一定,hibernate非常hot是肯定的,
还有不少替代品,ibatis也不错

sub

【在 y********o 的大作中提到】
: I haven't read much about Spring. Do people use Spring + Hibernate as a sub
: stitute of the heavy-weight EJB?

g*****g
发帖数: 34805
7
Yes, and I think it's better than EJB3,
There are 2 problems with EJB which haven't been addressed.
1. App Server and DB dependency. EJB does lock you into some
app server and DB vendors, particularly with Deployment Descriptor
not standard. It's not impossible, but would be a hell of effort
if you want to switch your Weblogic application to JBoss, almost
impossible if you also have clustering. And it's not uncommon when you
have small client who prefers Tomcat/jboss+MySql and big ones who only

【在 y********o 的大作中提到】
: I haven't read much about Spring. Do people use Spring + Hibernate as a sub
: stitute of the heavy-weight EJB?

c*z
发帖数: 62
8

I am trying to setup the JBoss Embeddable Container, which is designed for (
not only for) unit testing, just steps away from getting it runing.
Not sure if other vendors have similar facilities.

【在 g*****g 的大作中提到】
: Yes, and I think it's better than EJB3,
: There are 2 problems with EJB which haven't been addressed.
: 1. App Server and DB dependency. EJB does lock you into some
: app server and DB vendors, particularly with Deployment Descriptor
: not standard. It's not impossible, but would be a hell of effort
: if you want to switch your Weblogic application to JBoss, almost
: impossible if you also have clustering. And it's not uncommon when you
: have small client who prefers Tomcat/jboss+MySql and big ones who only

m**c
发帖数: 192
9
现在有大的公司支持spring和hibernate吗?
一般如果公司用到这方面的东西都用什么集成环境来开发应用呢?
eclipse?

【在 g*****g 的大作中提到】
: Yes, and I think it's better than EJB3,
: There are 2 problems with EJB which haven't been addressed.
: 1. App Server and DB dependency. EJB does lock you into some
: app server and DB vendors, particularly with Deployment Descriptor
: not standard. It's not impossible, but would be a hell of effort
: if you want to switch your Weblogic application to JBoss, almost
: impossible if you also have clustering. And it's not uncommon when you
: have small client who prefers Tomcat/jboss+MySql and big ones who only

g*****g
发帖数: 34805
10
Spring is an application framework, which works like a glue by enabling
you to assemble an application server with your favorite JEE technology.
e.g. You can pick Hibernate, Toplink, ibatis or any favorite ORM product as
persistence, Strust, JSF, etc. as web layer. Tomcat's or weblogic's
clustering,
hessian or web service for remoting.
Hibernate on the other hand, is the most popular ORM product for persistence
layer.
Traditional JEE servers lock you into a series of services, you have no
option

【在 m**c 的大作中提到】
: 现在有大的公司支持spring和hibernate吗?
: 一般如果公司用到这方面的东西都用什么集成环境来开发应用呢?
: eclipse?

相关主题
Java Swing Application都用哪些FrameworkSpring 2.5 vs. EJB3.0
EJB bookj2ee without EJB
Pretty good writeup comparing EJB3 and SpringEJB 3 的前途怎么样?
进入Java版参与讨论
r*****s
发帖数: 985
11
唱一点反调:
with Spring, debugging is a big headache. Let me know if you guys find a goo
d solution to it.
个人认为,Spring用在Interfacing上是很好的,但是凡事也都是适可而止,Configura
tion本身也是Code。

as
persistence

【在 g*****g 的大作中提到】
: Spring is an application framework, which works like a glue by enabling
: you to assemble an application server with your favorite JEE technology.
: e.g. You can pick Hibernate, Toplink, ibatis or any favorite ORM product as
: persistence, Strust, JSF, etc. as web layer. Tomcat's or weblogic's
: clustering,
: hessian or web service for remoting.
: Hibernate on the other hand, is the most popular ORM product for persistence
: layer.
: Traditional JEE servers lock you into a series of services, you have no
: option

g******e
发帖数: 3760
12
What do you mean debug problem? Spring is just a stuff that put things
together. We used Spring for our standalone server and use log4j for logging
. They worked great together.

goo
Configura

【在 r*****s 的大作中提到】
: 唱一点反调:
: with Spring, debugging is a big headache. Let me know if you guys find a goo
: d solution to it.
: 个人认为,Spring用在Interfacing上是很好的,但是凡事也都是适可而止,Configura
: tion本身也是Code。
:
: as
: persistence

g*****g
发帖数: 34805
13
What to debug in Spring? If there's configuration errors,
you'll get it when you start server, and it wasn't difficult
to figure out. There are also some tools to help you within IDE,
if that really bothers you.
I agree configuration is code, but I think Spring configuration is
concise enough to understand, and easy to fix.

goo
Configura

【在 r*****s 的大作中提到】
: 唱一点反调:
: with Spring, debugging is a big headache. Let me know if you guys find a goo
: d solution to it.
: 个人认为,Spring用在Interfacing上是很好的,但是凡事也都是适可而止,Configura
: tion本身也是Code。
:
: as
: persistence

h**d
发帖数: 474
14
You use unit test to cover your code...
Frankly speaking, I have not used debugger a lot before...some debugger
lovers might laugh at me:)

goo
Configura

【在 r*****s 的大作中提到】
: 唱一点反调:
: with Spring, debugging is a big headache. Let me know if you guys find a goo
: d solution to it.
: 个人认为,Spring用在Interfacing上是很好的,但是凡事也都是适可而止,Configura
: tion本身也是Code。
:
: as
: persistence

h**d
发帖数: 474
15
Also you can write test to cover spring configuration as well. It's one time
deal...

【在 g*****g 的大作中提到】
: What to debug in Spring? If there's configuration errors,
: you'll get it when you start server, and it wasn't difficult
: to figure out. There are also some tools to help you within IDE,
: if that really bothers you.
: I agree configuration is code, but I think Spring configuration is
: concise enough to understand, and easy to fix.
:
: goo
: Configura

m******t
发帖数: 2416
16
Well, to be fair, actually we do get locked into Spring, too, if you go
beyond the IoC container - transaction, ORM, etc. I guess the lock-in is
mostly a non-issue (to me at least) only because Spring is OSS and its
flexible Apache License.
Agree with your other points - in general, Spring rocks. 8-)

【在 g*****g 的大作中提到】
: Yes, and I think it's better than EJB3,
: There are 2 problems with EJB which haven't been addressed.
: 1. App Server and DB dependency. EJB does lock you into some
: app server and DB vendors, particularly with Deployment Descriptor
: not standard. It's not impossible, but would be a hell of effort
: if you want to switch your Weblogic application to JBoss, almost
: impossible if you also have clustering. And it's not uncommon when you
: have small client who prefers Tomcat/jboss+MySql and big ones who only

g*****g
发帖数: 34805
17
Yes, you are locked into Spring, but you are not locked into services.
And Spring is stable enough and open source, so you'll never run into
situation where either you discard your million$ license or wait
a year for some IBM guru to fix their bug.

【在 m******t 的大作中提到】
: Well, to be fair, actually we do get locked into Spring, too, if you go
: beyond the IoC container - transaction, ORM, etc. I guess the lock-in is
: mostly a non-issue (to me at least) only because Spring is OSS and its
: flexible Apache License.
: Agree with your other points - in general, Spring rocks. 8-)

1 (共1页)
进入Java版参与讨论
相关主题
Questions on EJB3 Persistence/Hibernate光学Java Standard 本身是不是永远不够?
EJB里面要使用一个另外jar包里面的classes怎么设置?Java Swing Application都用哪些Framework
EJB的书EJB book
Java,EJB的performancePretty good writeup comparing EJB3 and Spring
any good j2ee book?Spring 2.5 vs. EJB3.0
Ejb 3.0 deployment descriptor?j2ee without EJB
Any good book recommendation for EJB?EJB 3 的前途怎么样?
怎么能学成J2EE的全能新手学习java spring, hibernate或者struts的问题
相关话题的讨论汇总
话题: spring话题: ejb话题: hibernate话题: configura话题: server