[Resin-interest] quercus questions

2007-06-10 Thread Nathan Nobbe
hello all, i am interested in quercus and intend to begin experimenting with it. just getting started, im curious if there is a list of extensions that are * known* to be supported at this time. all the extensions are listed in the php online manualhttp://www.php.net/manual/en/index.php, so i

Re: [Resin-interest] quercus questions

2007-06-11 Thread Nathan Nobbe
will also want to educate yourself on Web applications done 'the java way,' and how Resin, and servlet containers in general, work. yong On Jun 10, 2007, at 12:46 PM, Nathan Nobbe wrote: oh, right, i just remembered another critical thing; the SPL. -nathan On 6/10/07, Nathan Nobbe [EMAIL PROTECTED

Re: [Resin-interest] php4 in Quercus

2007-06-12 Thread Nathan Nobbe
Fred, i like what yong has to say on this one. i just got a new job a couple of months back and was shocked to find the company still deep into php4 w/ no strategy to move to 5. although 6 doesnt have a clear deadline, i would assume it is only a matter of time. and i would not like to be in

Re: [Resin-interest] php4 in Quercus

2007-06-13 Thread Nathan Nobbe
know general programming concepts like people from other camps; c++, java, .net ... even other scripting languages like python for instance; if i were going to write in python the code would be oo. -nathan On 6/13/07, David Campbell [EMAIL PROTECTED] wrote: Nathan Nobbe wrote: Fred, i like what

Re: [Resin-interest] php4 in Quercus

2007-06-13 Thread Nathan Nobbe
better. And sometimes the simplicity of PHP 4 is better than using PHP 5 objects. The object stuff can often be moved into Java code.) -- Scott Thanks again! Fred On Tue, 12 Jun 2007 19:26:29 -0400, Nathan Nobbe [EMAIL PROTECTED] said: Fred, i like what yong has to say on this one. i

Re: [Resin-interest] php4 in Quercus

2007-06-14 Thread Nathan Nobbe
again i would say do all the experimentation w/ a mod-php5 box first. you may be able to push the original application developers saying something like, 'we put it on a mod-php5 box and it isnt running'. ask them if its supposed to run on mod-php5. as for the list of app frameworks that run on

Re: [Resin-interest] php4 in Quercus

2007-06-14 Thread Nathan Nobbe
Ok. There's a decent chance it's a Quercus bug, then. if the app doesnt run under mod-php5, how can you blame quercus? i mean what is the stance of quercus, is it supposed to emulate mod-php4 and mod-php5 or just mod-php5? -nathan On 6/14/07, Scott Ferguson [EMAIL PROTECTED] wrote: On Jun

Re: [Resin-interest] Resin, Comet applets - anyone?

2007-12-14 Thread Nathan Nobbe
On Dec 14, 2007 5:34 PM, John C. Turnbull [EMAIL PROTECTED] wrote: Has anyone tried using a combination of Resin, Comet and applets? I see examples using Comet with HTML-based technologies but is this also possible for plain old applets? I can't figure out how it would work (or IF it would

Re: [Resin-interest] Resin, Comet applets - anyone?

2007-12-14 Thread Nathan Nobbe
On Dec 15, 2007 12:34 AM, John C. Turnbull [EMAIL PROTECTED] wrote: What I don't understand is how the servlet maintains the connection to the applet and exactly how the methods in the applet are invoked from the servlet. im not very sure how this works either. if i were to guess; id say in