CFML on OpenBD under Goolge App Engine is great but what is you also want to leverage some existing java or write and use new java code?
Well it's really easy. In some earlier posts I made some simple java classes and compiled to a jar. I thought I would use the exact same jar and code to demonstrate the same concept on OpenBD on GAE.
Take the compiled jar ( Test.jar ) and drop it into: {openBDGAEProject}/war/WEB-INF/lib
Add the code into a .cfm
Deploy to google
That's it.
You can see the code in action here: http://pcfflex.appspot.com
index.cfm:
Original Java files can be found here.
0 comments:
Post a Comment