Re: BLACKSTONE Sneak Preview Posted

2004-08-10 Thread Don
> As Damon has said (twice :) - installation support is free and it's > fairly easy to find the installation support form on the web site but > here's the URL to save you searching: > > http://www.macromedia.com/support/email/isupport/main.cgi > -- > Sean A Corfield -- http://www.corfield.org/blo

Re: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread Sean Corfield
On Mon, 09 Aug 2004 19:54:28 -0400, Chunshen (Don) Li <[EMAIL PROTECTED]> wrote: > Forget about thread changing, the key is to get problem resolved.  The problem with the installer was the Developer Edition for Windows, targeted OS is win2k prof. As Damon has said (twice :) - installation support

Re: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread Don
developer's edition, which allows you to >choose which version anyways, the next day and everything worked just fine. > >HTH somebody out there-> > >Tyler > >   _   > >From: [EMAIL PROTECTED] [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >Sent: Monday,

RE: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread Tyler Silcox
ECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 3:26 PM To: CF-Talk Subject: Re: BLACKSTONE Sneak Preview Posted >>Yes. >Please check this thread, thank you. >http://www.houseoffusion.com/cf_lists/messages.cfm/threadid=3&forumid=4 (thre

Re: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread dcooper
>>Yes. >Please check this thread, thank you. >http://www.houseoffusion.com/cf_lists/messages.cfm/threadid=3&forumid=4 (thread about installation failing) Installation suport at Macromedia is generally free.  Seems odd, so please contact us and let us help you with this one. Thanks Damon [

Re: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread Don
>Yes, you can use cfcompile to compile any cfm/cfc file you want. > > >-- >Tom Jordahl >Macromedia Server Development Please check this thread, thank you. http://www.houseoffusion.com/cf_lists/messages.cfm/threadid=3&forumid=4 [Todays Threads] [This Message] [Subscription] [Fast Unsubsc

Re: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread Don
>Yes. Please check this thread, thank you. http://www.houseoffusion.com/cf_lists/messages.cfm/threadid=3&forumid=4 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread dcooper
Yes. > Question, for the "Sourceless Deployment", is it possible to have > "mixed mode", that is, say, 99% code are compiled while leaving one or > two templates like application.cfm source code editable?  TIA. > > > http://www.macromedia.com/software/coldfusion/ > > > > A few of the new Cold

Re: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread Don
> You can do that in CFML: > > > > > Jochem I know that, and thought about "planting" this sort of code in multiple templates and have them compiled, however, it's not an elegant solution, because when you want to remove them, it becomes messy.  And you don't want to do it at application.cfm

Re: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread Jochem van Dieten
Chunshen (Don) Li wrote: > > Great, good to know.  Another one, is it possible to set expiration date a given custom tag or cfc or a group of them with Blackstone? You can do that in CFML: Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Don

Re: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread Don
>> Question, for the "Sourceless Deployment", >> is it possible to have "mixed mode",that is, say, >> 99% code are compiled while leaving one or two >> templates like application.cfm source code editable?  TIA. > >Yes, you can use cfcompile to compile any cfm/cfc file you want. >Tom Jordahl >Macrom

RE: BLACKSTONE Sneak Preview Posted

2004-08-09 Thread Tom Jordahl
> Question, for the "Sourceless Deployment", > is it possible to have "mixed mode",that is, say, > 99% code are compiled while leaving one or two > templates like application.cfm source code editable?  TIA. Yes, you can use cfcompile to compile any cfm/cfc file you want. -- Tom Jordahl Macromedia

Re: BLACKSTONE Sneak Preview Posted

2004-08-08 Thread Don
ince Bonfanti >New Atlanta Communications, LLC >http://www.newatlanta.com > > > > > From: Chunshen (Don) Li [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 07, 2004 11:01 PM > To: CF-Talk > Subject: Re: BLACKSTONE Sneak Preview Post

RE: BLACKSTONE Sneak Preview Posted

2004-08-08 Thread Vince Bonfanti
clients to modify it. Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com From: Chunshen (Don) Li [mailto:[EMAIL PROTECTED] Sent: Saturday, August 07, 2004 11:01 PM To: CF-Talk Subject: Re: BLACKSTONE Sneak Preview Posted Question,

Re: BLACKSTONE Sneak Preview Posted

2004-08-08 Thread Cutter (CF-Talk)
An example of this sort of application.cfm/property.xml mix is documented a little at http://www.benorama.com Cutter Jim Davis wrote: > This kind of deployment is common in the J2EE world - there's rarely any > source. > > In most applications many of the things that you'd normally find in > Ap

RE: BLACKSTONE Sneak Preview Posted

2004-08-08 Thread Dave Watts
> "Sourceless Deployment" sounds like "deployment without source" > which by definition would not leave Application.cfm editable... Perhaps, but I'm sure there'll be some workaround - for example, referencing text files not in the deployment directory with CFINCLUDE. Dave Watts, CTO, Fig Leaf So

RE: BLACKSTONE Sneak Preview Posted

2004-08-07 Thread Jim Davis
This kind of deployment is common in the J2EE world - there's rarely any source. In most applications many of the things that you'd normally find in Application.cfm are kept in property files (usually XML) - that way changes can be made to application without recompiling. It does take a little ef

Re: BLACKSTONE Sneak Preview Posted

2004-08-07 Thread Sean Corfield
"Sourceless Deployment" sounds like "deployment without source" which by definition would not leave Application.cfm editable... On Sat, 07 Aug 2004 23:01:11 -0400, Chunshen (Don) Li <[EMAIL PROTECTED]> wrote: > Question, for the "Sourceless Deployment", is it possible to have "mixed mode", that is

Re: BLACKSTONE Sneak Preview Posted

2004-08-07 Thread Dick Applebaum
O... good point. Would save a lot of 1-time configuration coding to define datasources, etc. -- very important! Dick On Aug 7, 2004, at 8:01 PM, Chunshen Li (Don) wrote: > Question, for the "Sourceless Deployment", is it possible to have > "mixed mode", that is, say, 99% code are compiled

Re: BLACKSTONE Sneak Preview Posted

2004-08-07 Thread Don
Question, for the "Sourceless Deployment", is it possible to have "mixed mode", that is, say, 99% code are compiled while leaving one or two templates like application.cfm source code editable?  TIA. > http://www.macromedia.com/software/coldfusion/ > > A few of the new ColdFusion "Blackstone" rel

Re: Redistribute CF Runtime was: BLACKSTONE Sneak Preview Posted

2004-08-07 Thread dcooper
We don't have a Blackstone-specific wishlist setup, but we do review submissions to the regular wishlist here: http://www.macromedia.com/support/email/wishform/ >Ok! > >Is there a separate wishlist for Blackstone, if so where? > >Dick > >On Aug 7, 2004, at 11:59 AM, [EMAIL PROTECTED] >[EMAIL PRO

Re: Redistribute CF Runtime was: BLACKSTONE Sneak Preview Posted

2004-08-07 Thread Dick Applebaum
Ok! Is there a separate wishlist for Blackstone, if so where? Dick On Aug 7, 2004, at 11:59 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > All great questions...what's on the Macromedia ColdFusion website is > all we can talk about publicly so far.   > >  Licensing, editioning, pricing and

Re: Redistribute CF Runtime was: BLACKSTONE Sneak Preview Posted

2004-08-07 Thread dcooper
All great questions...what's on the Macromedia ColdFusion website is all we can talk about publicly so far.   Licensing, editioning, pricing and packaging details haven't yet been announced. >Damon > >Thanks for the post > >Some very nice, and much anticipated capabilities. > >One thing that is o

Redistribute CF Runtime was: BLACKSTONE Sneak Preview Posted

2004-08-07 Thread Dick Applebaum
Damon Thanks for the post Some very nice, and much anticipated capabilities. One thing that is of particular interest (to me) is in the next to last paragraph: Java Application Deployment   With ColdFusion MX, you can already deploy ColdFusion as a Java archive (EAR  or WAR file) and then

BLACKSTONE Sneak Preview Posted

2004-08-07 Thread dcooper
http://www.macromedia.com/software/coldfusion/ A few of the new ColdFusion "Blackstone" release features are discussed in some detail.   Enjoy! Damon Cooper Dir of Eng, ColdFusion Macromedia [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settin