Re: AW: CForms and Modular Database Actions

2005-06-14 Thread WHIRLYCOTT
Askild Aaberg Olsen wrote: I'll see if I can make a demo of this concept tonight. A stock Cocoon-installation comes with a working database, so it should be easy to install and not too much work. I don't mean that using Cocoon as a Java-framework is wrong, I just want to address that

Re: AW: CForms and Modular Database Actions

2005-06-14 Thread WHIRLYCOTT
It seems highly unlikely to me that someone who cannot master the important parts of a modern java application will be able to develop applications that will scale in complexity as the application requirements increase. If you think that java is overly complex, building a layer on top of it

Re: AW: CForms and Modular Database Actions

2005-06-14 Thread WHIRLYCOTT
Askild Aaberg Olsen wrote: Why is tightly coupling my data access code to Hibernate so much better then, isn't this yet another framework (like EJBs)? What if I don't have the need to reuse this code? What if I'm just a newbie trying to get some data into my webapp? I should clarify that

Re: closing db connection

2005-02-17 Thread WHIRLYCOTT
] -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: separation of roles

2005-02-16 Thread WHIRLYCOTT
) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Whirlycott Philip Jacob [EMAIL PROTECTED

Re: separation of roles

2005-02-16 Thread WHIRLYCOTT
sure I understand - can you clarify this? phil. -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil

Re: Rép. : Cocoon 3-tier architecture

2005-02-15 Thread WHIRLYCOTT
on both Windows (again for development) and LINUX platforms. Matt Robinson - Original Message - From: WHIRLYCOTT [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Tuesday, February 15, 2005 3:42 AM Subject: Re: Rép. : Cocoon 3-tier architecture You are able to run Cocoon on Windows

Re: Rép. : Cocoon 3-tier architecture

2005-02-14 Thread WHIRLYCOTT
] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Whirlycott

Re: Failed MySQL connection

2005-02-14 Thread WHIRLYCOTT
? If so where should I place it in Cocoon (i.e., which folder? ) Many thanks, Fadi __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Whirlycott

Re: Cocoon + database best practice?

2005-02-10 Thread WHIRLYCOTT
get at the DB pool that the other pieces of cocoon uses? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Whirlycott

Re: store session in cookie

2005-02-05 Thread WHIRLYCOTT
] -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil/ - To unsubscribe, e-mail: [EMAIL

Re: Frustrating java.lang.OutOfMemoryError problems

2005-02-02 Thread WHIRLYCOTT
: [EMAIL PROTECTED] -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil

Re: [HELP]Resource not found.

2005-02-02 Thread WHIRLYCOTT
/home.xml file:///C:\Apache_Group\Tomcat5.028\webapps\cocoon\muniweb\documents\jccm\home\home.xml doesn't exist. How can I get this software onto my computer? -- Whirlycott Philip Jacob

Re: mysql error

2005-02-01 Thread WHIRLYCOTT
] -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Cocoon install

2005-02-01 Thread WHIRLYCOTT
] mailto:[EMAIL PROTECTED] Website: http://www.douglas-county.com http://www.douglas-county.com/ __ This_email_has_been_scanned_by_the_MessageLabs_Email_Security_System. -- Whirlycott

Re: open a new browser in flowscript

2005-02-01 Thread WHIRLYCOTT
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Whirlycott Philip Jacob [EMAIL PROTECTED

Re: javaflow on weblogic 8.1sp2

2005-01-31 Thread WHIRLYCOTT
of Repository.setRepository(...). phil. Ralph Goers wrote: WHIRLYCOTT wrote: Ok, I will try that. Two more questions: Are you using prefer-web-inf-classes in weblogic.xml? Do you have init-classloader set in web.xml? phil. No to both questions

javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
(), which then throws a java.lang.NoSuchMethodError when trying to do Repository.setRepository() (that's in the BCEL jar). Ideas, prayers and samples from working configurations would be greatly appreciated ;) phil. -- Whirlycott

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
Right, I'm trying to use Javaflow (i.e. not javascript). Did you have to make any WL specific configuration changes in the console or in weblogic.xml? I assume you are using the ParanoidCocoonServlet? Is your .war exploded? phil. Ralph Goers wrote: WHIRLYCOTT wrote: I'm trying to get

Re: [flow] Hibernate createCriteria syntax help?

2005-01-27 Thread WHIRLYCOTT
] For additional commands, e-mail: [EMAIL PROTECTED] -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil

Re: [flow] Hibernate createCriteria syntax help?

2005-01-27 Thread WHIRLYCOTT
and testable applications, I suggest you look closely at Spring. Ugo -- Whirlycott Philip Jacob [EMAIL PROTECTED] http://www.whirlycott.com/phil

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
So did your guy ever show up for work today? ;) phil. Ralph Goers wrote: WHIRLYCOTT wrote: Right, I'm trying to use Javaflow (i.e. not javascript). Did you have to make any WL specific configuration changes in the console or in weblogic.xml? I assume you are using the ParanoidCocoonServlet

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
to the startup script does? Thanks again. phil. Ralph Goers wrote: WHIRLYCOTT wrote: So did your guy ever show up for work today? ;) phil. Yeah, he did. He isn't using ParanoidCocoonServlet. He says all he did was put the xalan, xerces-impl and xml-apis jars into a lib/endorsed directory in our

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
Ok, I will try that. Two more questions: Are you using prefer-web-inf-classes in weblogic.xml? Do you have init-classloader set in web.xml? phil. Ralph Goers wrote: WHIRLYCOTT wrote: Thanks, Ralph - I've tried that with no luck. But I'm curious to know if you mean that those 3 jars were put

Re: [flow] Hibernate createCriteria syntax help?

2005-01-26 Thread WHIRLYCOTT
}); } - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Whirlycott Philip Jacob [EMAIL PROTECTED] http

Re: [flow] Hibernate createCriteria syntax help?

2005-01-26 Thread WHIRLYCOTT
overhead to be registering classes at every request. I'm just very confused :) Gregor J. Rothfuss wrote: WHIRLYCOTT wrote: If you will allow me to offer to you a thought which is only slightly related to your original question, I would strongly encourage you to move all of that transactional persistence

question about debugging

2004-06-03 Thread WHIRLYCOTT
appreciate any thoughts on the topic of debugging in your development environments and any techniques that you use. phil. -- Whirlycott Philip Jacob [EMAIL PROTECTED