On Sun, 20 Mar 2005 23:23:36 +0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Does anyone have a sample of a FB 4.1 app which calls Java Beans? Even some > code examples would be helpful. I am struggling with a demonstration of this > and am looking for some help.
Do you mean as in declaring <class> to alias a Java bean and <instantiate>ing and <invoke>ing it? If so, I suspect the answer is no, but it's no different to using a CFC (except you say type="java" instead of type="component" and you must specify constructor="init" - which you should be doing anyway with CFCs!). CFCs and Java classes are pretty much interchangable. -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6689 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
