Categories
Tags → Javabean How To

ExcelEverywhere for Java/JSP

Good-looking calculating JSP-page from Excel. Separate JavaBean with full source. 140 Excel-functions supported. No Excel needed on server. No Excel needed for the users of the JSP-pages. No programming, let the domain expert create the co...
DETAILS

Long-term persistence: Serialize JavaBean component state to XML

The ability to save the JavaBean component state for long-term persistence within an XML document has been a topic of much discussion with Java developers in the past few years. This feature has finally been adopted in the 1.4 version of J2SE. This a...
DETAILS

Calling a JavaBean from a JSP Page

This tutorial describes &<jsp:useBean&>, &<jsp:setProperty&> and &<jsp:getProperty&> tags and demonstrates how to call JavaBean from within a JSP page. Online demo available.
DETAILS

Using JavaBeans with JSP

JavaBeans are Java''s answer to Microsoft''s ActiveX components. A JavaBean is the architecture for using and building components in Java. A bean can be either a visual object meaning you can change the properties of a component by changing...
DETAILS
©2003-2019 jCay.com