hi, I am new to J2EE, and find myeclipse is a very useful tool. I am following http://www.myeclipseide.com/images/tutorials/quickstarts/firstejb/ to get started.
env: win2k sp4, j2sdk1.4.2_06, jboss 4.0.0, MySql 4.0, Eclipse 3.0.0, MyEclipse 3.8.2 trial, all fresh installed with no updates.
Q1: i want xdoclet support. if i select j2ee1.3 as my j2ee specification level, would it give me unexpected result on jboss4.0 which supposed to run under j2ee1.4 only?
Q2: i need add <dao> in doclet. in LOMBOZ, i only need to add line like <dao pattern=”{0}” destDir=”${project.dir}/${ejbsrc.dir}” />. how property and value should i fill in ? any docs for that ?
Q3: how can i write a servlet in myEclipse? is there any tutorial?
thanx