Okay, I finished the Users Guide on web development. I skipped EJB for now since the Java development at our shop is still in its infancy, we are not going to do any EJB for a while.
I created some JavaBeans and successfully called them thru JSP. From the console, I can see the IDE deployed and loaded the files to JBoss smoothly, and that is great.
Now my questions are:
1. Why doesn’t the IDE allow me to create a package with the convention like com.simon.whatever? When I created my JavaBeans, the package name must be either default or a name without period.
2. I know I asked this question before but please allow me to ask it again. Is there any plan to provide a more complex tutorial on web application than the current HelloWorld servlet? Currently, the developers in our shop are using various development tools….. from JBuilder 8 to IntelliJ/SOFIA to SunONE Studio to of course Eclipse. If I am going to convince them to drop those tools and use MyEclipse, I need something more than the current tutorial. A good tutorial will help me tremendously, especially when I am (as well as my colleagues) still pretty new to Java development, I don’t fully understand the power of MyEclipse. I hope I am not nagging too much on this issue. =)
Thank you very much.
simon.