Re: railo and Ext

2009-07-08 Thread davidmcgui...@gmail.com

That is spectacular. Now if we only knew the CF 9 projected release date...

-- Sent from my Palm Pre
Adrocknaphobia wrote:


You know we've updated all the CF9 controls to Ext 3.0+ which integrates
really well with jQuery. Since we have a commercial agreement with Ext, you
can use the Ext libraries anyway you like without having to purchase
anything else. CFBuilder will have code insight for Ext, JQuery and other
JavaScript frameworks too.
-Adam

On Wed, Jul 8, 2009 at 5:37 PM, David McGuigan wrote:

>
> I was actually kidding. But as for me, no, I use Adobe ColdFusion
> exclusively. I actually had a bunch of apps that made extensive use of Ext,
> but have recently migrated them all to jQuery which I now also use
> exclusively.
>
>
> On Wed, Jul 8, 2009 at 2:36 PM, Don L  wrote:
>
> >
> > well, if you consider ColdFusion and cfml engine are in the same
> category,
> > it's not.  And probably this NG may also evolve... just a thought.  But
> more
> > importantly, do you?  And I would certainly be glad to talk off this NG
> as
> > well, donli at yahoo dot com
> >
> > >Kind of a personal question.
> > >
> > >-- Sent from my Palm Pre
> > >D
> > >
> > >
> > >Anyone here using Ext with railo?
> > >
> > >Thanks.
> > >
> > >Don
> > >Chunshen Li
> >
> >
>
> 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324366
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo and Ext

2009-07-08 Thread davidmcgui...@gmail.com

Kind of a personal question.

-- Sent from my Palm Pre
Don L wrote:


Anyone here using Ext with railo?

Thanks.

Don
Chunshen Li 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324351
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: DSN is Saving CF Query Ops to Wrong Database?

2009-07-06 Thread davidmcgui...@gmail.com

Maybe. Make sure each of your applications has its own namespace by using 
this.name in Application.cfc, otherwise they'll share ( and overwrite eachother 
) anything you put into the application scope across the entire JVM if I 
remember correctly. In this case the pointer to a datasource or the reference 
if the datasource name is identical.


-- Sent from my Palm Pre
Matthew Reinbold wrote:


I'm dealing with some real oddness today and I was wondering if anybody else 
has seen something similar. 

We have a development environment and a test environment. Each environment has 
its own database on the same instance of SQL Server (9.04.3042). So the 
database that dev hits is named "DEV" and test runs their code against a 
database named "TEST". 

There are also separate ColdFusion server instances, again one for dev and 
another for test. The DSN used for queries used throughout the application are 
the same, "MYDB" but on the dev instance the application DSN is pointed to the 
DEV table. Likewise, the test instance has a DSN of "MYDB" but its pointed at 
the Test table. 

Today a number of tests on the test instance were failing. Examining the test 
table showed that no actions had taken place. Upon examination, it appears that 
the Test instance had been writing and reading data to the Dev database, 
despite the settings in the ColdFusion administrator. Subsequent server 
restarts did not result in different behavior.

Has anyone seen anything like this? Is it possible for SQL Server to cache some 
user information? How can I find more information about what might be going on?

Matthew Reinbold
Creative Principal, Vox Pop Design, http://voxpopdesign.com
Manager, Salt Lake ColdFusion User's Group, http://slcfug.org 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324268
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4