Re: ColdFusion 8 and JasperReports?

2008-03-19 Thread denstar
On Tue, Mar 18, 2008 at 6:36 AM, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote:
> New job uses JasperReports for their PDF report generation.  They're
>  running a Tomcat server to provide the services on a different port.
>  While digging around I found messages and blog posts pointing to the
>  fact that CF7 (and by assumption CF8) use JasperReports for the
>  CFReport functionality, is this correct?

Ja, but with CF7 it's an old version, and there are library conflicts
with the newer stuff.

I think I found a way to run it on CF8, using a classloader, but it's
untested.  And I don't even know what version 8 has, or if it's still
in there, even.  I switched to using JasperServer, which has been just
freaking awesome.

That, my friend, is the way to do reports!

Offload that busywork to another server, and hopefully, the
replication database or something.

>  If it is, how difficult would it be to migrate the existing reports to CF8?

If you're thinking "convert them into CFREPORT reports", I don't know
how possible that is.

You could probably get CF to read the .JRXML files (or the jasperpring
files, etc.) and generate/fill the reports without too much hastle--
I've got plenty of example code and whatnot, that doesn't exemplify
best practices, but does get the job done.  Compiling/filling reports,
using a DSN, or passing in SQL/queries...  I got so into it for a
while I was storing the compiled reports in the DB...

But the real answer is: don't.

You want that report server (I'm assuming it's jasperserver that's
running?) doing it's thing, without needing CF.  Reports, and
especially nifty reports, can freaking bog a lively system dwn.
Best to, as I said, have the report server be pulling it's data from a
separate, replicated db, even.

Stick to using jasperserver, and just use the webservice to pull stuff
into CF.

I've got some code that will do that; run reports from the webservice.
 Just give it a resource URL and user credentials, and pick the
format.

I just finished a lazy-loading tree to traverse the directory
structure of the report repository, too, that you're welcome to.
Let's folks drill down through the folders, and pick their report.
Guess I'll add check-boxes, eventually, to handle multiples...

The tree is using the dojo 1.0 JS library, which freaking roxerz.

I've been meaning to give the jasperserver webservice code a once over
and put it somewhere public, like frameworkforge (I've already got an
MG actionpack using it), but simply haven't done so as yet.

If you've got any questions, I love to share what I know, especially
about things like jasperserver, which have made my life waaay easier.

You know iReport ties right into it's repository?  iReport is a swell,
just swell GUI report builder.
And it's cross-platform (java).  :-)

-Denny

--
Wolverines!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301629
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Extra Level of Security Information

2008-03-19 Thread denstar
On Mon, Mar 17, 2008 at 6:00 PM, Mike Chabot <[EMAIL PROTECTED]> wrote:
> There are numerous ways to secure a server. I'm having trouble
>  envisioning what support for a hardware token would add. Is this
>  related to preventing people from logging into a Web site unless a
>  device is plugged into the computer, or is this somehow related to the
>  process that delivers the raw data to the media?

OTP with cell phones/PDAs sounds cool.

http://en.wikipedia.org/wiki/One-time_password

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301628
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-19 Thread Azadi Saryev
+1 to Andrew Scott. Very good summary.

Basically, if you are planning to build a whole RIA based on ajax ui and
functionality - and Flex is not your cup of tea - go for ExtJS.
If you are just looking to add some nice 'ajaxy' features to oyur site -
i.e. unobtrusive js popups, content replacement without page refresh,
slideshows, etc - then I suggest you look for those specific features
you want in several js frameworks and their plugins and decide which one
has the best look and functionality for you and go for that one.
I personally favour jQuery, mostly for its simplicity.
There is nothing wrong with mixing a few frameworks on the same site for
different tasks/functionality - it is just may be a bit harder to
maintain later...

my 0.02c...

hth

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Andrew Scott wrote:
> You really are going to open a can of worms here, but I think it is what
> fits your needs.
>
> Each of the frameworks have their own pros/cons to what you wish to achieve,
> and that is going to be the best question to ask yourself first.
>
> I have done some serious extJS, Dojo work and both have been very easy to
> learn and pickup. But they are not the frameworks I would use if you were
> not going to develop a heavy UI site/application.
>
> jQuery gains a lot of ground for its simpleness, as does mootools. Spry I
> here good things about, but have never used it myself.
>
> So the answer would be this, if you are after a very RIA experience and are
> not going to go the Flex way then my choice would be extJS 2.02 overall. If
> you are looking for minimal RIA as a way to enhance a website experience
> then jQuery/Spry/Mootools might be for you.
>
> So it would be best in my opinion to learn as many as you can. Fundamentally
> they all do the same thing in principle, and if you are good at JS then all
> are going to be easy to learn.
>
> Also if you haven't seen this website before, then I suggest you add this to
> your RSS feeds as it is a very valuable resource site.
>
> www.ajaxian.com
>
>
>
> Andrew Scott
> Senior Coldfusion Developer
> Aegeon Pty. Ltd.
> www.aegeon.com.au
> Phone:�+613 �9015 8628
> Mobile: 0404 998 273
>   

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301627
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: "Voodoo" programming case one

2008-03-19 Thread Don L
>> Thanks.  As I indicated in my very first post, it was working (at that
>> point I did not test it with IE6 though). Later I tested with IE6, and
>> it seems fine as well.  I was curious to know if there's a better
>> approach... It's good to know you endorse this approach as well.
>
>Well... I guess it's like everything else: there are a thousand ways to do
>anything and what makes them "better" will change depending the need.
>
>For pure speed not much is going to improve upon Isaac's single line of code
>and one DOM change.  But it does require some pre-work.  There are other
>ways to do the same thing where the table in question needs no prior set up.
>
>One script could accepts a DOM reference to a table and do all the work.  It
>could - just by looping over the DOM -  add a link or control to the headers
>to collapse the columns, add all of the style information needed, all of the
>event information, etc.
>
>This would be more complex, but in the end you'd have a simple-to-use script
>that could add this functionality to ANY table with a single line of code
>(and NO manual changes to the table).  You could also add in row sorting,
>cell selection, etc - any features you want.
>
>This would definitely be "better" in the sense of being more encapsulated,
>more portable and more reusable.
>
>Jim Davis
Yes.  Especially on "This would be more complex, but in the end you'd have a 
simple-to-use script that could add this functionality to ANY table with a 
single line of code (and NO manual changes to the table).  You could also add 
in row sorting,
cell selection, etc - any features you want. This would definitely be "better" 
in the sense of being more encapsulated, more portable and more reusable.".  It 
makes sense, in the meantime, as you may have implied, I would have to weigh on 
spending time on what's most important... (opportunity cost).  Thanks.






~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301626
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-19 Thread Mike Chabot
It depends on what your goals are and what your programming background
is, since each library is targeted at a different audience and does
different things. If you just want to pick one to get started, I would
recommend jQuery since it is light weight, easy to use, has lots of
plug-ins, is actively supported, and it very popular. Spry, Ext,
Yahoo, and script.aculo.us are also popular in the ColdFusion world.
Of those I would be hesitant to use Yahoo, since the controls have a
reputation for being slow and there is a good chance that the people
that support that library will be axed when Microsoft completes the
takeover.

If you program Web applications more than Web sites, you might want to
take a look at Adobe Flex, since it is more powerful than any Ajax
library.

-Mike Chabot

On Wed, Mar 19, 2008 at 10:49 PM, Ali <[EMAIL PROTECTED]> wrote:
> Hi: I decided to use a JS library/framework to enhance the UI of my sites. I
> googled a lot and found out that there are many of them. I make a short list
> here:(thanks to google and wikipedia)
>
> Google Web Toolkit, AJILE, Backbase, CssQuery, Dojo, Toolkit, mootools, Ext,
> JQuery, MochiKit, Moo.fx, OpenLink AJAX Toolkit, Prototype,   Qooxdoo,
> Rialto Toolkit, Rico, script.aculo.us, SmilScript, Spry framework, Yahoo! UI
> Library
>
> These where what I found. I believe there are some more out there that I
> couldn't find. My question is: Which one will help me as a beginner in using
> such libraries/frameworks plus has a future plus has good compatibility with
> Coldfusion. I know that CF8 has some EXT 1.0 integrations and YUI and I
> heard a lot about Jquery. But I really appreciate it if you write you
> opinions about each of the libraies I listed. What I really need is a
> simple, light and powerful one that gives me better client-side effects and
> form options(for example validation).
> Thanks
> Ali
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301625
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: many JS libraries are out there, which one for CF8 is the question.

2008-03-19 Thread Andrew Scott
You really are going to open a can of worms here, but I think it is what
fits your needs.

Each of the frameworks have their own pros/cons to what you wish to achieve,
and that is going to be the best question to ask yourself first.

I have done some serious extJS, Dojo work and both have been very easy to
learn and pickup. But they are not the frameworks I would use if you were
not going to develop a heavy UI site/application.

jQuery gains a lot of ground for its simpleness, as does mootools. Spry I
here good things about, but have never used it myself.

So the answer would be this, if you are after a very RIA experience and are
not going to go the Flex way then my choice would be extJS 2.02 overall. If
you are looking for minimal RIA as a way to enhance a website experience
then jQuery/Spry/Mootools might be for you.

So it would be best in my opinion to learn as many as you can. Fundamentally
they all do the same thing in principle, and if you are good at JS then all
are going to be easy to learn.

Also if you haven't seen this website before, then I suggest you add this to
your RSS feeds as it is a very valuable resource site.

www.ajaxian.com



Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273




-Original Message-
From: Ali [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 20 March 2008 1:50 PM
To: CF-Talk
Subject: many JS libraries are out there, which one for CF8 is the question.

Hi: I decided to use a JS library/framework to enhance the UI of my sites. I
googled a lot and found out that there are many of them. I make a short list
here:(thanks to google and wikipedia)

Google Web Toolkit, AJILE, Backbase, CssQuery, Dojo, Toolkit, mootools, Ext,
JQuery, MochiKit, Moo.fx, OpenLink AJAX Toolkit, Prototype,   Qooxdoo,
Rialto Toolkit, Rico, script.aculo.us, SmilScript, Spry framework, Yahoo! UI
Library

These where what I found. I believe there are some more out there that I
couldn't find. My question is: Which one will help me as a beginner in using
such libraries/frameworks plus has a future plus has good compatibility with
Coldfusion. I know that CF8 has some EXT 1.0 integrations and YUI and I
heard a lot about Jquery. But I really appreciate it if you write you
opinions about each of the libraies I listed. What I really need is a
simple, light and powerful one that gives me better client-side effects and
form options(for example validation).
Thanks
Ali




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301624
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-19 Thread Barney Boisvert
CF is a server-side language, while JavaScript is a client-side
language.  As long as you have a data interchange format (JSON, XML,
etc.) that both support, you're golden.  Some toolkits, like GWT or
DWR (not on your list), are centered around a more unified
server/client side application and force your hand on both sides of
the interchange, but in general, the two halves are pretty distinct
from each other.

Short answer: pick whatever you want - using CF on the server side is
nearly irrelevant.

cheers,
barneyb

On Wed, Mar 19, 2008 at 7:49 PM, Ali <[EMAIL PROTECTED]> wrote:
> Hi: I decided to use a JS library/framework to enhance the UI of my sites. I
>  googled a lot and found out that there are many of them. I make a short list
>  here:(thanks to google and wikipedia)
>
>  Google Web Toolkit, AJILE, Backbase, CssQuery, Dojo, Toolkit, mootools, Ext,
>  JQuery, MochiKit, Moo.fx, OpenLink AJAX Toolkit, Prototype,   Qooxdoo,
>  Rialto Toolkit, Rico, script.aculo.us, SmilScript, Spry framework, Yahoo! UI
>  Library
>
>  These where what I found. I believe there are some more out there that I
>  couldn't find. My question is: Which one will help me as a beginner in using
>  such libraries/frameworks plus has a future plus has good compatibility with
>  Coldfusion. I know that CF8 has some EXT 1.0 integrations and YUI and I
>  heard a lot about Jquery. But I really appreciate it if you write you
>  opinions about each of the libraies I listed. What I really need is a
>  simple, light and powerful one that gives me better client-side effects and
>  form options(for example validation).
>  Thanks
>  Ali
>
>
>  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301623
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-19 Thread Ricardo Russon
I recommend Ext, and would suggest avoiding yahoo's.

I havent used that many, but the Ext lib seems complete and configurable.
Yahoos has a few bugs and is much harder to customise beyond what they have.

Thats not to say you cant, but you will need to dig deep into their scripts
for changes.

I have had to fix several bugs with their calendar and slider to use them.
I think the calendar was beta anyway, though.

I am in the middle of implimenting ext in a large project (or atleast
overseeing the implementation of) and so far its all good.
But it was their js desktop demo that won me over.




On Thu, Mar 20, 2008 at 12:49 PM, Ali <[EMAIL PROTECTED]> wrote:

> Hi: I decided to use a JS library/framework to enhance the UI of my sites.
> I
> googled a lot and found out that there are many of them. I make a short
> list
> here:(thanks to google and wikipedia)
>
> Google Web Toolkit, AJILE, Backbase, CssQuery, Dojo, Toolkit, mootools,
> Ext,
> JQuery, MochiKit, Moo.fx, OpenLink AJAX Toolkit, Prototype,   Qooxdoo,
> Rialto Toolkit, Rico, script.aculo.us, SmilScript, Spry framework, Yahoo!
> UI
> Library
>
> These where what I found. I believe there are some more out there that I
> couldn't find. My question is: Which one will help me as a beginner in
> using
> such libraries/frameworks plus has a future plus has good compatibility
> with
> Coldfusion. I know that CF8 has some EXT 1.0 integrations and YUI and I
> heard a lot about Jquery. But I really appreciate it if you write you
> opinions about each of the libraies I listed. What I really need is a
> simple, light and powerful one that gives me better client-side effects
> and
> form options(for example validation).
> Thanks
> Ali
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301622
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: "Voodoo" programming case one

2008-03-19 Thread Jim Davis
> -Original Message-
> From: Don L [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 19, 2008 11:08 PM
> To: CF-Talk
> Subject: Re: "Voodoo" programming case one
> 
> 
> Thanks.  As I indicated in my very first post, it was working (at that
> point I did not test it with IE6 though). Later I tested with IE6, and
> it seems fine as well.  I was curious to know if there's a better
> approach... It's good to know you endorse this approach as well.

Well... I guess it's like everything else: there are a thousand ways to do
anything and what makes them "better" will change depending the need.

For pure speed not much is going to improve upon Isaac's single line of code
and one DOM change.  But it does require some pre-work.  There are other
ways to do the same thing where the table in question needs no prior set up.

One script could accepts a DOM reference to a table and do all the work.  It
could - just by looping over the DOM -  add a link or control to the headers
to collapse the columns, add all of the style information needed, all of the
event information, etc.

This would be more complex, but in the end you'd have a simple-to-use script
that could add this functionality to ANY table with a single line of code
(and NO manual changes to the table).  You could also add in row sorting,
cell selection, etc - any features you want.

This would definitely be "better" in the sense of being more encapsulated,
more portable and more reusable.

Jim Davis


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301621
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


many JS libraries are out there, which one for CF8 is the question.

2008-03-19 Thread Ali
Hi: I decided to use a JS library/framework to enhance the UI of my sites. I
googled a lot and found out that there are many of them. I make a short list
here:(thanks to google and wikipedia)

Google Web Toolkit, AJILE, Backbase, CssQuery, Dojo, Toolkit, mootools, Ext,
JQuery, MochiKit, Moo.fx, OpenLink AJAX Toolkit, Prototype,   Qooxdoo,
Rialto Toolkit, Rico, script.aculo.us, SmilScript, Spry framework, Yahoo! UI
Library

These where what I found. I believe there are some more out there that I
couldn't find. My question is: Which one will help me as a beginner in using
such libraries/frameworks plus has a future plus has good compatibility with
Coldfusion. I know that CF8 has some EXT 1.0 integrations and YUI and I
heard a lot about Jquery. But I really appreciate it if you write you
opinions about each of the libraies I listed. What I really need is a
simple, light and powerful one that gives me better client-side effects and
form options(for example validation).
Thanks
Ali


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301620
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: "Voodoo" programming case one

2008-03-19 Thread Don L
>> Thanks.  You're right, using class is a standard approach, however, the
>> new CFWINDOW tag is nice but quite picky and I have more than one
>> cfwindow on the same page, so, inline js tends to work better for my
>> case...
>
>Well... you can change just the width property of the column as easily as
>you can change the class name using the script Isaac provided (actually, at
>worst, you'd need to loop over the cells and set the width... but you should
>be able to do that to just a single cell and have it work).
>
>You don't NEED to use classes.  But they do make it simpler to understand.
>
>Also note that while, technically, style declarations should be in the HEAD
>all major browsers (and all minor ones that  I know of) accept them inline
>as well.  So inline away!
>
>Note that IE 6 has a weird behavior in some cases (specifically where you're
>"including" new content into a container on a page).  If it looks like your
>included content is ignoring style declarations try moving the style
>information to the bottom of the page.  I describe the issue here:
>
>http://www.depressedpress.com/Content/Development/JavaScript/Articles/Quirk_
>IncludeStyles/Index.cfm
>
>Jim Davis

Thanks.  As I indicated in my very first post, it was working (at that point I 
did not test it with IE6 though). Later I tested with IE6, and it seems fine as 
well.  I was curious to know if there's a better approach... It's good to know 
you endorse this approach as well.








~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301619
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Flash Remoting and CF

2008-03-19 Thread Dave Watts
> > I don't think Flash does queries. It does as your Flash guy 
> > says, send a request and receives responses - that is Flash remoting. 
> > So yes, you should write CFCs that Flash will send requests to.
> 
> What about this: http://www.devx.com/webdev/Article/30638 

What about it? In that article, the author creates a custom Java application
that uses JDBC, then uses XMLSocket in Flash to talk to it. Flash is not
connecting to a database directly.

It's actually possible for Flash to connect directly to a MS SQL Server 2000
database, because you can set up an IIS component (provided by Microsoft)
that exposes your database to XML dataset requests.

Both of these are horrendously bad ideas, from security and maintenance
perspectives.

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

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301618
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: "Voodoo" programming case one

2008-03-19 Thread Jim Davis
> -Original Message-
> From: Don L [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 19, 2008 7:38 PM
> To: CF-Talk
> Subject: Re: "Voodoo" programming case one
> 
> Thanks.  You're right, using class is a standard approach, however, the
> new CFWINDOW tag is nice but quite picky and I have more than one
> cfwindow on the same page, so, inline js tends to work better for my
> case...

Well... you can change just the width property of the column as easily as
you can change the class name using the script Isaac provided (actually, at
worst, you'd need to loop over the cells and set the width... but you should
be able to do that to just a single cell and have it work).

You don't NEED to use classes.  But they do make it simpler to understand.

Also note that while, technically, style declarations should be in the HEAD
all major browsers (and all minor ones that  I know of) accept them inline
as well.  So inline away!

Note that IE 6 has a weird behavior in some cases (specifically where you're
"including" new content into a container on a page).  If it looks like your
included content is ignoring style declarations try moving the style
information to the bottom of the page.  I describe the issue here:

http://www.depressedpress.com/Content/Development/JavaScript/Articles/Quirk_
IncludeStyles/Index.cfm

Jim Davis


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301617
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 Performance Problems?

2008-03-19 Thread James Holmes
Is debugging or server monitoring switched on for the CF8 server?

On Thu, Mar 20, 2008 at 5:05 AM, Annie x <[EMAIL PROTECTED]> wrote:
> Has anyone ran into any issues with CF 8 performance? We have a large 
> application that we stress-tested on one of our CF 6 boxes. We then moved the 
> code to our newer (larger and more powerful) CF 8 box, tested for 
> compatibility issues (none found), and stress-tested it there. Its 
> performance is much, much worse.

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301616
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF 8 Performance Problems?

2008-03-19 Thread Mark Kruger
You did not mention the JVM settings... I assume that you have changed the
JVM args for memory to conform to the production environment - yes? What
version of cf? What are the settings etc. You definitely should see a boost
not a decline in performance. 


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-Original Message-
From: Annie x [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 3:05 PM
To: CF-Talk
Subject: CF 8 Performance Problems?

Has anyone ran into any issues with CF 8 performance? We have a large
application that we stress-tested on one of our CF 6 boxes. We then moved
the code to our newer (larger and more powerful) CF 8 box, tested for
compatibility issues (none found), and stress-tested it there. Its
performance is much, much worse.

Aside from tuning the settings in the CF Administrator, which had little
effect, we haven't had much luck. We've been comparing settings between the
servers, and nothing is raising a red flag there either. The application
uses the exact same databases on both servers, and the same code. It has a
couple of CFCs, other than that, it is made up of standard CFML pages.

Has anyone else ran into something like this? It's quite unexpected due to
the larger server and the supposed CF 8 performance enhancements.

Suggestions are MOST welcome! We're on UNIX machines, if that helps. 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301615
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF Scheduling Software

2008-03-19 Thread Scott Raley -ITC
Anyone know of a good product written in CF for Scheduling classes or
training seminars that you can purchase the source code? Haven't found
anything on riaforge using the search so if I missed something let me know.
 
Thanks


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301614
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: "Voodoo" programming case one

2008-03-19 Thread Don L
Thanks.  You're right, using class is a standard approach, however, the new 
CFWINDOW tag is nice but quite picky and I have more than one cfwindow on the 
same page, so, inline js tends to work better for my case...

Since we're at it, I was wondering if there are other techniques to achieve the 
same goal, I know Flex can, but its overhead may not be justfiable for this 
case...



Don
>imo put a class on each of the td cells in that column and a separate
>class or id on the table - when they hit the button to expand/collapse
>the other column, change the class name(s) of the parent table, i.e. 
>
>
>  #mytable td.bigtd { width: 40%; }
>  #mytable.more td.bigtd { width: 60%; } 
>  #mytable.more td.blah { display: none; } 
>
>
>
>  function bigTDMore() {
>document.getElementById('mytable').className = 'more';
>  }
>
>
>onclick="bigTDMore();">more
>
>
>  
>stuff
>blah
>more blah
>  
>  
>more stuff
>blah
>more blah
>  
>
>
>hth,
>ike
>
>p.s. I would recommend actually placing the width on a  tag, but
>when I've tried it in the past, it's not worked the way it should.
>
>
>-- 
>s. isaac dealey  ^  new epoch
> isn't it time for a change? 
> ph: 503.236.3691
>
>http://onTap.riaforge.org/blog 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301613
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF8 on a 64-bit Windows 2003 Server

2008-03-19 Thread Colman, Richard
Thank you so much for this. We got it to work once, but then had to
reinstall IIS and can't seem to get it to work again.

What is the exact required order of event during the installs?

Rick. 


".NET will only run in 64-bit mode IIS"
That's simply incorrect.  Install .NET v2.0 on x64, then change the
bitness of IIS in the metabase:  

c:\inetpub\adminscripts>cscript adsutil.vbs set Enable32BitAppOnWin64
true

Then install .NET on IIS:
c:\windows\microsoft.net\framework\v2.0.50727>aspnet_regiis -i

That will run 32-bit .NET on a 32-bit IIS worker process on Windows
Server 2003 x64.

- Matt Small 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301612
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: "Voodoo" programming case one

2008-03-19 Thread s. isaac dealey
imo put a class on each of the td cells in that column and a separate
class or id on the table - when they hit the button to expand/collapse
the other column, change the class name(s) of the parent table, i.e. 


  #mytable td.bigtd { width: 40%; }
  #mytable.more td.bigtd { width: 60%; } 
  #mytable.more td.blah { display: none; } 



  function bigTDMore() {
document.getElementById('mytable').className = 'more';
  }


more


  
stuff
blah
more blah
  
  
more stuff
blah
more blah
  


hth,
ike

p.s. I would recommend actually placing the width on a  tag, but
when I've tried it in the past, it's not worked the way it should.


-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 503.236.3691

http://onTap.riaforge.org/blog



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301611
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


"Voodoo" programming case one

2008-03-19 Thread Don L
Hi,

I got this a table with multiple rows, one column contained lengthy data, so, 
it is assigned td width="40%".  Now, I want to give users the flexibility to 
temporarily close a column or two by a simple click (very trival js to 
implement) but I'd like all the TDs for this BIG column to expand to, say, 
"60%",
quick googling did not seem to find a solution; came up with my own of
{BIGtdID}.style.width="80%", it works with IE7, but does the syntax conform to 
standard?

Thanks. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301610
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Hostmysite down?

2008-03-19 Thread Brad Wood
I'm not a Java expert, but I assume Patrick is referring to threads in
the non-runnable state.  A non-runnable thread will NOT obey a
thread.stop().  According to
http://forward.com.au/javaProgramming/HowToStopAThread.html A thread is
non-runnable if 

* Its sleep method is invoked. 
* The thread calls the wait method to wait for a specific condition to
be satisfied. 
* The thread is blocking on I/O.

I believe this would include database access, File reading and writing,
as well as network traffic like reading a network socket via cfhttp.
An example of a thread in a wait state would also include waiting on a
semaphore like standard edition of CF does when throttling cfdocument
calls. 

I/O and network access would be native OS code.

Java now has interrupt(), but it wasn't introduced until Java 1.5.

~Brad



-Original Message-
From: Mark Kruger [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 12:45 PM
To: CF-Talk
Subject: RE: Hostmysite down?

Patrick

Excellent excellent information pat - thanks!  Do you have any articles
or
other information on just exactly what is this "OS Native Socket code"
of
which you speak? I'd love to learn more about it.

-mark


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301609
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Visual Ajax IDE?

2008-03-19 Thread Gerald Guido
Ditto on Aptana. It is not visual per se. But definitely levels out the
learning curve significantly. Especially with JS/AJAX libraries.

To give you an idea how insanely powerful Aptana/Eclipse is:

http://www.aptana.tv/movies/aptana_dynamic_help/dynamicHelp.html
http://www.aptana.tv/movies/aptana_code_assist_profiles/CodeAssistProfiles.html
http://www.aptana.tv/movies/aptana_browser_support/Browser%20Support.html


And this just scratches the surface.

G



On Wed, Mar 19, 2008 at 4:10 PM, Ali <[EMAIL PROTECTED]> wrote:

> Hi:
> Dreamweaver is the best html/cfm editor I have ever used. I wonder if
> there
> is a good one for AJAX? Do you know one? If it has some visual tools like
> the ones in DW.
> Thanks
> Ali
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301608
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Visual Ajax IDE?

2008-03-19 Thread Joel Watson
>Hi:
>Dreamweaver is the best html/cfm editor I have ever used. I wonder if there
>is a good one for AJAX? Do you know one? If it has some visual tools like
>the ones in DW.
>Thanks
>Ali

For my money (well, actually, it's absolutely free), you can't beat Aptana.  

Joel 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301607
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Visual Ajax IDE?

2008-03-19 Thread Ali
Hi:
Dreamweaver is the best html/cfm editor I have ever used. I wonder if there
is a good one for AJAX? Do you know one? If it has some visual tools like
the ones in DW.
Thanks
Ali


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301606
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flash Remoting and CF

2008-03-19 Thread Rick Root
On 3/19/08, Robert Harrison <[EMAIL PROTECTED]> wrote:
>
> > I don't think Flash does queries. It does as your Flash guy says, send
> > a request and receives responses - that is Flash remoting. So yes, you
> > should write CFCs that Flash will send requests to.
>
> What about this: http://www.devx.com/webdev/Article/30638


Difficult to maintain, not even remotely a COMMON method, and opens a huge
host of security issues.

The normal route:  Flash connects to a coldfusion web service or to a CFC
via flash remoting.  Coldfusion handles the database queries, and returns it
to flash in a form that it can easily manipulate.

Changes to the queries don't require recompilation of the flash application,
and trust me on this, coldfusion via flash remoting will be *FAR FAR* more
reliable than using the above code.

*shudder*


-- 
> Rick Root
> New Brian Vander Ark Album, songs in the music player and cool behind the
> scenes video at www.myspace.com/brianvanderark


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301605
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flash Remoting and CF

2008-03-19 Thread Josh Nathanson
> What about this: http://www.devx.com/webdev/Article/30638

You could do it that way, but IMO doing the database interaction in 
ColdFusion will make the code more decoupled (less coupled?).  If you have 
your database requests in CFC's, you can also call them from other parts of 
your application on the server, or via ajax for example.

-- Josh


- Original Message - 
From: "Robert Harrison" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, March 19, 2008 12:30 PM
Subject: RE: Flash Remoting and CF


>> I don't think Flash does queries. It does as your Flash guy says, send
>> a request and receives responses - that is Flash remoting. So yes, you
>> should write CFCs that Flash will send requests to.
>
> What about this: http://www.devx.com/webdev/Article/30638
>
> Robert B. Harrison
> Director of Interactive services
> Austin & Williams
> 125 Kennedy Drive, Suite 100 Hauppauge NY 11788
> T : 631.231.6600 Ext. 119
> F : 631.434.7022
> www.austin-williams.com
>
> Great advertising can't be either/or... It must be &.
>
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301604
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Flash Remoting and CF

2008-03-19 Thread Jo�o_Fernandes
That's the very first solution to get your db on someone's hands. Don't 
forget, Flash is client side so things will travel trough the wire so 
you should really avoid to connect directly and use a middle tier to do 
that job for you.

Available ways to get your data:

HTTP service to a cfm page that produces XML
Webservices
Remoting in AMF0 ( Before 7.0.2 ) or Remoting AMF3 ( 7.0.2 or higher ).


-- 

João Fernandes

http://www.onflexwithcf.org
http://www.riapt.org


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301603
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Flash Remoting and CF

2008-03-19 Thread Andy Matthews
Your Flash guys are correct. Flash cannot run queries directly against the
database. It needs middleware such as ColdFusion, PHP, or .NET.

Your best bet is to write some CFCs to which Flash can connect. That's true
remoting using the AMF protocol. Your application will be faster and more
efficient.

-Original Message-
From: Robert Harrison [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 1:40 PM
To: CF-Talk
Subject: Flash Remoting and CF

We're developing a data driven site where the front end will run in Flash.
I've written all the admin programs in CF. These handle all the DB updates
and ancillary file management. 

Now we've looking at how to run the queries on the display side (flash). I
was expecting the Flash programmer to connect directly to the DB, run
queries from inside flash, and use the data to fill the flash page. I
thought that was Flash Remoting. 

The flash programmer, however, wants me to write all the queries in CF
pages. He'll pass data to my CF pages, CF will do the queries, and I'll pass
back these big chunks of XML data (or strings). To me this seems a bit
questionable. If the DB can be queried directly from Flash wouldn't that be
more efficient?

Anyone have an ideas? 

Run queries in CF and pass large data chunks into flash OR
connect flash to the SQL server (through a web service or something)
and run the queries from there?

Which is right/best?

Thanks,
Robert


Robert B. Harrison
Director of Interactive services
Austin & Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F
: 631.434.7022 www.austin-williams.com

Great advertising can't be either/or... It must be &.






~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301602
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Flash Remoting and CF

2008-03-19 Thread Robert Harrison
> I don't think Flash does queries. It does as your Flash guy says, send
> a request and receives responses - that is Flash remoting. So yes, you
> should write CFCs that Flash will send requests to.

What about this: http://www.devx.com/webdev/Article/30638 

Robert B. Harrison
Director of Interactive services
Austin & Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788
T : 631.231.6600 Ext. 119 
F : 631.434.7022
www.austin-williams.com

Great advertising can't be either/or... It must be &.




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301601
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flash Remoting and CF

2008-03-19 Thread Matt Williams
I don't think Flash does queries. It does as your Flash guy says, send
a request and receives responses - that is Flash remoting. So yes, you
should write CFCs that Flash will send requests to.

On Wed, Mar 19, 2008 at 1:40 PM, Robert Harrison
<[EMAIL PROTECTED]> wrote:
> We're developing a data driven site where the front end will run in Flash.
>  I've written all the admin programs in CF. These handle all the DB updates
>  and ancillary file management.
>
>  Now we've looking at how to run the queries on the display side (flash). I
>  was expecting the Flash programmer to connect directly to the DB, run
>  queries from inside flash, and use the data to fill the flash page. I
>  thought that was Flash Remoting.
>
>  The flash programmer, however, wants me to write all the queries in CF
>  pages. He'll pass data to my CF pages, CF will do the queries, and I'll pass
>  back these big chunks of XML data (or strings). To me this seems a bit
>  questionable. If the DB can be queried directly from Flash wouldn't that be
>  more efficient?
>
>  Anyone have an ideas?
>
> Run queries in CF and pass large data chunks into flash OR
> connect flash to the SQL server (through a web service or something)
>  and run the queries from there?
>
>  Which is right/best?
>
>  Thanks,
>  Robert
>
>
>  Robert B. Harrison
>  Director of Interactive services
>  Austin & Williams
>  125 Kennedy Drive, Suite 100 Hauppauge NY 11788
>  T : 631.231.6600 Ext. 119
>  F : 631.434.7022
>  www.austin-williams.com
>
>  Great advertising can't be either/or... It must be &.
>
>
>
>
>  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301600
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF 8 Performance Problems?

2008-03-19 Thread Rich
We ran into a problem with the bug in the 1.6 JVM related to classloading.
Depending on your application and server settings, this could be what is
affecting your performance.

References:
http://corfield.org/entry/Java_6_and_ColdFusion_8
http://www.compoundtheory.com/?action=displayPost&ID=270
http://forum.java.sun.com/thread.jspa?threadID=5218663

If you choose to switch to the 1.5 JVM it is a rather simple procedure:
http://kb.adobe.com/selfservice/viewContent.do?externalId=2d547983


Good luck!

HTH,
Rich Kroll 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301599
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF 8 Performance Problems?

2008-03-19 Thread Annie x
Has anyone ran into any issues with CF 8 performance? We have a large 
application that we stress-tested on one of our CF 6 boxes. We then moved the 
code to our newer (larger and more powerful) CF 8 box, tested for compatibility 
issues (none found), and stress-tested it there. Its performance is much, much 
worse.

Aside from tuning the settings in the CF Administrator, which had little 
effect, we haven't had much luck. We've been comparing settings between the 
servers, and nothing is raising a red flag there either. The application uses 
the exact same databases on both servers, and the same code. It has a couple of 
CFCs, other than that, it is made up of standard CFML pages.

Has anyone else ran into something like this? It's quite unexpected due to the 
larger server and the supposed CF 8 performance enhancements.

Suggestions are MOST welcome! We're on UNIX machines, if that helps. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301598
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF 8 Performance Problems?

2008-03-19 Thread Annie x
Has anyone ran into any issues with CF 8 performance? We have a large 
application that we stress-tested on one of our CF 6 boxes. We then moved the 
code to our newer (larger and more powerful) CF 8 box, tested for compatibility 
issues (none found), and stress-tested it there. Its performance is much, much 
worse.

Aside from tuning the settings in the CF Administrator, which had little 
effect, we haven't had much luck. We've been comparing settings between the 
servers, and nothing is raising a red flag there either. The application uses 
the exact same databases on both servers, and the same code. It has a couple of 
CFCs, other than that, it is made up of standard CFML pages.

Has anyone else ran into something like this? It's quite unexpected due to the 
larger server and the supposed CF 8 performance enhancements.

Suggestions are MOST welcome! We're on UNIX machines, if that helps. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301597
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Flash Remoting and CF

2008-03-19 Thread Robert Harrison
We're developing a data driven site where the front end will run in Flash.
I've written all the admin programs in CF. These handle all the DB updates
and ancillary file management. 

Now we've looking at how to run the queries on the display side (flash). I
was expecting the Flash programmer to connect directly to the DB, run
queries from inside flash, and use the data to fill the flash page. I
thought that was Flash Remoting. 

The flash programmer, however, wants me to write all the queries in CF
pages. He'll pass data to my CF pages, CF will do the queries, and I'll pass
back these big chunks of XML data (or strings). To me this seems a bit
questionable. If the DB can be queried directly from Flash wouldn't that be
more efficient?

Anyone have an ideas? 

Run queries in CF and pass large data chunks into flash OR
connect flash to the SQL server (through a web service or something)
and run the queries from there?

Which is right/best?

Thanks,
Robert


Robert B. Harrison
Director of Interactive services
Austin & Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788
T : 631.231.6600 Ext. 119 
F : 631.434.7022
www.austin-williams.com

Great advertising can't be either/or... It must be &.




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301596
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT Google Maps down?

2008-03-19 Thread Mike Francisco
Adrian, Are you using John Blayter's cf_googlemap?  Seems like my sites that
uses the tag are all down (all the maps that it).  I'm running Firebug right
now to find out what's going on.






> -Original Message-
> From: Adrian Lynch [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 19, 2008 6:13 AM
> To: CF-Talk
> Subject: OT Google Maps down?
> 
> When I browse to a site at home, I can see the map, but from work Google
> isn't returning anything.
> 
> No code has changed so I'm wondering if anyone else is having or has had
> problems with this?
> 
> This isn't our site, but fails:
> 
> http://www.nestoria.co.uk/sw11/property/buy
> 
> This is our site, and also fails:
> 
> http://www.propertyowl.co.uk/uk/clapham/buy/
> 
> Thanks.
> 
> Adrian Lynch
> 
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301595
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Hostmysite down?

2008-03-19 Thread Mark Kruger
Patrick

Excellent excellent information pat - thanks!  Do you have any articles or
other information on just exactly what is this "OS Native Socket code" of
which you speak? I'd love to learn more about it.

-mark



Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-Original Message-
From: Patrick Quinn [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 1:32 PM
To: CF-Talk
Subject: Re: Hostmysite down?

>Jamie,
>
>Ah Well it's likely you will run into the same issue with the 
>server monitor. I know it's important to be able to do that in a shared 
>environment. On one of my seeFusion (windows) box I have a hard time 
>killing them as well... Usually takes a couple tries per thread - and 
>even then sometimes it's iffy. I wonder if it is Linux vs windows - or 
>something specific about how each of them is defaulted when installed?
>
>-mark
>
>
>
>Mark A. Kruger, CFG, MCSE
>(402) 408-3733 ext 105
>www.cfwebtools.com
>www.coldfusionmuse.com
>www.necfug.com
>
>Just found out - SeeFusion 'runs' on Linux, but it can't auto-kill long 
>running threads, which is a key feature we need in order to make sure 
>the CF app server behaves.

Greetings, all. This is Patrick from SeeFusion support. There's some
misinformation here, so I wanted to chime in to clarify things. SeeFusion
can kill most long-running threads.  However, certain threads (typically
those stuck in the OS native socket code) cannot be 'killed' by SeeFusion
nor FusionReactor. That's a known Java limitation, not a limitation of
either SeeFusion or FR.

SeeFusion is written in 100% pure Java, and works fully-featured on any
platform on which ColdFusion itself runs. If you've got threads that can't
be killed by SeeFusion, then those are "rich targets" for tuning
opportunities (ie, find out why they're getting hung in a socket read, and
fix it). 

Holler with questions.

Best,
Patrick 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301594
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hostmysite down?

2008-03-19 Thread Patrick Quinn
>Jamie,
>
>Ah Well it's likely you will run into the same issue with the server
>monitor. I know it's important to be able to do that in a shared
>environment. On one of my seeFusion (windows) box I have a hard time killing
>them as well... Usually takes a couple tries per thread - and even then
>sometimes it's iffy. I wonder if it is Linux vs windows - or something
>specific about how each of them is defaulted when installed?
>
>-mark
>
>
>
>Mark A. Kruger, CFG, MCSE
>(402) 408-3733 ext 105
>www.cfwebtools.com
>www.coldfusionmuse.com
>www.necfug.com
>
>Just found out - SeeFusion 'runs' on Linux, but it can't auto-kill long
>running threads, which is a key feature we need in order to make sure the CF
>app server behaves.

Greetings, all. This is Patrick from SeeFusion support. There's some 
misinformation here, so I wanted to chime in to clarify things. SeeFusion can 
kill most long-running threads.  However, certain threads (typically those 
stuck in the OS native socket code) cannot be 'killed' by SeeFusion nor 
FusionReactor. That's a known Java limitation, not a limitation of either 
SeeFusion or FR.

SeeFusion is written in 100% pure Java, and works fully-featured on any 
platform on which ColdFusion itself runs. If you've got threads that can't be 
killed by SeeFusion, then those are "rich targets" for tuning opportunities 
(ie, find out why they're getting hung in a socket read, and fix it). 

Holler with questions.

Best,
Patrick 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301593
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread C S
>i found a function called byteconvert already in use in our code.

Sounds familiar ;-)
http://www.cflib.org/udf.cfm?ID=317 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301592
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread Paul Ihrig
Azadia Thats pretty cool tool..

On Wed, Mar 19, 2008 at 11:41 AM, Azadi Saryev <[EMAIL PROTECTED]> wrote:
> #GetFileInfo("C:/Inetpub/wwwroot/literature/pdf/" & 
> GetSectionsLit.lit_pdf).size/1024# will give you KB
>  #GetFileInfo("C:/Inetpub/wwwroot/literature/pdf/" & 
> GetSectionsLit.lit_pdf).size/1024/1024# will give you MB
>
>  format it as you wish with numberformat()
>
>  Azadi Saryev
>  Sabai-dee.com
>  http://www.sabai-dee.com/
>
>
>
>
>
>  Paul Ihrig wrote:
>  > 
> #GetFileInfo("C:/Inetpub/wwwroot/literature/pdf/#GetSectionsLit.lit_pdf#").size#
>  >
>  > this out puts bytes with no formating.
>  > 1273998
>  >
>  > how would i get it to be 1.27 MB
>  >
>  > and say it was
>  > 273998
>  >
>  > for it to show 27.3 kb
>  >
>  > would i do an if statement to LEN 7 and surround it with number format.
>  > seems like alot of noddling...
>  >
>  >
>  >
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301591
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread Paul Ihrig
i found a function called byteconvert already in use in our code.
GetFileInfo is such a cool tag!
much better then storing it in a db & having to check it, update it,
delete it...

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301590
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: XML Node Traversal

2008-03-19 Thread Gerald Guido
cfdump is the answer to *everything*. Well, that and 42.

On Wed, Mar 19, 2008 at 12:44 PM, Tom Chiverton <
[EMAIL PROTECTED]> wrote:

> On Wednesday 19 Mar 2008, Charlie Griefer wrote:
> > 
>
> cfdump is almost always the answer to parsing XML :-)
>
> --
> Tom Chiverton
> Helping to preemptively monetize prospective services
> on: http://thefalken.livejournal.com
>
> 
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in England
> and Wales under registered number OC307980 whose registered office address
> is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.
>  A list of members is available for inspection at the registered office. Any
> reference to a partner in relation to Halliwells LLP means a member of
> Halliwells LLP.  Regulated by The Solicitors Regulation Authority.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named above and
> may be confidential or legally privileged.  If you are not the addressee you
> must not read it and must not use any information contained in nor copy it
> nor inform any person other than Halliwells LLP or the addressee of its
> existence or contents.  If you have received this email in error please
> delete it and notify Halliwells LLP IT Department on 0870 365 2500.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301589
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: XML Node Traversal

2008-03-19 Thread Brad Wood
True that.  I like to think of XML in CF simply as structs of arrays.
You can access the data just as you would traverse structs and arrays.  
Once you cfdump the XML, it becomes clearer.

~Brad



you can also get a little more dynamic and loop over
testElements.testElement as an array:



#parsedXML.testElements.testElement[idx].xmlText#



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301588
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: XML Node Traversal

2008-03-19 Thread Sonny Savage
Thanks Charlie!

 was not revealing that I could access the elements as an array.

On Wed, Mar 19, 2008 at 12:44 PM, Charlie Griefer <[EMAIL PROTECTED]>
wrote:

> On Wed, Mar 19, 2008 at 9:40 AM, Charlie Griefer
> <[EMAIL PROTECTED]> wrote:
> > On Wed, Mar 19, 2008 at 9:33 AM, Sonny Savage <[EMAIL PROTECTED]>
> wrote:
> >  > Hello,  I apologize if this is a dumb question, but I'm a bit a n00b
> when it
> >  >  comes to XML in CF.
> >  >
> >  >  I have XML that looks something like this:
> >  >  
> >  >   text 1
> >  >   text 2
> >  >  
> >  >
> >  >  What I want to know is how I get the values from both sub-nodes,
> even though
> >  >  they have the same name.
> >
> >  
> >
> > 
> >   text 1
> >   text 2
> >  
> >  
> >
> >  
> >
> >  
> >
> >  
> > Text 1: #parsedXML.testElements.testElement[1].XmlText#
> > Text 2: #parsedXML.testElements.testElement[2].XmlText#
> >  
>
> you can also get a little more dynamic and loop over
> testElements.testElement as an array:
>
> 
> index="idx">
>#parsedXML.testElements.testElement[idx].xmlText#
>
> 
>
> --
> Evelyn the dog, having undergone further modification pondered the
> significance of short-person behaviour in pedal depressed,
> pan-chromatic resonance, and other highly ambient domains. "Arf," she
> said.
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301587
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: XML Node Traversal

2008-03-19 Thread Charlie Griefer
On Wed, Mar 19, 2008 at 9:40 AM, Charlie Griefer
<[EMAIL PROTECTED]> wrote:
> On Wed, Mar 19, 2008 at 9:33 AM, Sonny Savage <[EMAIL PROTECTED]> wrote:
>  > Hello,  I apologize if this is a dumb question, but I'm a bit a n00b when 
> it
>  >  comes to XML in CF.
>  >
>  >  I have XML that looks something like this:
>  >  
>  >   text 1
>  >   text 2
>  >  
>  >
>  >  What I want to know is how I get the values from both sub-nodes, even 
> though
>  >  they have the same name.
>
>  
>
> 
>   text 1
>   text 2
>  
>  
>
>  
>
>  
>
>  
> Text 1: #parsedXML.testElements.testElement[1].XmlText#
> Text 2: #parsedXML.testElements.testElement[2].XmlText#
>  

you can also get a little more dynamic and loop over
testElements.testElement as an array:



#parsedXML.testElements.testElement[idx].xmlText#



-- 
Evelyn the dog, having undergone further modification pondered the
significance of short-person behaviour in pedal depressed,
pan-chromatic resonance, and other highly ambient domains. "Arf," she
said.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301586
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: XML Node Traversal

2008-03-19 Thread Tom Chiverton
On Wednesday 19 Mar 2008, Charlie Griefer wrote:
> 

cfdump is almost always the answer to parsing XML :-)

-- 
Tom Chiverton
Helping to preemptively monetize prospective services
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301585
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: XML Node Traversal

2008-03-19 Thread Charlie Griefer
On Wed, Mar 19, 2008 at 9:33 AM, Sonny Savage <[EMAIL PROTECTED]> wrote:
> Hello,  I apologize if this is a dumb question, but I'm a bit a n00b when it
>  comes to XML in CF.
>
>  I have XML that looks something like this:
>  
>   text 1
>   text 2
>  
>
>  What I want to know is how I get the values from both sub-nodes, even though
>  they have the same name.



 text 1
 text 2








Text 1: #parsedXML.testElements.testElement[1].XmlText#
Text 2: #parsedXML.testElements.testElement[2].XmlText#


-- 
Evelyn the dog, having undergone further modification pondered the
significance of short-person behaviour in pedal depressed,
pan-chromatic resonance, and other highly ambient domains. "Arf," she
said.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301584
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


XML Node Traversal

2008-03-19 Thread Sonny Savage
Hello,  I apologize if this is a dumb question, but I'm a bit a n00b when it
comes to XML in CF.

I have XML that looks something like this:

  text 1
  text 2


What I want to know is how I get the values from both sub-nodes, even though
they have the same name.

-- 
Edward A Savage Jr - "Sonny"
Senior Software Engineer
Creditdiscovery, LLC
"I was gratified to be able to answer promptly. I said I don't know." ~ Mark
Twain


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301583
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread Azadi Saryev
#GetFileInfo("C:/Inetpub/wwwroot/literature/pdf/" & 
GetSectionsLit.lit_pdf).size/1024# will give you KB
#GetFileInfo("C:/Inetpub/wwwroot/literature/pdf/" & 
GetSectionsLit.lit_pdf).size/1024/1024# will give you MB

format it as you wish with numberformat() 

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Paul Ihrig wrote:
> #GetFileInfo("C:/Inetpub/wwwroot/literature/pdf/#GetSectionsLit.lit_pdf#").size#
>
> this out puts bytes with no formating.
> 1273998
>
> how would i get it to be 1.27 MB
>
> and say it was
> 273998
>
> for it to show 27.3 kb
>
> would i do an if statement to LEN 7 and surround it with number format.
> seems like alot of noddling...
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301582
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF8 on a 64-bit Windows 2003 Server

2008-03-19 Thread Colman, Richard
 
Thank you for this hint. We were unaware of this workaround.

What we are doing right now is running IIS 6.0 to handle the .NET code,
and Apache 2.2 to handle the CF8 code.
This appears to be working, but is unexplored territory, and scares me
on a production server.

If the workaround below checks out for us, we will probably dump the
Apache server, and try to go back to 
Running everything on IIS 6.0


".NET will only run in 64-bit mode IIS"
That's simply incorrect.  Install .NET v2.0 on x64, then change the
bitness of IIS in the metabase:  

c:\inetpub\adminscripts>cscript adsutil.vbs set Enable32BitAppOnWin64
true

Then install .NET on IIS:
c:\windows\microsoft.net\framework\v2.0.50727>aspnet_regiis -i

That will run 32-bit .NET on a 32-bit IIS worker process on Windows
Server 2003 x64.

- Matt Small 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301581
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfchart and Image Expired

2008-03-19 Thread Will Swain
Hi Rick,

Stupid question but you did restart cf after changing the webcharts xml
file?

will



-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: 19 March 2008 15:34
To: CF-Talk
Subject: cfchart and Image Expired

I've got a little problem with cfchart.  When I try to print a page with a
chart on it, the printed version often results in a box that says "Image
Expired please refresh the page to view the image" instead of the chart.

There is a technote that says this happens on clusters, and I am clustering,
but the solution listed is to use sticky sessions, which I am using.

I found another forum post suggesting that changing the timeout values in
the webcharts3d.xml file would help - but it doesn't seem to - I tried
setting the minTimeout and maxTimeout to 30 (the default was 5000 and
3).

One suggestion I got was to save the chart to a file and use that instead,
which works except I lose the image map component that allows users to
mouseover parts of the chart and see a tooltip detail.

--
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind the
scenes video at www.myspace.com/brianvanderark




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301580
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 on a 64-bit Windows 2003 Server

2008-03-19 Thread Matthew Small
>I just wanted to pass on some interesting findings. We have been
>attempting to run both .NET and CF8 on a 64-bit Windows 2003 server. It
>is not working out too well.
>
>So far, it turns out that .NET will only run in 64-bit mode IIS on this
>server. It also turns out the CF8 will only currently run in 32-bit mode
>on IIS 6. Therefore, they are incompatible. You can run one or the
>other, but not both.
>
>We are thinking about running a VM with CF8 only, but then we need to
>buy another OS license for the virtual server; and, I am wary about
>running a first time Windows virtual server in production mode.
>
>Let the buyer beware ...
>

>Richard Colman
>Computing Director
>CODA Genomics, Inc.
>www.codagenomics.com
>949-305-5298
>949-228-0736

".NET will only run in 64-bit mode IIS"
That's simply incorrect.  Install .NET v2.0 on x64, then change the bitness of 
IIS in the metabase:  

c:\inetpub\adminscripts>cscript adsutil.vbs set Enable32BitAppOnWin64 true

Then install .NET on IIS:
c:\windows\microsoft.net\framework\v2.0.50727>aspnet_regiis -i

That will run 32-bit .NET on a 32-bit IIS worker process on Windows Server 2003 
x64.

- Matt Small 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301579
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread Dave Francis



#kb#Kb #(round(kb * 100)) / 100#Kb
#mb#Mb #(round(mb * 100)) / 100#Mb


-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 11:37 AM
To: CF-Talk
Subject: GetFileInfo MB or kb - bytes formating?

#GetFileInfo("C:/Inetpub/wwwroot/literature/pdf/#GetSectionsLit.lit_pdf#").s
ize#

this out puts bytes with no formating.
1273998

how would i get it to be 1.27 MB

and say it was
273998

for it to show 27.3 kb

would i do an if statement to LEN 7 and surround it with number format.
seems like alot of noddling...




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301578
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread Robert Rawlins

#mbformat#

You could probably use one of the format functions to round it off to the
nearest 2 decimals.

Hope that helps Paul,

Robert

-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED] 
Sent: 19 March 2008 15:37
To: CF-Talk
Subject: GetFileInfo MB or kb - bytes formating?

#GetFileInfo("C:/Inetpub/wwwroot/literature/pdf/#GetSectionsLit.lit_pdf#").s
ize#

this out puts bytes with no formating.
1273998

how would i get it to be 1.27 MB

and say it was
273998

for it to show 27.3 kb

would i do an if statement to LEN 7 and surround it with number format.
seems like alot of noddling...




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301577
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread C S
Wrong link. This is the correct one.

http://www.cflib.org/udf.cfm?ID=317 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301576
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread C S
>seems like alot of noddling...

When it comes to functions, check cflib.org first ;-)

http://www.cflib.org/udf.cfm?ID=757 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301575
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread Paul Ihrig
#GetFileInfo("C:/Inetpub/wwwroot/literature/pdf/#GetSectionsLit.lit_pdf#").size#

this out puts bytes with no formating.
1273998

how would i get it to be 1.27 MB

and say it was
273998

for it to show 27.3 kb

would i do an if statement to LEN 7 and surround it with number format.
seems like alot of noddling...


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301574
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfchart and Image Expired

2008-03-19 Thread Rick Root
I've got a little problem with cfchart.  When I try to print a page with a
chart on it, the printed version often results in a box that says "Image
Expired please refresh the page to view the image" instead of the chart.

There is a technote that says this happens on clusters, and I am clustering,
but the solution listed is to use sticky sessions, which I am using.

I found another forum post suggesting that changing the timeout values in
the webcharts3d.xml file would help - but it doesn't seem to - I tried
setting the minTimeout and maxTimeout to 30 (the default was 5000 and
3).

One suggestion I got was to save the chart to a file and use that instead,
which works except I lose the image map component that allows users to
mouseover parts of the chart and see a tooltip detail.

-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind the
scenes video at www.myspace.com/brianvanderark


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301573
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT Google Maps down?

2008-03-19 Thread Richard Dillman
I did see some flaky pages for about an hour, but it seems fine now.  Also
of note same problem in the same time frame at WOOT.com and the San
Francisco Chronicle so could be a regional thing as they are all in the bay
area.

On Wed, Mar 19, 2008 at 9:25 AM, Dominic Watson <
[EMAIL PROTECTED]> wrote:

> Working for me mate
>
> Dominic
>
> On 19/03/2008, Adrian Lynch <[EMAIL PROTECTED]> wrote:
> >
> > When I browse to a site at home, I can see the map, but from work Google
> > isn't returning anything.
> >
> > No code has changed so I'm wondering if anyone else is having or has had
> > problems with this?
> >
> > This isn't our site, but fails:
> >
> > http://www.nestoria.co.uk/sw11/property/buy
> >
> > This is our site, and also fails:
> >
> > http://www.propertyowl.co.uk/uk/clapham/buy/
> >
> > Thanks.
> >
> > Adrian Lynch
> >
> >
> >
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301572
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: UPDATE: Installing and running BlazeDS - install walkthrough fails

2008-03-19 Thread Jo�o_Fernandes
The process is similar in multiserver:

1) messaging libraries that you need to move will be under 
{server.instance}/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib folder.
2) Move the new ones under the same folder.
3) cfgateway.jar and concurrent.jar should be placed under 
{server.instance}/cfusion.ear/cfusion.war/WEB-INF/flex/jars
4) config files should be placed 
{server.instance}/cfusion.ear/cfusion.war/WEB-INF/flex
5) comment or remove the definitions/mappings/taglib from the 
{server.instance}/cfusion.ear/cfusion.war/WEB-INF/web.xml file.

The difference from multiserver compating with standard is that you can 
have instances running CF only, CF + LCDS or CF + BlazeDS.

-- 

João Fernandes

http://www.onflexwithcf.org
http://www.riapt.org


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301571
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


UPDATE: Installing and running BlazeDS - install walkthrough fails

2008-03-19 Thread Andy Matthews
As a followup...

I walked through the install process here:
http://labs.adobe.com/wiki/index.php/BlazeDS:Release_Notes#Integrating_Blaze
DS_with_a_ColdFusion_8_installation

But first, I'm running mult-server instances of ColdFusion and the process
doesn't quite cover that. It references folders that I don't technically
have (at least in the location they specify in the walk-through).

Is there a walk-through of this process for multi-server installs?



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301570
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Experience ColdFusion Developer Looking for short term projects

2008-03-19 Thread Scott Stewart
Ignore this, I fat fingered the address selection in Ooutlook.

-- 
Scott Stewart
ColdFusion Developer
 
SSTWebworks
4405 Oakshyre Way
Raleigh, NC. 27616
(919) 874-6229 (home)
(703) 220-2835 (cell)

-Original Message-
From: Scott Stewart [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 9:35 AM
To: CF-Talk
Subject: Experience ColdFusion Developer Looking for short term projects

Hi all, 

 

I’m an experienced developer, with almost 10 years of CF experience. The
current federal contract that I’m on has been issued a stop work order, this
could end tomorrow or a month from now. 

 

In the mean time I’m looking for short term work, if you’re an established
company that needs a developer for a few days to cover or clean up, or what
ever

Please contact me. 

 

Email: HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED]
or at any of the phone numbers in my signature below.

 

Current resume and references available on request

 

My rate is $50/hr.

 

Note: I’m in Raleigh, NC. Local firms or telecommuting positions will get
preference.

 

-- 

Scott Stewart

ColdFusion Developer

 

SSTWebworks

4405 Oakshyre Way

Raleigh, NC. 27616

(919) 874-6229 (home)

(703) 220-2835 (cell)

 


No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008
9:54 AM
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301569
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Experience ColdFusion Developer Looking for short term projects

2008-03-19 Thread Scott Stewart
Hi all, 

 

I’m an experienced developer, with almost 10 years of CF experience. The
current federal contract that I’m on has been issued a stop work order, this
could end tomorrow or a month from now. 

 

In the mean time I’m looking for short term work, if you’re an established
company that needs a developer for a few days to cover or clean up, or what
ever

Please contact me. 

 

Email: HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED]
or at any of the phone numbers in my signature below.

 

Current resume and references available on request

 

My rate is $50/hr.

 

Note: I’m in Raleigh, NC. Local firms or telecommuting positions will get
preference.

 

-- 

Scott Stewart

ColdFusion Developer

 

SSTWebworks

4405 Oakshyre Way

Raleigh, NC. 27616

(919) 874-6229 (home)

(703) 220-2835 (cell)

 


No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008
9:54 AM
 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301568
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT Google Maps down?

2008-03-19 Thread Dominic Watson
Working for me mate

Dominic

On 19/03/2008, Adrian Lynch <[EMAIL PROTECTED]> wrote:
>
> When I browse to a site at home, I can see the map, but from work Google
> isn't returning anything.
>
> No code has changed so I'm wondering if anyone else is having or has had
> problems with this?
>
> This isn't our site, but fails:
>
> http://www.nestoria.co.uk/sw11/property/buy
>
> This is our site, and also fails:
>
> http://www.propertyowl.co.uk/uk/clapham/buy/
>
> Thanks.
>
> Adrian Lynch
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301567
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT Google Maps down?

2008-03-19 Thread Adrian Lynch
When I browse to a site at home, I can see the map, but from work Google
isn't returning anything.

No code has changed so I'm wondering if anyone else is having or has had
problems with this?

This isn't our site, but fails:

http://www.nestoria.co.uk/sw11/property/buy

This is our site, and also fails:

http://www.propertyowl.co.uk/uk/clapham/buy/

Thanks.

Adrian Lynch


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301566
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Installing and running BlazeDS

2008-03-19 Thread Andy Matthews
Ah...

I did install LCDS so great...that makes sense. Thanks for clarifying Dave. 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 12:02 AM
To: CF-Talk
Subject: RE: Installing and running BlazeDS

> > but it states "To integrate BlazeDS with ColdFusion 8 without 
> > integrated LiveCycle Data Services ES installation, perform these 
> > steps:"
> > 
> > Does that mean if I simply installed LC along with CF, or does it 
> > mean if I want to USE LC along with my app?
>
> CF8 comes with LCDS preinstalled. So, I think this means that you'd 
> follow these steps to use BlazeDS instead of the LCES that comes with 
> CF8.

OK, I read the instructions on Adobe Labs. If you chose to install LCDS when
you installed CF, you'll need to disable it before you can install BlazeDS,
since they're essentially versions of the same thing. If you didn't choose
to install LCDS when you installed CF, you can simply follow the portion of
the instructions that you quoted.

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

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301565
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Installing and running BlazeDS

2008-03-19 Thread Dave Watts
> thanks. what exactly is "DataManagement" here?

The Data Management service handles concurrency, synchronization and client
updates for you automagically. It's very neat.

> i'm also a little unsure of "regular" remoting vs blazeDS 
> (especially if what i think DataManagement means is right). 

RTMP isn't limited to client push, it can also do server push. LCES supports
RTMP, BlazeDS doesn't.

> are there any resources that lay these differences out?

This might help:
http://www.dcooper.org/Blog/client/index.cfm?mode=entry&entry=D3DE455C-4E22-
1671-5DCB743AA03272F4

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

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners 
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301564
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Installing and running BlazeDS

2008-03-19 Thread Jo�o_Fernandes
While Messaging just notifies clients connected to a specific topic / 
sub topic, data management is composed by server-side components and a 
client side API to allow to keep all your connected clients in sync. 
Data management also enables to AIR based apps to cache locally those 
objects for offline manipulation and sync them once it gets back online.


-- 

João Fernandes

http://www.onflexwithcf.org
http://www.riapt.org


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301563
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Installing and running BlazeDS

2008-03-19 Thread Paul Hastings
Jo��������������������������������������������������
 wrote:
> Cons for BlazeDS:
> no support for RTMP channels
> no support for DataManagement

thanks. what exactly is "DataManagement" here?

i'm also a little unsure of "regular" remoting vs blazeDS (especially if what i 
think DataManagement means is right). are there any resources that lay these 
differences out?

thanks.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301562
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Installing and running BlazeDS

2008-03-19 Thread Dave Watts
> so what does blazeDS buy you over the LCDS express/free bits 
> that come w/cf8?

LCDS Express is limited to a single processor, if I recall correctly.
BlazeDS, which has fewer features, is not. So, if you're not using those
features and you want a robust production environment, you'd be better off
using BlazeDS. Of course, those features are compelling (but expensive).

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

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners 
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301561
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Installing and running BlazeDS

2008-03-19 Thread Will Swain
Alright - I meant coldfusion. :)


-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED] 
Sent: 19 March 2008 11:51
To: CF-Talk
Subject: Re: Installing and running BlazeDS

Will Swain wrote:
> I think it's primarily aimed at people who want to do Flexy things but 
> don't have cf8.

you can do "flexy things" w/cf7 (and i guess via webservices w/cf6).



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301560
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Installing and running BlazeDS

2008-03-19 Thread Paul Hastings
Will Swain wrote:
> I think it's primarily aimed at people who want to do Flexy things but don't
> have cf8.

you can do "flexy things" w/cf7 (and i guess via webservices w/cf6).

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301559
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Installing and running BlazeDS

2008-03-19 Thread Jo�o_Fernandes
Non license restriction basically.

Pros for BlazeDS:
unlimited clustering / loadbalancing
no CPU restriction

Cons for BlazeDS:
no support for RTMP channels
no support for DataManagement

Cons for LCDS Express (shipped with LCDS which can be upgraded to a 
Departemental/Enterprise version )
LCDS can only connect to 1 physical CPU (multi-core allowed) and is not 
allowed to be clustered or load balanced

Also BlazeDS also dos provide a new channels which are not yet available 
in LCDS ( just in a new future version ). Those Channels are 
HTTPStreaming Channel and long-polling. Those two kind of channels 
provide real-time functionality.

Regarding Data Management, I wouldn't be surprised that someone whould 
build Data Management alike functionality on top of BlazeDS since it's 
what Adobe has done for LCDS.

-- 

João Fernandes

http://www.onflexwithcf.org
http://www.riapt.org


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301558
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Installing and running BlazeDS

2008-03-19 Thread Will Swain
 
I think it's primarily aimed at people who want to do Flexy things but don't
have cf8.

That was the impression I got at CFUNITED Europe last week.

will

-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED] 
Sent: 19 March 2008 11:34
To: CF-Talk
Subject: Re: Installing and running BlazeDS

Jo������������������������Ͽ
½�������������������������
wrote:
> BlazeDS is the same as LCDS but  with no Data Management Service 
> support and RTMP based channels.

so what does blazeDS buy you over the LCDS express/free bits that come
w/cf8?




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301557
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Installing and running BlazeDS

2008-03-19 Thread Paul Hastings
Jo��������������������������������������������������
 wrote:
> BlazeDS is the same as LCDS but  with no Data Management Service support 
> and RTMP based channels.

so what does blazeDS buy you over the LCDS express/free bits that come w/cf8?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301556
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Installing and running BlazeDS

2008-03-19 Thread Jo�o_Fernandes
Exactly, if during installation you leaved the LCDS check selected, to 
deploy BlazeDS you have to disable LCDS in that server instance (in case 
you are using ear/war or multiserver).

BlazeDS is the same as LCDS but  with no Data Management Service support 
and RTMP based channels.
-- 

João Fernandes

http://www.onflexwithcf.org
http://www.riapt.org


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301555
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


zip.cfc | ZIP file contains a complete folder structure

2008-03-19 Thread nic olai
Hi all,

i got a really big problem with the ZIP.cfc:

We create a ZIP with different files which can be selected and stored in a 
session. After selecting all files you can select "Download your ZIP file". But 
we have different results on different servers:

W2k3:
The ZIP file contains only the selected files, everything is OK

Sun:
The ZIP file contains a complete folder structure, f.e.:
/test/sub01/sub02/sub03/file.type

This is really strange, here you can find some code:
#















#

Now, when i download the file it contains the descriped folder structure 
(/test/sub01/sub02/sub03/file.type).

Do you got any idea? I dont understand it :(

Best regards
nic. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301554
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 on a 64-bit Windows 2003 Server

2008-03-19 Thread Joel Stobart
Just to add to that CF8 update 1 is in beta. You can apply to join the beat 
programme at http://prerelease.adobe.com.

Joel Stobart

>CF8 Updater 1, due out soon, is going to introduce support for CF8 on 64
>bit Windows
>
>Azadi Saryev
>Sabai-dee.com
>http://www.sabai-dee.com/
>
>
>
>Colman, Richard wrote:
>> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301553
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 on a 64-bit Windows 2003 Server

2008-03-19 Thread Azadi Saryev
CF8 Updater 1, due out soon, is going to introduce support for CF8 on 64
bit Windows

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Colman, Richard wrote:
> I just wanted to pass on some interesting findings. We have been
> attempting to run both .NET and CF8 on a 64-bit Windows 2003 server. It
> is not working out too well.
>
> So far, it turns out that .NET will only run in 64-bit mode IIS on this
> server. It also turns out the CF8 will only currently run in 32-bit mode
> on IIS 6. Therefore, they are incompatible. You can run one or the
> other, but not both.
>
> We are thinking about running a VM with CF8 only, but then we need to
> buy another OS license for the virtual server; and, I am wary about
> running a first time Windows virtual server in production mode.
>
> Let the buyer beware ...
>
> Richard Colman
> Computing Director
> CODA Genomics, Inc.
> www.codagenomics.com
> 949-305-5298
> 949-228-0736
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301552
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4