Coldfusion and J2EE
Apr 12
Normally, different language of web programmings are not easy to integrate in the same web page. Although you want to integrate two programming languages in the same webpage, you gotta separate such coding in different portion in
2<myrand:number id="randPass" range="000000-999999" algorithm="SHA1PRNG" provider="SUN" />
3<cfset myPassword = randPass.random>
4<cfoutput>
5Your password is #myPassword#<br>
6</cfoutput>
Big Credit to : http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/Java3.htm#1134309

Android
Top of Page