Hi Folks:

I am a newbie to struts so please excuse my ignorance.    Can I ask advice
or get comments from the struts gurus on this list?

What is the best way to do a client/server application from within struts?
Do you have your JDBC calls primarily on the server side in your Model
(Business) objects and then "serve" the data up to your JSP pages?

Is JDBC from within the model beans the best way with which to perform
database calls from within a struts application?    Or is there some other
kind of tool/package that is preferred (ie, similar to what entity beans do
for EJB)?

Do you try and avoid (at all costs) situations where you're keeping
resultsets open between requests and such?     is there a web-site that
discusses the best way to do database applications from within the Struts
framework?

We'd like to duplicate our JFC/Swing application by which we log in and
create a user-profile object to be shared amongst all of our pages.   I'm
thinking with struts our user-profile object could be a JavaBean with
session-scope that can be accessed amongst all pages.   But would this bean
and other objects associated be able to use JDBC as a "clean" approach to
doing database applications with struts?

We looked at dbtaglib but don't want to use that as we want our SQL's and
business logic to be contained within beans rather than on the JSP pages.
We will consider using dbtaglib for simple things like reports and other
queries that we can throw together for users.

thanks again for any help or comments,
Theron Kousek


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to