| Author |
best way to collect data and put it in db
|
hesham katon
Ranch Hand
Joined: Dec 18, 2002
Posts: 82
|
|
Hello everybody, I am working in a "questionair" which is a many steps wizard I need to collect all the data then make a confirmation page then put them in a mySql db with my normal way ( getParameter() for each one) it will be difficult . also which session way i can use Thanks very much
|
Hesham Katon<br />SCJP 1.2<br />SCWCD 1.4<br />Better to light a candle than to curse the darkness
|
 |
hesham katon
Ranch Hand
Joined: Dec 18, 2002
Posts: 82
|
|
hello i think the best way to do this using "Front Controller" design pattern can any one help me with examples of Front Object Examples using in simple wizard like this specially jsp front objects thanks in advance
|
 |
Al Petersen
Greenhorn
Joined: Nov 27, 2004
Posts: 9
|
|
You could use Struts and a session-scoped form bean. As a user goes through the screens, the form bean is filled with data. Then at the end, you pass the data to the business tier for persistence. - alan
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26168
|
|
|
Moving to servlets since the question is more about collecting data than putting in database.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: best way to collect data and put it in db
|
|
|