Hi,
I am evaluating IDEs (Visual Cafe, Visual Age, JRun, SilverStream and soon
JBuilder) and wanted to opinions on the best IDE to use.
Thanx
N
-----Original Message-----
From: Kate Hocking [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:31 AM
To: [EMAIL PROTECTED]
Subject: Re: When is a bean not a bean (the bean is now a bean:)
Hi all,
The error message in JRun was not invalid...just hugely misleading.
My mistake was to bind an object to "request" in the servlet
and state "session" as my scope in the jsp
...and not implement serializable on my bean class.
FIX:
bind a *serializable object* (ie my simple bean class) to the *session
object* in the servlet and instantiate the object within the .jsp with a
matching scope of *session*
<usebean> tag now works as it should under JRun 3.0 Prof. ed.
Thanks to all who replied:)
Kate
-----Original Message-----
From: Catherine Jung [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 8 November 2000 21:12
To: [EMAIL PROTECTED]
Subject: Re: When is a bean not a bean
> I do not need to implement transactions/dealocking et al.
>
> So I want to use JRun Professional.
> Call the <usebean> tag
> ...and you get an error message saying that you need to purchase the
> Enterprise edition.
>
If usebean tries to use an Enterprise bean that isn't what you want
anyway, Enterprise beans involve a lot more than a single class with get
and set methods.....
Catherine
___________________________________________________________________________
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
____________________________________________________________________________
________________________________________
IMPORTANT: This email is intended only for the use of the individual or
entity named above and may contain information that is confidential and
privileged. The views expressed in this e-mail are those of the author and
not of the company unless otherwise clearly indicated. When addressed to
our clients, any information or quotes contained in this e-mail are subject
to the terms and conditions relevant at that time to the matter being
addressed. If you are not the intended recipient and have received this
e-mail in error, please notify us immediately by return email or telephone
+61 8 93235555 and delete the e-mail and any attachments without using or
disclosing the contents in any way. If you are not the intended recipient
any dissemination, distribution or copying of this e-mail is strictly
prohibited. Before opening or using attachments, check them for viruses and
defects. Our liability is limited to re-supplying any affected attachments.
___________________________________________________________________________
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
___________________________________________________________________________
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