Hello,
I'm posting again a question about my project. So as I said before,
I'm building a project where the "look" of the input Form is generated
on the fly, with Session Beans. The session bean reads the appropriate
XML file and returns a Collection that just says what component I have to
add to the Form.

Now I'd like to go one step farther. Instead of returning a Collection that
merely says "JTextField","JComboBox"..etc I'd like rather to fill up
the collection with Swing Components. So the form is totally built
on the server side and all I have to do on the client side is to "pour"
the components on a JFrame.

Unfortunately weblogic seems to complain when I put Swing classes
in the Collection returned to client....I get strange error messages...
I thought maybe Swing components aren't serializable, but I checked
and they are!  Are there other reasons that prevent me to do it?
thanks
Francesco

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to