Nope. I mean that you choose the right tool for the job. Jeffry Houser said
it best when he stated "Each one has it's strengths and weaknesses". You
need to evaluate your project, define the requirements and choose the best
tool for producing a solid solution, on time and within budget.

Rey...
Team Allaire.

----- Original Message -----
From: "Michael" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 31, 2001 9:42 AM
Subject: Re: Coldfusion vs. Jsp


> So do you mean jsp pages are better then cfm pages?
>
>
>
>
>
> "Rey Bango" <[EMAIL PROTECTED]> wrote in message
> 007101c08a3d$9e1cce60$0d0b320a@RBango">news:007101c08a3d$9e1cce60$0d0b320a@RBango...
> > >> who branded Jsp?  <<
> >
> > Sun Microsystems.
> >
> > >> and which is better? <<
> >
> > The one that allows you to provide the best & most comprehensive
solution
> > for your client or employer. Not being sarcastic. Just honest.
> >
> > Rey
> > Team Allaire
> >
> >
> >
> > ----- Original Message -----
> > From: "Phoeun Pha" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, January 29, 2001 3:39 PM
> > Subject: Coldfusion vs. Jsp
> >
> >
> > > who branded Jsp?  and which is better?
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: John Stanley [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, January 29, 2001 1:40 PM
> > > To: CF-Talk
> > > Subject: White Space -- Solution
> > >
> > >
> > > Again, as soon as I send the e-mail out; I figuire it out...
> > >
> > > I just needed to concatanate a variable with each segment of the
output
> > and
> > > then display the end result as such:
> > >
> > > 10001292001000019
> > >
> > > CODE SNIPPET>>>>>>>
> > >
> > > <cfif batch_header_done is 0>
> > > <!--- Create Batch Record --->
> > > <!--- Transaction Type --->
> > > <cfset batch= 1>
> > > <!--- Submitting facility code --->
> > > <cfif len(check_billing.countycode) lt 2>
> > > <cfset county_difference = (2 -
> > > len(check_billing.countycode))>
> > > <cfloop index="counter" from="1"
> > > to="#county_difference#">
> > > <cfset batch = batch & "0">
> > > </cfloop>
> > > <cfset batch = batch &
> > > "#check_billing.countycode#">
> > > <cfelse>
> > > <cfset batch = batch &
> > > "#check_billing.countycode#">
> > > </cfif>
> > > <!--- Batch submission Date --->
> > > <cfset batch = batch &
> > > "#DateFormat(currentsharecaredatetime, 'mmddyyyy')#">
> > > <!--- Record count --->
> > > <cfif len(get_affected_records.recordcount) lt 6>
> > > <cfset record_difference = (6 -
> > > len(get_affected_records.recordcount))>
> > > <cfloop index="counter" from="1"
> > > to="#record_difference#">
> > > <cfset batch = batch & "0">
> > > </cfloop>
> > > <cfset batch = batch &
> > > "#get_affected_records.recordcount#">
> > > <cfelseif len(get_affected_records.recordcount) is
> > > 6>
> > > <cfset batch = batch &
> > > "#get_affected_records.recordcount#">
> > > <cfelseif len(get_affected_records.recordcount) gt
> > > 6>
> > > <cfset batch = batch & "999999">
> > > </cfif>
> > > <cfset batch_header_done = 1>
> > > #batch#
> > > </cfif>
> > >
> > > Thanks anyway guys....
> > >
> > > John Stanley
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to