由买买提看人间百态

topics

全部话题 - 话题: j2me
首页 上页 1 2 3 4 下页 末页 (共4页)
k***r
发帖数: 4260
1
来自主题: Java版 - 这里有做J2ME的吗?
哪里能找到CDC/PP的JVM呢
t*******e
发帖数: 684
2
来自主题: Java版 - 这里有做J2ME的吗?
J9 has two versions, one for CLDC/MIDP, the other for CDC/PP.
k***r
发帖数: 4260
3
来自主题: Java版 - 这里有做J2ME的吗?
Thanks totempole. You mentioned that earlier. But I failed to find official
download of J9 for Palm. The version I downloaded from some unofficial place
does not appear to have the version that's compatible with J2SE. Any idea
where I can find the version that's compatible?
t*******e
发帖数: 684
4
来自主题: Java版 - 这里有做J2ME的吗?
IBM WebSphere Micro Environment Java Virtual Machine
official name of J9, google search should help you to find the download link
.
k***r
发帖数: 4260
5
来自主题: Java版 - 这里有做J2ME的吗?
This is the closest link I can find regarding J9 download. But Palm download
is not available :(
http://www-128.ibm.com/developerworks/websphere/zones/wireless/weme_eval_runtimes.html
q***s
发帖数: 2243
6
抱歉,我没有把问题讲清楚!
这是一个j2me的程序,是通过第三方的package联网,然后就会抛异常。
这个在模拟器里没有反应,主要是模拟器上不了网。
在手机里会显示:an uncatched exception.
再次感谢!
t*******e
发帖数: 684
7
Programming with J2ME or J2SE makes no difference to developers with respect
to error handling. I assume your problem is the PDA emulator doesn't
display the console output. If I were you, I would use a single proxy class
to deal with all the network requests, and debugging code can be easily
inserted into the proxy class.
n*********n
发帖数: 580
8
想说4年前我就有6个证除了J2ME,怕拍showoff,但至今工资还是贼低. In a
nutshell, they are not much of use.
q***s
发帖数: 2243
9
来自主题: Java版 - Calendar的日期问题
J2ME中的Calendar类,我使用
int month = calendar.get(Calendar.MONTH);
获取的月数总是少一个月
文档中也没有明确说月份从0开始的呀。
多谢各位高人!
q***s
发帖数: 2243
10
来自主题: Java版 - Calendar的日期问题
多谢!j2me的api中我只找到你的第一句话!后来我用set把12作为参数加入,结果抛出
异常,所以我就估计从0开始的。
非常感谢!
L*****k
发帖数: 13042
11
来自主题: Java版 - Android的VM还挺不错的
j2me has some limitations.
g*****g
发帖数: 34805
12
来自主题: Java版 - Android的VM还挺不错的
Android is no j2me.
t*******e
发帖数: 684
13
来自主题: Java版 - Android的VM还挺不错的
Diversified hardware makes it nearly impossible to present a unified JVM
platform in J2ME. There is no reason to complain about it.

the
l********0
发帖数: 283
14
来自主题: Java版 - Jave and Jboss
I developed J2me program for cellphone and set-top box before.
Z*****Z
发帖数: 723
15
来自主题: Java版 - 打算quit enterprise Java了
想问问core java一般都干啥啊?我原来觉得core java是学校里教学用的,企业应用就
是enterprise java或者j2me。这样,感觉上java不是网站就是手机。
后来发现有些人搞eclipse plugin,SWT,RCP,也是条路子。
Swing的话,好像相对较少。
其他的,还有什么样形式的应用呢?

IT
core
z****e
发帖数: 54598
16
check this out
http://en.wikipedia.org/wiki/Google_Android
Java support
While Android applications are written in Java, there's no Java Virtual
Machine in the platform and Java byte code is NOT executed. Java classes get
recompiled into Dalvik executable and run on Dalvik virtual machine. Dalvik
is a specialized virtual machine designed specifically for Android and
optimized for battery-powered mobile devices with limited memory and CPU.
Android does not support J2ME, like some other mobile
i**e
发帖数: 6810
17
貌似只有j2me的
z****e
发帖数: 54598
18
来自主题: Java版 - j2ee web 方向的职业规划
可以去,除了m以外
其它三个都有招core java的人
前一段jobhunting不是还有人在说这事么?
说他在找core java的职位,然后面的就是这几家
不过core java跟j2ee多少有些不是一回事
你要注意这两者的区别
尤其是j2ee web这一块的
web这一块变动太大了
包括客户端的东西,几天一变
建议多关注一下service tier或者说business tier
也就是容器这一块,spring和ejb是这一层仅有的两个选择
两个都搞定也没什么大不了的,spring的概念比较超前,ejb比较传统
然后是orm这一层,注意这一层也有ejb,entity bean,不过已经deprecated鸟
现在orm全部都是pojo,这一层主要还是hibernate
不过ibatis等也都有人用,主要idea知道就是了
这一层还有web层的东西的核心思想都是一致的
掌握其中一个很容易可以理解其它框架的思路,不算太难
唯一有着巨大区别的就是spring和ejb,这一层这两个东西整个理念都不一样
ejb通过传统的jndi调用,spring则是ioc,但是这两者又不冲突
必要时候可... 阅读全帖
z****e
发帖数: 54598
19
来自主题: Java版 - j2ee web 方向的职业规划
可以去,除了m以外
其它三个都有招core java的人
前一段jobhunting不是还有人在说这事么?
说他在找core java的职位,然后面的就是这几家
不过core java跟j2ee多少有些不是一回事
你要注意这两者的区别
尤其是j2ee web这一块的
web这一块变动太大了
包括客户端的东西,几天一变
建议多关注一下service tier或者说business tier
也就是容器这一块,spring和ejb是这一层仅有的两个选择
两个都搞定也没什么大不了的,spring的概念比较超前,ejb比较传统
然后是orm这一层,注意这一层也有ejb,entity bean,不过已经deprecated鸟
现在orm全部都是pojo,这一层主要还是hibernate
不过ibatis等也都有人用,主要idea知道就是了
这一层还有web层的东西的核心思想都是一致的
掌握其中一个很容易可以理解其它框架的思路,不算太难
唯一有着巨大区别的就是spring和ejb,这一层这两个东西整个理念都不一样
ejb通过传统的jndi调用,spring则是ioc,但是这两者又不冲突
必要时候可... 阅读全帖
s****s
发帖数: 628
20
不知道倒底应该从哪个学起? 然后重点学哪个?
c*********e
发帖数: 16335
21
ejb别学了,就学core java,spring,hibernate.
s****s
发帖数: 628
22
什么意思, 能具体说说吗? 比如分别应该看哪几本书?
r********r
发帖数: 208
23
下面4本书怎么样?
Thinking in Java 4th Edition.pdf
Spring in Action 3rd Edition.pdf
just_spring.pdf
Manning - Hibernate in Action.pdf
Thinking in Java看了看,觉着讲的很清楚。不知道是不是实用?是不是每章都要细细
读几遍,每个例子,每道练习题都要仔细研究?
b******y
发帖数: 9224
24
学j2se吧,这个是标准和basics, 所以用的多。很多小公司买不起j2ee的package的,
比如说.
T****U
发帖数: 3344
25
j2ee需要什么package?
M***r
发帖数: 79
26
Do not mislead novice.
c*********e
发帖数: 16335
27
ejb挺复杂的,学起来不容易。工作需要里面也没人提ejb,现在都在提spring,
hibernate. c++没java流行,根本原因就是c++把编程搞复杂了。java ejb也把java搞
复杂了。
M***r
发帖数: 79
28
All right, it seems you have not followed new technologies for a while. The
new EJB (including JPA) is much easier to start with, even comparing to
Spring/hibernate combo. I don't mean spring is out. I mean a recommendation
with background (e.g. when I was using EJB 10 years ago, ...) is better than
denying some options up-front.
g*****g
发帖数: 34805
29
You are right that EJB 3 is simpler than Spring/Hibernate Combo. But Spring/
Hibernate is still the de facto in the industry. For flexibility and a
richer set of API. If you are still in school, it doesn't hurt to learn both
. If you only have time to pick up one, I recommend Spring/hibernate. At the
end of the day, the majority of us don't decide which framework we should
use.

The
recommendation
than
e*****t
发帖数: 1005
30
同意好虫,ejb3不像过去了,已经相当好用了。可是对于很多企业,招人也主要是维护
当前系统,或者develop new features.所以ejb3相比之下还是没有那么popular了。

Spring/
both
the
t*******e
发帖数: 684
31
大的原则上ejb3和spring3基本上差不多了。但小细节上还是不如spring方便。需要添
加很多第三方的libs。我感觉remote interface是越来越没用。作为remoting
solution不如web services, 又不能用DI,也不是提高scalability唯一的手段。特别
是妨碍open session in view的实现,无法容忍。
a****i
发帖数: 1182
32
EJB或者JavaEE现在还有什么“新”技术?
比的是现在的EJB和Spring,而不是现在的EJB和十年前的EJB

The
recommendation
than
M***r
发帖数: 79
33
这里跟果fan版谷fan版有一拼
s****s
发帖数: 628
34
不知道倒底应该从哪个学起? 然后重点学哪个?
c*********e
发帖数: 16335
35
ejb别学了,就学core java,spring,hibernate.
s****s
发帖数: 628
36
什么意思, 能具体说说吗? 比如分别应该看哪几本书?
r********r
发帖数: 208
37
下面4本书怎么样?
Thinking in Java 4th Edition.pdf
Spring in Action 3rd Edition.pdf
just_spring.pdf
Manning - Hibernate in Action.pdf
Thinking in Java看了看,觉着讲的很清楚。不知道是不是实用?是不是每章都要细细
读几遍,每个例子,每道练习题都要仔细研究?
b******y
发帖数: 9224
38
学j2se吧,这个是标准和basics, 所以用的多。很多小公司买不起j2ee的package的,
比如说.
T****U
发帖数: 3344
39
j2ee需要什么package?
M***r
发帖数: 79
40
Do not mislead novice.
c*********e
发帖数: 16335
41
ejb挺复杂的,学起来不容易。工作需要里面也没人提ejb,现在都在提spring,
hibernate. c++没java流行,根本原因就是c++把编程搞复杂了。java ejb也把java搞
复杂了。
M***r
发帖数: 79
42
All right, it seems you have not followed new technologies for a while. The
new EJB (including JPA) is much easier to start with, even comparing to
Spring/hibernate combo. I don't mean spring is out. I mean a recommendation
with background (e.g. when I was using EJB 10 years ago, ...) is better than
denying some options up-front.
g*****g
发帖数: 34805
43
You are right that EJB 3 is simpler than Spring/Hibernate Combo. But Spring/
Hibernate is still the de facto in the industry. For flexibility and a
richer set of API. If you are still in school, it doesn't hurt to learn both
. If you only have time to pick up one, I recommend Spring/hibernate. At the
end of the day, the majority of us don't decide which framework we should
use.

The
recommendation
than
e*****t
发帖数: 1005
44
同意好虫,ejb3不像过去了,已经相当好用了。可是对于很多企业,招人也主要是维护
当前系统,或者develop new features.所以ejb3相比之下还是没有那么popular了。

Spring/
both
the
t*******e
发帖数: 684
45
大的原则上ejb3和spring3基本上差不多了。但小细节上还是不如spring方便。需要添
加很多第三方的libs。我感觉remote interface是越来越没用。作为remoting
solution不如web services, 又不能用DI,也不是提高scalability唯一的手段。特别
是妨碍open session in view的实现,无法容忍。
a****i
发帖数: 1182
46
EJB或者JavaEE现在还有什么“新”技术?
比的是现在的EJB和Spring,而不是现在的EJB和十年前的EJB

The
recommendation
than
M***r
发帖数: 79
47
这里跟果fan版谷fan版有一拼
q*********a
发帖数: 340
48
J2EE
L*********s
发帖数: 3063
49
you are still living in the decades before EJB 3.1, JPA 2.0 and JSF 2.1 came.
z*******3
发帖数: 13709
50
古德霸其实唱衰.net和c++很久了
不过我是认同它看法的
另外我们最近也在讨论要不要用groovy
但是短期内不太可能,用也是玩玩罢了
因为java就这样,写的东西太核心了
以至于你动一行,一旦有什么问题
后果经常是无法承受的
开除那都是小事,如果有事故的话,搞不好要进监狱
当年在国内搞的时候,停电半个小时
上面红头文件,正总连降n级,下放基层,运营副总免职
年纪一大把了,在帝都那种鬼地方,老婆还没工作
也不知道将来怎么办,也够悲催的
java越来越复杂,各个tier和layer
我的感觉,反正客户端是天天变,最不稳定
以前swing,现在javafx,以前j2me,现在android,将来不知道怎么变
front end也差不多,web很不稳定,尤其是现在貌似java做web有些问题
php越来越多,jsp现在官方都不用了,改成jsf了
然后做商业产品还好,但是ibm这些大公司年年都会裁员
因为规则特别固定,j2ee这么多年,还是那个样子,而且商业产品普遍比较规范
所以一旦形成流水线作业,那么螺丝钉的将来就不好说了
这一块主要的冲击来自开源产品,这一块很多都可以被开源产品所代替
我... 阅读全帖
首页 上页 1 2 3 4 下页 末页 (共4页)