J********r 发帖数: 36 | 1 最近在自学J2EE的东西,但是在配制环境变量的时候,书上是Java EE JDK5, 但是最新
的是Java EE JDK6,6里有Glassfish3,感觉差别挺大的,或许是因为我是新手吧。
先谢谢大家指教。 |
|
q*********u 发帖数: 280 | 2 其实这个问题蛮好的,问senior都是不错的选择,1.6比1.5多了哪些新东东,你觉得这
些新东东好不好
最近在自学J2EE的东西,但是在配制环境变量的时候,书上是Java EE JDK5, 但是最新
的是Java EE JDK6,6里有Glassfish3,感觉差别挺大的,或许是因为我是新手吧。
先谢谢大家指教。 |
|
d*****l 发帖数: 8441 | 3 记得JDK5改到JDK6的时候对jar命令增加了一些更简洁的功能,但是似乎在Windows下对
manifest文件格式的接受度还是很死板啊,改进一点点会很难吗?
常此以往,生命力何在? |
|
S*********a 发帖数: 75 | 4 先学servlet/jsp吧,再了解ejb/struts/spring/hibernate,慢慢来。
JEE是一个规范平台,一下子吃不消的。 |
|
B*****g 发帖数: 34098 | 5 got a new version of that book |
|
J********r 发帖数: 36 | 6 Thank you all, guys. However, nobody really answer the question.
How and where can I ask one senior person? |
|
g*****g 发帖数: 34805 | 7 JEE platform is driven by open source frameworks, some of them will get
standardized into JSR, and that's about it. It doesn't mean people are
forced to use them. This is unlike JRE that everybody uses and newer
versions will get picked up sooner or later.
Spring and Hibernate are more popular than EJB3, for example.
And Tomcat is way more popular than GlassFish, though it's only a web
container.
In short, JEE doesn't have much to do with Sun/Oracle nowadays. Jersey
may be the only one I am usin... 阅读全帖 |
|
t*******e 发帖数: 684 | 8 GAE国内就是用来翻墙的。JavaME和Android开发还是相当不同的。我提过有个日本人就
一个人在wince上完全实现了JDK5。写个app就用swing,和desktop开发没什么不同。 |
|
g*****g 发帖数: 34805 | 9 Android实现了AWT/Swing以外所有JDK5的API,本来就是从Apache Harmony拿过来的。
不同的JDK实现一直就有,比如IBM的J9,BEA的JRockit。商业上说, Android不能叫
Java因为没有得到Oracle的授权。但对JVM之上的应用开发者是一样的,唯一的区别是
不同的UI类库。 |
|
x*********g 发帖数: 11508 | 10 好像 Solaris 和 SunOS的 对应关系是这样的:
Solaris 10 == SunOS 5.10
Solaris 9 == SunOS 5.9
Solaris 8 == SunOS 5.8
Solaris 7 == SunOS 5.7
Solaris 2.6 == SunOS 5.6
Solaris 2.5 == SunOS 5.5
... ...
总而言之,就是原先叫2.x的,突然间把前缀去掉了,升级成了Solaris 7,
跟现在的Java版本的叫法相似,从JDK1.4.2,一下子升级到了JDK5.0
看得人晕晕呼呼的。
里面
就只
的机
自己 |
|