Hello Gurus !
I am new in Java domain but the need of the project forced me to adopt it. I am
developing a web-based workflow application using swing applets and servlets. In
Swing to populate UI elemnts like JTable and JTree it is required to implement
data models classes. My idea is to initiate corresponding servlet from DataModel
classes of Swing UI elements and the servlet execute the query via JDBC and pass
the JDBC RecordSet object to calling DataModel class, where RecordSet object can
be used to implement all functions of DataModel.
My limited research reveled me that it is not possible to pass RecordSet object
b/c that does not implement Serializable interface but one can pass RecordSet
within Vector object.
Kindly suggests me the best approach or comments on the above-mentioned
approach.
Thanks in advance.
Regds.
Muhammad Azam
___________________________________________________________________________
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