Re: Beginner Java assignment
You can start from the step 1 in your assignment, where you have to create the UI. Start from the following,
Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
Re: Beginner Java assignment
Thanks for the reply. I dont see anything related to JSP, Servlet and tomcat and how they interact in the link that you posted. Are there any tutorials specific to this set-up that someone can point me towards.
Re: Beginner Java assignment
Sorry about that. Pick the wrong link from my list. Have a look at the following.
http://www.myeclipseide.com/document...s/webdesigner/
Anyway going through the previous link, which is related to Swing, helps you a lot to have a better understand on key points.
Re: Beginner Java assignment
as you mentioned you are new to java ,so i suggest you to go through some good java books and then do start such programs .they are middle level programs while you may need to initiate with some easy level program
Re: Beginner Java assignment
why don't you start with designing your app. simply list the components and specify how the interact. btw: in google you will find a lot of links with: j2ee tomcat tutorial
Re: Beginner Java assignment
Thanks to everyone for your replies. On this particular project, I don't have the luxury of much time to start from scratch, unfortunately. I was able to follow the tutorial at:
Servlet and JSP development with Eclipse WTP
and get it working. I now need to translate this working example to my project. First question is: what is the html form that we have been given. The servlet or a JSP? It is simply an html page with a form, text boxes, and a submit button.
Thanks for any insight.