由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - java ee新手求教eclipse问题
相关主题
eclipse总死是怎么回事大家推荐一个Java的编程环境吧
netbean and eclipse上次那个谁提了一个eclipse的plugin..
what's the most popular Java IDEin eclipse, how do you use inter dependencies?
没法用Re: netbeans 4.0 is very good我的机器上eclipse很不稳定
有谁来给比较下 netbeans 和 myeclipse?java struts奇怪问题求助
eclips还是netbeans?Eclipse export,有javaws的时候如何设置
用惯了glassfish,突然要我用tomcat,真实不习惯。eclipse有没有maven plugin配置的工具
IntelliJ 真的比 Eclipse 好吗mvn真是让人头疼
相关话题的讨论汇总
话题: spring话题: eclipse话题: hibernate话题: plugin话题: java
进入Java版参与讨论
1 (共1页)
a*****p
发帖数: 1285
1
刚开始用eclipse java ee,从software update里面安装了android,spring suite,
和hibernate。
搞android的project的时候,java docs提示都可以自动弹出来, 比如A.b, type A.的
时候bmethod就能自动显示,而且用A需要的package也可以自动提示import。
但是我用spring和hibernate的时候就没有,看了下library,android project里面自
动包含了android的library没有JavaSE的,但是spring和hibernate project的时候都
只有java SE(可能还有maven)的library。看了eclipse plugin里面,spring和
hibernate的jar都在。网上查了查,好想都要手动inlcude jar??
我想问下,这种情况,是表示我spring和hibernate没有再eclipse里面安装成功么?还
是每次都要手动包含spring和hibernate的jars?这样的话,从eclipse里面安装spring
有什么意义么?
在线等
g*****g
发帖数: 34805
2
spring hibernate那些IDE主要是给你一些validation和浏览之类的吧,
比如从spring xml里面可以直接点一个类。只是syntax assistant加
上Jar也不麻烦。

spring

【在 a*****p 的大作中提到】
: 刚开始用eclipse java ee,从software update里面安装了android,spring suite,
: 和hibernate。
: 搞android的project的时候,java docs提示都可以自动弹出来, 比如A.b, type A.的
: 时候bmethod就能自动显示,而且用A需要的package也可以自动提示import。
: 但是我用spring和hibernate的时候就没有,看了下library,android project里面自
: 动包含了android的library没有JavaSE的,但是spring和hibernate project的时候都
: 只有java SE(可能还有maven)的library。看了eclipse plugin里面,spring和
: hibernate的jar都在。网上查了查,好想都要手动inlcude jar??
: 我想问下,这种情况,是表示我spring和hibernate没有再eclipse里面安装成功么?还
: 是每次都要手动包含spring和hibernate的jars?这样的话,从eclipse里面安装spring

a*****p
发帖数: 1285
3
现在刚开始把tutorial上的例子用简单的project弄出来,还没开始做ant或者maven的
一些更复杂的layout。这样的每次都要建个lib把spring的library包括进去咯。 请问
syntax assistant是啥?

【在 g*****g 的大作中提到】
: spring hibernate那些IDE主要是给你一些validation和浏览之类的吧,
: 比如从spring xml里面可以直接点一个类。只是syntax assistant加
: 上Jar也不麻烦。
:
: spring

S****h
发帖数: 558
4
Spring's plugin can show you the spring bean's relation diagram,l and things
like that, focused on their IoC beans, which might or might not be useful
to you.
a*****p
发帖数: 1285
5
hi, what do u mean "might or might not be useful"??

things

【在 S****h 的大作中提到】
: Spring's plugin can show you the spring bean's relation diagram,l and things
: like that, focused on their IoC beans, which might or might not be useful
: to you.

S****h
发帖数: 558
6
It just depends on whether you are using those extra help. I personally does
not use that much. To be clear, I use spring in my work, just do not use
spring plug-in for Eclipse. Actually, I use netbean mostly, which has less
plugin than eclipse. But some plugin in eclipse is so buggy and slow that I
cannot bear. Netbeans also has spring plugin and their plugins seems runs
smoother.

【在 a*****p 的大作中提到】
: hi, what do u mean "might or might not be useful"??
:
: things

1 (共1页)
进入Java版参与讨论
相关主题
mvn真是让人头疼有谁来给比较下 netbeans 和 myeclipse?
Hibernate in Eclipseeclips还是netbeans?
demo差不多可以了 (转载)用惯了glassfish,突然要我用tomcat,真实不习惯。
is Spring hot?IntelliJ 真的比 Eclipse 好吗
eclipse总死是怎么回事大家推荐一个Java的编程环境吧
netbean and eclipse上次那个谁提了一个eclipse的plugin..
what's the most popular Java IDEin eclipse, how do you use inter dependencies?
没法用Re: netbeans 4.0 is very good我的机器上eclipse很不稳定
相关话题的讨论汇总
话题: spring话题: eclipse话题: hibernate话题: plugin话题: java