Re: Faster SMTP

2009-12-10 Thread Erik-Jan Jaquet

We're using Infusion Mail server for this kinf of thing. Works really
well and its really fast. 

http://www.coolfusion.com/downloads/index.cfm?CFID=951923&CFTOKEN=25237943

Kind regards,

Erik-Jan

Op donderdag 10-12-2009 om 10:10 uur [tijdzone -0500], schreef
webmas...@pegweb.com:
> I have a lot of clients with email newsletters and they all seem to send
> them out at the same time which backs up in the cfspooler. I have one
> client in particular that can't wait on the emails from the forms on his
> site so I was looking into some solutions that would allow their mail to
> go directly to our mail server. I am looking at this one.
> 
>  
> 
> http://aspfusion.net/advsmtp-d.htm
> 
>  
> 
> Anybody used this or have other suggestions?
> 
>  
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 

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


CF9 with Hibernate, or still with Transfer?

2009-11-12 Thread Erik-Jan Jaquet

Hi all,

We are starting a new project and will be using CF9 and Coldbox for it.
We want to use ORM, but we are not sure i we should go for the CF9 Hibernate 
option, which is relatively new, or for the Transfer framework.

Do you guys have any opinions on that? Is the CF9 implementation of Hibernate 
stable enough? Are there many bugs? What are the advantages over using a ORM 
framework that we already know (Transfer)?

I would like to know what you think / would do?

Kind regards,

Erik-Jan Jaquet
Toomba 

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


Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Erik-Jan Jaquet
I was indeed looking at the principles of OOP. And the very basics, I think
I have that covered, but a little more in-depth. The Lite Blog app sounds
interesting, I will give that a go. And as for frameworks, as long as it is
Fusebox, I don't mind! Fusebox rocks. But that is a whole other discussion.
Someone once said to me, it doesn't matter what framework you use, just pick
one and stick with it. I beleive that to be true. And for me, for organizing
my code, Fusebox is the one. As for the ORM adapaters like Reactor and
Transfer, I will wait until I know a little more about the concept before I
give those a further look. I think the same goes for Coldspring.

Thanks for all your help!

Erik-Jan

2007/11/12, Andy Matthews <[EMAIL PROTECTED]>:
>
> Why does everyone keep throwing frameworks at Erik? Wouldn't it be better
> to
> learn the core concepts behind OOP rather than jumping into a framework
> which does it for you?
>
> -Original Message-
> From: Judith Dinowitz [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 12, 2007 10:28 AM
> To: CF-Talk
> Subject: Re: I am looking for some good tutorials or examples for learning
> OOP
>
> >I'm reading a book called Object Oriented Thought Process. It's very
> >good, and fairly easy to understand. It's not specific to ColdFusion,
> >but more general concepts.
>
> Erik,
>
> Have you looked at the Fusion Authority Quarterly Update Volume 1 Issue 2
> (OOP-Frameworks Issue)? That has a lot of great tutorials and examples,
> and
> covers the fundamentals of object-oriented programming in ColdFusion. You
> can see what's in it at:
>
> https://secure.houseoffusion.com/Fall2006.cfm
>
> and you can order it as a single issue at:
>
> https://secure.houseoffusion.com/singleissues.cfm
>
> You can also subscribe to the Fusion Authority Quarterly Update at:
>
> https://secure.houseoffusion.com/subscriptions.cfm
>
> Good luck in your quest! I hope that helps,
>
> Judith Dinowitz
> Editor-in-Chief: Fusion Authority and Fusion Authority Quarterly Update
> http://www.fusionauthority.com http://www.fusionauthority.com/quarterly/
>
>
>
> 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Erik-Jan Jaquet
I did take a look at Transfer, but I decided that I wanted to learn more of
the principles, before I let Transfer take over my code. But I have to say
ot looks great!

Thx for your reply

Eirk-Jan

2007/11/11, Adrian Lynch <[EMAIL PROTECTED]>:
>
> I'm not sure if it will be too much too soon, but have a quick look at
> transfer.
>
> http://groups.google.com/group/transfer-dev
>
> http://www.transfer-orm.com/
>
> Adrian
>
> -Original Message-
> From: Erik-Jan Jaquet [mailto:[EMAIL PROTECTED]
> Sent: 11 November 2007 19:04
> To: CF-Talk
> Subject: I am looking for some good tutorials or examples for learning
> OOP
>
>
> Hi all,
>
> I am looking for some good tutorials, or example apps (open source
> projects)
> on using Object Oriented Programming. I have read several good ones, and I
> am starting to grasp the concept.
>
> But the tutorials I read (cfoop.org among others) only discussed a object
> that has no connection to other objects. What I am looking for is a good
> example on using objects that holds data across several db tables. For
> instance, I have a company table that holds a companytypeID. I have a
> table
> companytype, with an ID and a description. How can I create an object that
> shows not only the companytypeID but holds another object with the
> companytype data?
>
> And how does it work when I want to assing multiple contacts to a company.
> How do I add this to my company object?
>
> Anybody know where I can find sample code or good tutorials? Any help
> would
> be greatly appreciated.
>
> Kind regards,
>
> Erik-Jan Jaquet
> Toomba
>
>
> 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


I am looking for some good tutorials or examples for learning OOP

2007-11-11 Thread Erik-Jan Jaquet
Hi all,

I am looking for some good tutorials, or example apps (open source projects) on 
using Object Oriented Programming. I have read several good ones, and I am 
starting to grasp the concept.

But the tutorials I read (cfoop.org among others) only discussed a object that 
has no connection to other objects. What I am looking for is a good example on 
using objects that holds data across several db tables. For instance, I have a 
company table that holds a companytypeID. I have a table companytype, with an 
ID and a description. How can I create an object that shows not only the 
companytypeID but holds another object with the companytype data?

And how does it work when I want to assing multiple contacts to a company. How 
do I add this to my company object?

Anybody know where I can find sample code or good tutorials? Any help would be 
greatly appreciated.

Kind regards,

Erik-Jan Jaquet
Toomba 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: SOT: Eclipse Plugins

2007-07-12 Thread Erik-Jan Jaquet
For CF8, the RDS plugin is a musthave, for CFMX7 I user and love QuantumDB.

2007/7/12, Dominic Watson <[EMAIL PROTECTED]>:
>
> XMLBuddy?
>
>
> On 12/07/07, Robert Rawlins - Think Blue <
> [EMAIL PROTECTED]> wrote:
> >
> > Hello Guys,
> >
> >
> >
> > After a few troubles I've been having recently I've decided this morning
> > to
> > rebuild my eclipse with a new 3.3 install and some nice new plug-ins too
> > and
> > thought I'd come here for your thoughts on the 'must have' plug-ins for
> a
> > ColdFusion developer. I've currently not got much on it, simply Aptana
> and
> > CFEclipse.
> >
> >
> >
> > Thoughts guys?
> >
> >
> >
> > Thanks,
> >
> >
> >
> > Rob
> >
> >
> >
> >
>
> 

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


Re: Can this be done?

2007-05-18 Thread Erik-Jan Jaquet
The client want to use MSN as the client, so yes, for this solution it is...

2007/5/18, Will Tomlinson <[EMAIL PROTECTED]>:
>
> Is a live chat app out of the question?
>
> 

~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Can this be done?

2007-05-18 Thread Erik-Jan Jaquet
Hi all,

I am breaking my head over something, and I hope someone can tell me if, and 
how, this van be done.

A client wants some sort of 'Live helper' functionality on the website, where a 
web visitor fills in a form with a questions, that question is then delivered 
to an MSN account within the company. The company responds via MSN, and the 
response must then be shown to the user.

I have set up an MSN Gateway, I can send messages to the MSN account and 
receive messages from that MSN account. But I am not able to figure out how to 
show the user the response, other then letting the gateway add it to the DB, 
and let the app pull it from the DB. But I don't want to do that, because it is 
a lot of data to put in the DB.

Is there any other way?

Hope you can help!

Kind regards,

Erik-Jan

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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