Hi:

> Hi All,
>     We have an application that we are planning to "Browser enable".
>
>      This application generates huge reports with thousands of records.
>       Q1) Which is the best way to generate these reports (on the
> browser)?
>         Is there any Framework available for generating such reports ?
> (Let
> me concentrate
>         on other important issues, than spend my time on formatting
> reports).
>
        There are a number of various approaches:

        JSP - Which is similar to ASP in that you embed code and HTML
together.
        WebMacro and FreeMarker - Which use templates to generate your HTML.
This is the approach that I use coz it keeps presentation seperate from
logic.

>         Q2) We also need to do field level verification as and when the
> user
> is inputting data (even before the user submits the form. For example the
> verification is to be done when there is a change of focus). For
> verification we have to go back to  the database (The input data is
> validated against some existing records in the database).
> In the prototype we had build we had used Java applets and in it we were
> calling ASP scripts to access the Database but it is extremly slow.  Is
> there any other way/architecture  to increase the speed (using Servlets,
> etc
> ...).
>
        Not really, at least not if you are going to stick with a web based
approach.  Maybe someone else has more input on this one.



        Chris Gow
        [EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to