c*m
2 楼
定义全能先?如果只是会用所有的(或决大多数)JEE技术,框架,etc., 那大多数人
都是全能,包括我自己,呵呵。
如果要非常精通,那恐怕没人能全能。我自己的一个体会,如果能把multi-thread 和
distributed application的方方面面都理解的很透彻了,应付java server side的东
西就基本够用了
都是全能,包括我自己,呵呵。
如果要非常精通,那恐怕没人能全能。我自己的一个体会,如果能把multi-thread 和
distributed application的方方面面都理解的很透彻了,应付java server side的东
西就基本够用了
m*t
10 楼
Well in the JEE context, I'd start with EJB, session beans in particular.
And then get to the other pieces. JMX and JNDI aren't very interesting. They
are the "I find, I call, I'm done" kind of technologies. The asynchronous
aspects of JMS can be quite intriguing.
But then, like goodbug said, don't forget Spring. I personally think it's
way better than EJB - apart from that it's not a standard spec.
【在 p***p 的大作中提到】
: Can I begin with JMX,JNDI and JMS?
m*t
12 楼
It'd definitely help. Any project where you don't have to worry about
deadline and can focus on "doing the right thing the right way" would help.
The point is to actually understand how something works, and why it works
better this way than the other. Don't stop with "this is what I have to do
to make it work."
【在 t******f 的大作中提到】
: 这个肯定是对的,但是怎么做,能不能给说明一下。比如除了为了赶进度在公司现
: 学现卖,是不是业余应该做个open source的project还是什么的?
m*t
23 楼
I would say that Spring has grown to a point where it's no longer comparable
to pico. Spring offers a lot more than Pico.
Don't get me wrong. Pico is a great IoC container, and still has lots of
fans. What I like Pico particularly is precisely that it tries to remain an
IoC container.
So, it's that same saying again - the right tool for the right job. 8-)
【在 c*m 的大作中提到】
: 现在还有人用pico container吗?我只是在书里看到这个名字才知道的,好像所有的人
: 都在用spring似的
s*e
26 楼
I guess he is from thoughtworks. (Martin Fowler's company). Their interview
process is lengthy but full of funs.
process is lengthy but full of funs.
p*p
27 楼
说说我的经验吧
我自己看了几个开源的源代码,然后自己编了个servlet container,总之学到了非常
多的东西,知识翻倍。最重要的给自己信心,现在用个什么,出了问题就直接看看源代
码。不管多复杂的东西,都是能看懂的,这个帮助非常大。
我现在的项目就是要把这个container集成到一个J2EE环境里面,比如Geranimo。所以
需要了解些JMX,JNDI,JMS等等这些东西,大家帮忙看看怎么个Route Map比较好。
另外我的PHD方向是SOA, service provisioning, orchestration, provisioning在
VOIP里面。是不是J2EE知识很需要把,还有Web Service等等,给些建议把
我自己看了几个开源的源代码,然后自己编了个servlet container,总之学到了非常
多的东西,知识翻倍。最重要的给自己信心,现在用个什么,出了问题就直接看看源代
码。不管多复杂的东西,都是能看懂的,这个帮助非常大。
我现在的项目就是要把这个container集成到一个J2EE环境里面,比如Geranimo。所以
需要了解些JMX,JNDI,JMS等等这些东西,大家帮忙看看怎么个Route Map比较好。
另外我的PHD方向是SOA, service provisioning, orchestration, provisioning在
VOIP里面。是不是J2EE知识很需要把,还有Web Service等等,给些建议把
c*m
28 楼
如果想集成到一个server里面的话,大概jboss最合适了,因为它就是用的JMX, 最重要
的是,documentation非常详细,google 'jboss 4.0 official guide', 第一章讲的就
是JMX microkernel。jboss的web container就是个tomcat的SAR, 把它换成你自己的应
该不难。不过看不出来为什么需要JMS。SOA跟J2EE没什么关系吧。
【在 p***p 的大作中提到】
: 说说我的经验吧
: 我自己看了几个开源的源代码,然后自己编了个servlet container,总之学到了非常
: 多的东西,知识翻倍。最重要的给自己信心,现在用个什么,出了问题就直接看看源代
: 码。不管多复杂的东西,都是能看懂的,这个帮助非常大。
: 我现在的项目就是要把这个container集成到一个J2EE环境里面,比如Geranimo。所以
: 需要了解些JMX,JNDI,JMS等等这些东西,大家帮忙看看怎么个Route Map比较好。
: 另外我的PHD方向是SOA, service provisioning, orchestration, provisioning在
: VOIP里面。是不是J2EE知识很需要把,还有Web Service等等,给些建议把
的是,documentation非常详细,google 'jboss 4.0 official guide', 第一章讲的就
是JMX microkernel。jboss的web container就是个tomcat的SAR, 把它换成你自己的应
该不难。不过看不出来为什么需要JMS。SOA跟J2EE没什么关系吧。
【在 p***p 的大作中提到】
: 说说我的经验吧
: 我自己看了几个开源的源代码,然后自己编了个servlet container,总之学到了非常
: 多的东西,知识翻倍。最重要的给自己信心,现在用个什么,出了问题就直接看看源代
: 码。不管多复杂的东西,都是能看懂的,这个帮助非常大。
: 我现在的项目就是要把这个container集成到一个J2EE环境里面,比如Geranimo。所以
: 需要了解些JMX,JNDI,JMS等等这些东西,大家帮忙看看怎么个Route Map比较好。
: 另外我的PHD方向是SOA, service provisioning, orchestration, provisioning在
: VOIP里面。是不是J2EE知识很需要把,还有Web Service等等,给些建议把
相关阅读
问个ArrayList的问题唉进了一家烂公司有人想回大陆发展么?工作中建一个很小的网站,用什么好?想请教一下银行的核心交易系统的实现Goodbug能提供一些Spring, Hibernate, Cassandra入门资料吗怎样实现像chrome 中的独立的dockable tabbed pane/window支持同胞其实很简单的。用Java 读LAN上面windows shared folder上的文件,performance我Google过了,还是不明白Frameworkloaded classes 问题size() method 为什么需要多线程保护?大家觉得GWT怎么样有用jdeveloper的吗?得用java 1.7了吗?有人用AKKA吗?高级JAVA开发员工作推荐 (转载)c# web services和java web services完全2码事啊。请教GUI程序的save/load功能的实现我来回答一下投行IT的问题