> Can anyone tell me a good book on creating "backends" with
> java and using them like we use CFCs?

If you are talking about pojos (Plain Old Java Objects) , you just need a
good java book, or go though the tutorial on the java.sun.com site. Learn
the basics or java first and then worry about using them in CFMX.

If you are talking about EJBs or Servlets, you'll need to get familiar with
J2ee, again get a good book or tutorial.
 Learn the basics of j2ee first then look at the CFMX intragration. You'll
need a java servlet container or EJB container. I recommend Tomcat
http://jakarta.apache.org/tomcat/index.html and Jboss www.jboss.org

When u get to CFMX Integration, look at bens book
http://www.forta.com/books/0321129482/ which is ok. There are lots of
article on the MM site too.

> Also, if we do that... will they be as "accessable" as the CFCs?
> (ColdFusion, WebServices, FlashRemoting, ect.)

You can create cfc wrappers around the pojos if you want to.


WG


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

Reply via email to