|
I need to make a few assumptions here. First, I'm going to assume you have read the prior chapters. As with the ROME library used in the last chapter, we're going to be using some of the libraries used prior in this chapter, most significantly, DOM. Second, that you have some familiarity with various web technologies such as HTML, JavaScript, Java servlets, and JavaServer Pages (JSP). Along the same lines, I'm assuming you know how to set up a Java servlet container (such as Apache Tomcat) or can get someone's help to do so. If you want to learn how to write a Java web app, this chapter won't help. So, if you're not at least a little familiar with the above technologies, I'd highly recommend putting this tutorial down, picking up a different one, and coming back here when you're ready. Great tutorials on Java web technology include Java Servlet Programming by Jason Hunter (Oracle) and JavaServer Pages by Hans Bergsten (Oracle). |