t*******e 发帖数: 684 | 1 都很容易的,新手用netbeans吧。下载后直接能用,不需要加plugin. |
|
b******y 发帖数: 9224 | 2
Use Velocity, if JSP is a mess.
If your requirement is to use JSP, then, try to keep the java code as
minimum as possible so the JSP page is mostly html.
You don't need a JSP editor, IMHO. |
|
t*******e 发帖数: 684 | 3
似乎LZ公司没有graphic designers,要靠JSP Editor来设计HTML. |
|
A**o 发帖数: 1550 | 4 same feeling here. also feel that she's from .net world. |
|
p****r 发帖数: 7 | 5 use eclipse. You don't need lots of plugin for such
Small project. Plus eclipse generates project
Prototypeand builds itself for you. I hate to say -
Velocity is the last thing you want to use. It is
A lot worse than learning jsp, seriously. |
|
|
s**o 发帖数: 584 | 7 jide, jclass 还有jgoodie都有很多可以reused的。
IDE 里面 JDeveloper, JBuilder的Gui support相对好一点。 |
|
m*****k 发帖数: 731 | 8 not know what u use it for, but just FYI,
we used adf/Jdeveloper trying to replace our treetable applets,
after 3 months struggling, we give up and go back to use swing/jide.
my co-worker worked with oracle BPM to replace something done original with
JBoss JBPM, he definitely got very frustrated by oracle BPM. |
|
g*******2 发帖数: 1184 | 9 11款用于优化、分析源代码的Java工具
来源:ITeye |
本文将提供一些工具,帮助你优化代码以及检查源代码中的潜在问题。
1. PMD from http://pmd.sourceforge.net/
PMD能够扫描Java 源代码,查找类似以下的潜在问题:
可能的bug——try/catch/finally/switch语句中返回空值。
死代码——未使用的局部变量、参数、私有方法。
不理想的代码——使用String/StringBuffer。
过于复杂的表达式——没有必要使用if语句、while循环可以代替for循环。
重复代码——复制/粘贴的代码引发的bug。
PMD集成了JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/
Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel,
JCreator, 以及 Emacs。
2. FindBug from http://findbugs.sourceforg... 阅读全帖 |
|
r***y 发帖数: 4379 | 10 以前那是sun
现在是 oracle, 你看他家 framework(adf), ide(jdeveloper) 的 bugs 和版本间的不
兼容情况... |
|
f*******3 发帖数: 351 | 11 【 以下文字转载自 WashingtonDC 讨论区 】
发信人: Westridge (西岭), 信区: WashingtonDC
标 题: Java开发人员知识点(更新)
发信站: BBS 未名空间站 (Wed Apr 18 00:03:19 2012, 美东)
Java开发人员知识点
1.听说过James Gosling,SUN和Oracle公司。知道网上下载Java的地址,在哪讨论Java
。练习过Java在Windows下的安装和配置。知道Java应用系统中常见的几种license和JCP。了
解bytecode和Java在不同系统下可以轻松移植的原理。
2.懂得基本的Java编程和行命令格式。了解面向对象的编程思路。
几个基本点:Java基本语法和控制结构,命名和代码风格,结构化,对象封装,继承,
抽象,多态,接口,异常处理,堆空间,栈空间,垃圾回收器,static,this,
synchronized,annotations,JUnit,JDBC,JSP/servlet
Java Core APIs: java.lang,java.util,java.io,java.a... 阅读全帖 |
|
w**z 发帖数: 8232 | 12 还有除了Oracle的公司用ADF? 当初俺们内部自己用,都快疯了. 是基于jdeveloper.
估计一般人都不知道它。 |
|
c*********e 发帖数: 16335 | 13 java写起来不麻烦啊。比如,用jdeveloper,一个servlet,机器就帮你写好了,非常的
爽。 |
|
c*********e 发帖数: 16335 | 14 jdeveloper用机器自动写code,比eclipse容易上手。
eclipse是最流行的ide,用它还可以写android程序。 |
|
t*******e 发帖数: 684 | 15 你需要的是RAD tool, 而不是IDE的功能. |
|
|
z****e 发帖数: 54598 | 17 不是有人说过吗?这是jsf的邪恶前世
我没用过 |
|
u****s 发帖数: 2186 | 18 如果only 1 person works on a quick demo just using ADF's out-of-box
components, it's great.
它给你generates一堆乱七八糟的东西,几乎是不可能merge changes.
Customizing some of its components is painful. |
|
r***y 发帖数: 4379 | 19 呵呵, 好像是老汉说的
不过是 uix/adf |
|
c*********e 发帖数: 16335 | 20 en,感觉adf,jsf和visual studio的drag a control很象,什么都是drag a control.
oracle是不是参考了visual studio c#的做法? |
|
c*********e 发帖数: 16335 | 21 不会吧,开发java的ide多了,jcreator,..bean,jdeveloper... |
|
c*********e 发帖数: 16335 | 22 用weblogic,是不是同时只能用jdeveloper,sqldeveloper? |
|
a**********n 发帖数: 115 | 23 没有人用 Oracle JDeveloper? |
|
|
u****s 发帖数: 2186 | 25 做Oracle Fusion的一些东西,只能用JDeveloper, 垃圾+垃圾 |
|
d****i 发帖数: 4809 | 26 这个JDeveloper应该还不如来自Sun的NetBean吧,更不如历史悠久的集大成者Eclipse
了。 |
|
a*f 发帖数: 1790 | 27 eclipse/visual studio/notepad++/jdeveloper/jsfiddle
visual studio, chrome, opera, firefox, jsfiddle可以debug |
|
d**********0 发帖数: 13081 | 28 为啥不用 Jdeveloper? 有啥不好的么? |
|
w**z 发帖数: 8232 | 29 Java 9 would arrive on Sept. 22, 2016, under a proposed schedule posted
online by a prominent Oracle Java official this week.
In a mailing list message cited on Twitter, a schedule for Java Development
Kit 9, which would be based on the Java Standard Edition 9 specification,
has the release being feature-complete on Dec. 10 with several additional
steps taken before general availability in September 2016. The message was
posted by Mark Reinhold, chief architect of the Java platform group at
Orac... 阅读全帖 |
|