开发者

Web and database programming with java [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 7 years ago.

Improve this question

I want to create a Java web application/applet/servlet that does this when the page loads:

Displays "Hello"

Under that, has a box to enter text

Under that, has a button that says OK.

When the user presses OK, I want the text to be saved, and then put into a Mi开发者_运维知识库crosoft Access database.

This is a vastly simplified version of my real program, but I believe that if I figure out these basic tasks I can complete my actual program. Thanks.


You can check the Java Servlet technology from the Java EE 6 tutorial. It has some examples at the end of each chapter(check the hello2 example at Part II chapter 3).

For the database you can check JDBC tutorial

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜