由买买提看人间百态

topics

全部话题 - 话题: xdoclet
(共0页)
c***c
发帖数: 6234
1
I installed Eclipse and Tomcat. I try to use XDoclet to generate Web.xml and
package the files. But I can not find it.
DO I have to use JBoss to do so?
Thanks a lot
f*****g
发帖数: 31
2
来自主题: Java版 - eclipse question,please help









Task is not a part of "Javadoc" though you can add your own "task" to
your Javadoc. You can also add xdoclet annotations to your javadoc, but
obviously xdoclet is not a part of "Javadoc" as well.
Also, there is not a standard of "Task". Eclipse has its own Task(s).
Actually it supports 2 types of "Task"s: Java comment "TODO" and
Eclipse project Task.
"TODO" can be put into Javadoc, but not necessary. You can add your "TODO"
annotation in normay comment:
//TODO: remove this todo
c***c
发帖数: 6234
3
I am using
1. JBoss 4.0 for EJB
2. Axis For Web Services
3. Eclipse as IDE
I generated a EJB called TestBean.java in package test/ejb.
The Xdoclet generated ejb-jar.xml, Test.java and TestHome.java for me in
package test/interfaces
compile passed
The deploy.wsdd is
http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">


i**h
发帖数: 17
4
even though failover is not J2EE standard, every vendor pretty much
implemented it in the same way. after all, there are well-known computer
science research on how this can and should be done. and i don't think porting
to another container is a big deal because most likely you are going to have
container specific configure file for clustering (e.g. weblogic.xml,
jboss.xml, etc) and if you need to port to another container, you know where
you should change. (unless you use things like xdoclet,
h**d
发帖数: 474
x*******i
发帖数: 777
6
来自主题: Java版 - 学习JAVA的人要注意
1.你需要精通面向对象分析与设计(OOA/OOD)、涉及模式(GOF,J2EEDP)以及综合模式。你
应该十分了解UML,尤其是class,object,interaction以及statediagrams。
2.你需要学习JAVA语言的基础知识以及它的核心类库 (collections,
serialization
,streams,networking, multithreading,reflection,event,handling,
NIO,
localization,以及其他)。
3.你应该了解JVM,classloaders,classreflect,以及垃圾回收的基本工作机制
等。
你应该有能力反编译一个类文件并且明白一些基本的汇编指令。
4.如果你将要写客户端程序,你需要学习WEB的小应用程序(applet),必需掌握GUI设
计的思想和方法,以及桌面程序的 SWING,AWT, SWT。你还应该对UI部件的
JAVABEAN组
件模式有所了解。JAVABEANS也被应用在JSP中以把业务逻辑从表现层中分离出来。
5.你需要学习j... 阅读全帖
x*******i
发帖数: 777
7
来自主题: Java版 - 学习JAVA的人要注意
1.你需要精通面向对象分析与设计(OOA/OOD)、涉及模式(GOF,J2EEDP)以及综合模式。你
应该十分了解UML,尤其是class,object,interaction以及statediagrams。
2.你需要学习JAVA语言的基础知识以及它的核心类库 (collections,
serialization
,streams,networking, multithreading,reflection,event,handling,
NIO,
localization,以及其他)。
3.你应该了解JVM,classloaders,classreflect,以及垃圾回收的基本工作机制
等。
你应该有能力反编译一个类文件并且明白一些基本的汇编指令。
4.如果你将要写客户端程序,你需要学习WEB的小应用程序(applet),必需掌握GUI设
计的思想和方法,以及桌面程序的 SWING,AWT, SWT。你还应该对UI部件的
JAVABEAN组
件模式有所了解。JAVABEANS也被应用在JSP中以把业务逻辑从表现层中分离出来。
5.你需要学习j... 阅读全帖
s******e
发帖数: 493
8
来自主题: Java版 - 求解释一下java decorator
8 years ago, there were a big debate on using annotation or xml. xdoclet
used to be the pioneer of the annotation. Today, even spring is moving their
config to annotation.
(共0页)