Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Serialized JavaBean
Can a JSP page instantiate a serialized bean?
✍: FYICENTER.com
No problem! The useBean action specifies the beanName attribute, which can be used for indicating a serialized bean.
A couple of important points to note. Although you would have to name your serialized file like "filename.ser", you only indicate "filename" as the value for the beanName attribute. Also, you will have to place your serialized file within the WEB-INFjspbeans directory for it to be located by the JSP engine.
2007-04-03, 4875👍, 0💬
Popular Posts:
What is Native Image Generator (Ngen.exe)? The Native Image Generator utility (Ngen.exe) allows you ...
How To Create an Array in PL/SQL? - Oracle DBA FAQ - Introduction to PL/SQL If you want create an ar...
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...
What are some advantages and disadvantages of Java Sockets? Advantages of Java Sockets: Sockets are ...
Can you explain in brief how the ASP.NET authentication process works? ASP.NET does not run by itsel...