| Author |
conversion of html to java
|
srinivasa varadhan
Greenhorn
Joined: Oct 03, 2003
Posts: 19
|
|
hi all, please help me in converting the html form to java , the data will be filled in html form which i have to read from and store it in database using java.
|
Srini...
Torch your Thoughts....
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
What is so hard about it? You submit the form to a jsp page where it gets the values. there you run SQL to put it in the database.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
I'd advocate a servlet over a JSP, but essentially, yes. You will find the Servlets and JSP forums near the top of the forums list. bear
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: conversion of html to java
|
|
|