Common Questions
Can I pass Java Objects (instances) to a JSP?
- By Value: As a RAW containing the serialized image
- By Reference: Manage your own references using your own Ids and a static hashtable
- Consider using CORBA or EJB
What about other protocols?