Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Java & Cold fusion

    Hi

    I am new to Cold fusion and dreamweaver . I am building a Web System which
    will create web report from the data from our databse My Compnay has deceided
    to use coldfusion and java for this project . I want to use real java on the
    web reporting system but like to build the website in Coldfusion .I need to
    know the following information about coldfusion

    A> How to intergrade Coldfusion with Java ( J2EE)
    B > Do I have to install Java on both Web server and on My workstation
    C> Can I write program in Java SDK and connect it to the web interface that
    is been done with coldfusion
    D > Can I USE JDBC to get data from our databse to create the reports

    Once again I am new to coldfusion . I have java experience but do not know how
    to integrate Java with coldfusion

    Your help is appreciated

    Thank you


    kmandal Guest

  2. Similar Questions and Discussions

    1. Migrating from Cold fusion 5 to Cold fusion 7
      Hi, I am facing problem while migrating from CF 5 to CF 7. Please let me know is there any tool is available to Migrate from CF5 to CF 7.
    2. Cold Fusion doesn't run
      I went to Control Panel, Administrative tools, services, and clicked to startt cold fusion and got an error message no 2. Macromedia provides no...
    3. cold fusion mx 7 and java
      Hi, I am about to develop an extranet application and thought that it would be wise to develop the entire application in java, and use coldfusion...
    4. ASP.NET vs Cold Fusion
      Hello, My boss is considering the purchase of a calendar/scheduler program for our school district, and part of the setup calls for the...
    5. Java and Cold Fusion with DreaweaverMX
      Did you define the DSN in CF Administration? Even though you defined it in Win XP ODBC manager you still need to be sure it is defined in CFMX. Try...
  3. #2

    Default Re: Java & Cold fusion

    Hiya, First, ColdFusion is real Java. :) A) Deploy CF in the J2EE environment
    of your choice. JRun comes bundled with the Enterprise edition, and I just
    today deployed a CF MX application in Oracle Application Server. The
    instructions for this will depend on which J2EE environment you go with. B)
    Not sure I understand this one, but the Dreamweaver doesn't need anything else
    besides itself to work. C) I think the answer to this one is that CF can
    access Java objects pretty easily - use the CFOBJECT tag D) Since CF MX is a
    Java application, it uses JDBC to communicate with databases best o' luck

    Superflyc Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139