Thursday, May 2, 2013

CF, GlassFish, Oracle Express, etc. Installs

Run through ColdFusion 10 installation to produce an EAR file. Upload this file to create a new Application through the Glassfish administrator.

followed http://bpits.net/how-to-set-up-local-oracle-sql-database-in-3-steps/
Oracle Express Apex runs on 8080, so I needed to change Glassfish port using:
http://belial.pt/wp/en/how-to/the-best-way-to-change-glassfish-ports/

got started with cf on glassfish by following http://itreminder.blogspot.com/2010/03/deploy-coldfusion-89-on-glassfish-v3.html
still need to figure out the bundle tools for eclipse and how to debug, to read: http://dlc.sun.com.edgesuite.net/glassfish/eclipse/GF-Tools-for-Eclipse-Guide11.pdf

Download Model-Glue, Transfer-ORM (from riaforge as current link is dead), and ColdSpring. In the future may want to see about swapping Transfer-ORM with CF-ORM (Coldfusion ORM that has Hibernate integration?).

Reading http://www.coldspringframework.org/downloads/ColdSpring_Reference.pdf
gives hints on how the Java-beans spec works and provides a good into to IOC / DI.

Installed ColdSpring. Attempted to copy to http://localhost:8082/cfusion/test - continuing from itreminder blog above, but got error. Needed to unzip coldspring1-2-final.zip to "coldspring" in root cfusion context at C:\glassfish3\glassfish\domains\domain1\applications\cfusion\cfusion_war\. When that done, get valid page at http://localhost:8082/cfusion/coldspring/examples/quickstart/

No comments:

Post a Comment