> Hi, everyone. A client of mine is telling me that their hardware > providers may have force them to switch their site (written in > ColdFusion) to WebLogic. To be honest, I hardly know what that means. > I have seen that ColdFusion can be made to run in WebLogic, but the > client may not have that option.
Their hardware providers? That's pretty strange - it seems to me that this would be a tremendous burden for them to place on their customers. Perhaps your client should seek a new hardware provider. But in any case, CFMX Enterprise can run on WebLogic, when installed using the J2EE installation option. > What language would that be? Java? If so... Yes. More specifically, your web applications would be written in Java as servlets and/or JSP pages, primarily. > Someone told me that because MX runs with Java underneath, there > is a way to "unwrap" ColdFusion code to get at the Java underneath, > thereby allowing me to switch over without rewriting the code from > scratch. Is this true? Easy? Impossible? No, you'll have to rewrite your application. With CFMX 6.0, you could get at the Java source code generated by CF pages, but with newer versions of CFMX this isn't accessible any more, since your CF pages get compiled directly to Java bytecode, bypassing the Java source code. But even if you could get to that, it wouldn't be very maintainable, so for all practical purposes you'd have to rewrite it anyway. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:4:222868 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

