Id suggest having a look at the spring web mvc stuff it can help you
simplify form submissions by mapping request params to objects so you
don't have to do, although there will be a slight learning curve.

Just my 2 pence :)

On 6/19/07, Kevin Wilhelm <[EMAIL PROTECTED]> wrote:
I'd take the approach with Servlets/JSP that handle user inputs. You could
in deed use tags for the inputs and process them with suitable controllers
in the logic tier. May be there are simpler ways to proceed with
questionaires.


----- Original Message -----
From: "Mohammed Zabin" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, June 19, 2007 9:42 AM
Subject: Re: Design


>I am using a Tag that render the whole questions, can i create another tag
> that deals with user request?
>
> On 6/19/07, Kevin Wilhelm <[EMAIL PROTECTED]> wrote:
>>
>> No!
>>
>> This sounds like a simple webapp to me. Just use some Servlet Container
>> (Tomcat) and have all of the presentation (JSP), business and persistence
>> things handled in ONE engine.
>>
>> ----- Original Message -----
>> From: "Mohammed Zabin" <[EMAIL PROTECTED]>
>> To: "Tomcat Users List" <users@tomcat.apache.org>
>> Sent: Tuesday, June 19, 2007 9:26 AM
>> Subject: Design
>>
>>
>> > Hi All
>> >
>> > I am developing an online exam site as a graduation project. I have
>> > some
>> > questions regardsing the design:
>> >
>> > 1. In such a program which is a web site that introduce some multiple
>> > choice
>> > questions, and shows the result of user answers, DO I HAVE TO USE EJB??
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to