building a web application in eclipse

Posted by Noona on Stack Overflow See other posts from Stack Overflow or by Noona
Published on 2010-06-13T10:06:45Z Indexed on 2010/06/13 10:12 UTC
Read the original article Hit count: 272

Filed under:
|
|
|

As a concluding assignment for the technologies taught in a data management course, we have to write a web application using the technologies taught throughout the course, this mostly includes xhtml, css, JSP, servelets, JDBC, AJAX, webservices. the project will eventually be deployed using tomcat. we are given the option of choosing the technologies that we see fit. since this is my first time developing a web application I am having some uncertainties about where to start, so for example now I am writing the object classes that will be used in the database and implementing the operations that will be performed on the database, but I am not sure about how to make these operations available to a client through the website, I mean I think I have to write a servlet through which I can extract the request parameters and set the response accordingly, but I would still like a more specific overview of what I am going to do, so if someone can link me to a tutorial with an example that makes use of these technologies while illustrating the stages of the design so that I can see how all these things are linked together in a web project.

thanks

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about jdbc