> >>> Gary Wesley <[EMAIL PROTECTED]> 10/21/99 3:53:11 PM >>>
>
> >I am wanting to build a 3-tier system with a Swing GUI for
> >accessing Oracle. I think I need
> >1) Swing Applet to gather the query and display table
> >2) Servlet to access DB with JDBC
> >3) A way to communicate between (give query, get resultSet)
>
> My advice is drop the Swing altogether and use JSP pages - this will
> be a whole lot simpler and tens of thousands times quicker.
>
> Nic Ferrier
>

I agree with Nic on the whole, at least when it comes to presenting the
content of the database. But an applet can be a good idea for the
administrator-roles, if the updatings are complicated. It can be a whole lot
easier to program an applet that looks like an ordinary database-form, if
the dependencies etc in the database are complicated, than trying to express
that in a stateless weblike way. It can reduce the amount of
request-response pairs.

/O

___________________________________________________________________________
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