Ajax tutorial or book

2013-03-21 Thread Huff, Jerome P (IS)

I have been using CF for 8 years and now have a project that I think ajax will 
be great for, but I don't understand how to get started.  I have looked at some 
tutorials, but I don't understand where to place the CFC's that will return the 
ajax data...  Can anyone recommend a good book or tutorial  for a beginner.  We 
are running CF 9 if that matters.

Thanks

Jerome Huff



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355119
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ajax tutorial or book

2013-03-21 Thread Cameron Childress

On Thu, Mar 21, 2013 at 7:26 AM, Huff, Jerome P (IS) jerome.h...@ngc.comwrote:

 I have been using CF for 8 years and now have a project that I think ajax
 will be great for, but I don't understand how to get started.  I have
 looked at some tutorials, but I don't understand where to place the CFC's
 that will return the ajax data...  Can anyone recommend a good book or
 tutorial  for a beginner.  We are running CF 9 if that matters.


This is a pretty broad question. Typically you'd put the CFCs in your
webroot, just like a cfm file. If you are using a framework. or need some
security, you might end up putting them elsewhere.

-Cameron

...


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355120
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ajax tutorial or book

2013-03-21 Thread Mike Chabot

If you are interested in the AJAX features built into ColdFusion then the
best place to start would be the free Adobe CF manuals.
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/index.html
That is all that I used when learning how to use the features, along with
experimentation in code.

-Mike Chabot


On Thu, Mar 21, 2013 at 7:26 AM, Huff, Jerome P (IS) jerome.h...@ngc.comwrote:


 I have been using CF for 8 years and now have a project that I think ajax
 will be great for, but I don't understand how to get started.  I have
 looked at some tutorials, but I don't understand where to place the CFC's
 that will return the ajax data...  Can anyone recommend a good book or
 tutorial  for a beginner.  We are running CF 9 if that matters.

 Thanks

 Jerome Huff



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355121
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF10 - editing jvm.config

2013-03-21 Thread Earl, George

Is it ok to manually edit the jvm.config file in CF10? (after backing it up, of 
course)

We would like to change the Java File Encoding setting.

I ask because of the Note at the end of this section of the  'Getting Started 
with Tomcat in ColdFusion 10' on the Adobe ColdFusion Blog 
(http://blogs.coldfusion.com/post.cfm/getting-started-with-tomcat-in-coldfusion-10
 ):

Basic Directory structure Changes - the comparison between ColdFusion 9 and 
ColdFusion 10
1.

All the folders under ColdFusion9 --  ColdFusion10\cfusion
2.  ColdFusion9\runtime\jre --  ColdFusion10\jre
3.  ColdFusion9\runtime\bin\jvm.config --  
ColdFusion10\cfusion\bin\jvm.config
4.  ColdFusion9\runtime\lib\wsconfig (for connector configuration ) --  
ColdFusion10\config\wsconfig
5.  ColdFusion9\uninstall -- ColdFusion10\uninstall

ColdFusion10\config folder is created only in ColdFusion 10. So, what does it 
contain?
1.

Connector configuration files --  ColdFusion10\config\wsconfig
2.  Instances configured  --  ColdFusion10\config\instances.xml
3.  Clusters configured --  ColdFusion10\config\cluster.xml

Note :Dont manually change these above mentioned files.
I assume this Note applies to just the second set of files and not ALL of 'the 
above mentioned files' but I'd like to be sure before we proceed.

Thanks!

George






~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355122
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ajax tutorial or book

2013-03-21 Thread Gerald Guido

There is a bunch of stuff on Ray Camden's site.

http://www.raymondcamden.com/search.cfm?search=cfccategory=BDF5ED6A-19B9-E658-9D5AB2B5C94A6A95

It might take a bit to tease it out. You might want to take a look at Ben
Nadel's site and search for jQuery and CFC.

Here is one that I found. It might be a bit dense to get started but he
documents things nicely.
http://www.bennadel.com/blog/1515-Ask-Ben-Building-An-AJAX-jQuery-And-ColdFusion-Powered-Application.htm

That should get you going. Have fun!

G!


On Thu, Mar 21, 2013 at 7:26 AM, Huff, Jerome P (IS) jerome.h...@ngc.comwrote:


 I have been using CF for 8 years and now have a project that I think ajax
 will be great for, but I don't understand how to get started.  I have
 looked at some tutorials, but I don't understand where to place the CFC's
 that will return the ajax data...  Can anyone recommend a good book or
 tutorial  for a beginner.  We are running CF 9 if that matters.

 Thanks

 Jerome Huff



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355123
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 - editing jvm.config

2013-03-21 Thread george.e...@ssa.gov george.e...@ssa.gov

 Is it ok to manually edit the jvm.config file in CF10? (after backing 
 it up, of course)
 
 We would like to change the Java File Encoding setting.
 
 I ask because of the Note at the end of this section of the  'Getting 
 Started with Tomcat in ColdFusion 10' on the Adobe ColdFusion Blog 
 (http://blogs.coldfusion.com/post.
 cfm/getting-started-with-tomcat-in-coldfusion-10 ):
 
 Basic Directory structure Changes - the comparison between ColdFusion 
 9 and ColdFusion 10
 1.
 
 All the folders under ColdFusion9 --  ColdFusion10\cfusion
 2.  ColdFusion9\runtime\jre --  ColdFusion10\jre
 3.  ColdFusion9\runtime\bin\jvm.config --  
 ColdFusion10\cfusion\bin\jvm.config
 4.  ColdFusion9\runtime\lib\wsconfig (for connector configuration 
 ) --  ColdFusion10\config\wsconfig
 5.  ColdFusion9\uninstall -- ColdFusion10\uninstall
 
 ColdFusion10\config folder is created only in ColdFusion 10. So, what 
 does it contain?
 1.
 
 Connector configuration files --  ColdFusion10\config\wsconfig
 2.  Instances configured  --  ColdFusion10\config\instances.xml
 3.  Clusters configured --  ColdFusion10\config\cluster.xml
 
 Note :Dont manually change these above mentioned files.

 I assume this Note applies to just the second set of files and not ALL 
 of 'the above mentioned files' but I'd like to be sure before we 
 proceed.
 
 Thanks!
 
 George
 

Sorry about the bad formatting that transferred into my original post above. 

Our server admin says he routinely manually modifies the jvm.config file but he 
doesn't see where in this file to change the Java File Encoding setting. Does 
anyone know where to do that?

Thanks!

George

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355124
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 - editing jvm.config

2013-03-21 Thread Dave Watts

Hi, George!

 Is it ok to manually edit the jvm.config file in CF10? (after backing it up, 
 of course)

 We would like to change the Java File Encoding setting.

Yes, you can edit this file safely still. I just did it last week on a
CF 10 Solaris box, without any problems.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355125
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 - editing jvm.config

2013-03-21 Thread Dave Watts

 Our server admin says he routinely manually modifies the jvm.config file but 
 he doesn't see where in this file to change the Java
 File Encoding setting. Does anyone know where to do that?

You add it to java.args:

-Dfile.encoding=UTF8

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355126
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 - editing jvm.config

2013-03-21 Thread Paul Hastings

On 3/22/2013 1:39 AM, Dave Watts wrote:

 Our server admin says he routinely manually modifies the jvm.config file but 
 he doesn't see where in this file to change the Java
 File Encoding setting. Does anyone know where to do that?

 You add it to java.args:

*after* making a copy of the jvm.config file  putting it in a safe place ;-)



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355127
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm