Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Hugo Sombreireiro #1
Portlet Support
Hi guys,
I'm building a portal interface with CFMX 7 Enterprise and my customer wants
to support JSR186 portlets on this portal. Any ideas on how to support them?
Any help appreciated.
Regards
Hugo
Hugo Sombreireiro Guest
-
Does FMS 2 support UDP?
Hello all, I'm looking for some clarification here - I'm a Director developer and sending info across the network with UDP instead of a reliable... -
Does FMS support JSP?
JSP, Servlet or J2EE?:confused; -
UTF support in SWF
Hi, I have a question. Do we have UTF support in Flash MX 2004 Or in Flex 2? Like I want to type language in Arabic and want to see in SWF.... -
I want FMS support P2P.
In the next version, can we get the function? -
UTF-8 Support
I'm using FileIO to import a text file, after which I process it in certain ways and use FileIO to export the text to a new text file. This works... -
WebDev #2
Re: Portlet Support
First, the portlet specification is JSR-168 (JSR-186 is an API for
Presence)
You can use a java portlet in your coldfusion using:
portlet = CreateObject('java','com.foo.MyPortlet').init()
and could call its exposed methods, i.e.
portlet.processAction('getUsers');
portlet.render();
should work. be sure to use JavaCast() when passing arguments with
datatypes other than string.
WebDev Guest



Reply With Quote

