RE: Database Tool

2009-12-21 Thread Runyan, Darich
I use the SQL Explorer Plugin for Eclipse. From: webobjects-dev-bounces+darich.runyan=zeltech@lists.apple.com [webobjects-dev-bounces+darich.runyan=zeltech@lists.apple.com] On Behalf Of Calven Eggert [cal...@mac.com] Sent: Monday, December 21, 2009

RE: Snow Leopard Development and Deployment

2009-09-02 Thread Runyan, Darich
Are you saying that because servlet deployment is not the default install it is not the best method? Snow Leopard has no default install so that axiom does not hold true. -Original Message- From: Chuck Hill To: Miguel Arroz Cc: Runyan, Darich; 'WebObjects-Dev Mailing List List &

RE: Snow Leopard Development and Deployment

2009-09-01 Thread Runyan, Darich
What are the issues with this? I have had no problems following this route once I worked out a few bugs initially. -Original Message- From: Miguel Arroz To: Runyan, Darich Cc: 'WebObjects-Dev Mailing List List ' Sent: 9/1/2009 8:10 PM Subject: Re: Snow Leopard Development and

RE: Snow Leopard Development and Deployment

2009-09-01 Thread Runyan, Darich
I may have missed something in this thread, but with the servlet container deployment the WOA can be run in Tomcat. Is this not a preferred configuration going forward? Darich ___ Do not post admin requests to the list. They will be ignored. Webobjects

Wonder Ajax Modal Dialog and additional components

2009-08-21 Thread Runyan, Darich
Hello, I have an AjaxModalDialog that is popped from the selection of a AjaxTree item. It, of course, has a WOForm within it to allow for editing the EO attributes for the EO that was selected. My question is whether it is possible to have a second or even third WOComponent in the Modal embedded

RE: War deployment build problem

2009-08-19 Thread Runyan, Darich
won't get loaded either. Figure out > which things you need that are in there and then add them to your > build path directly instead of relying on JavaXML.framework for them. -Original Message- From: David Avendasora To: Runyan, Darich Cc: 'WebObjects-Dev Mailing Li

RE: War deployment build problem

2009-08-19 Thread Runyan, Darich
I got the image loading fixed. The WOAppMode parameter was set to Development in web.xml. I changed this to Deployment and it solved that problem. -Original Message- From: Runyan, Darich To: 'David Avendasora '; Runyan, Darich Cc: 'WebObjects-Dev Mailing List List '

RE: War deployment build problem

2009-08-19 Thread Runyan, Darich
makes a call to my EOModel; however, the EOModelGroup is loaded. There was also an exception at startup about a jar (javaxml.jar) not loading due to not passing the validateJarFile. Any thoughts on any of these issues? Darich -Original Message- From: David Avendasora To: Runyan, Darich Cc

RE: War deployment build problem

2009-08-19 Thread Runyan, Darich
After further investigation, it looks like the out of memory error is a byproduct of the build tanking at a target to move files from my WebServerResources/Java directory to one in the woa. Problem is I do not have that directory or anything in it to move. Is this a requirement? What should be i

War deployment build problem

2009-08-19 Thread Runyan, Darich
Hello, I have written a very small test app to start to "relearn" WO and see how the Wonder frameworks, especially the Ajax components work. The app has 3 components and 1 EOModel. I also wanted to test how to deploy as a war file. I followed the instructions at http://wiki.objectstyle.org/conf

(no subject)

2009-08-19 Thread Runyan, Darich
Hello, I have written a very small test app to start to "relearn" WO and see how the Wonder frameworks, especially the Ajax components work. The app has 3 components and 1 EOModel. I also wanted to test how to deploy as a war file. I followed the instructions at http://wiki.objectstyle.org/conf

RE: Bindings

2009-08-17 Thread Runyan, Darich
Excellent, just what I was looking for. Thanks. -Original Message- From: Chuck Hill To: Runyan, Darich Cc: ''Webobjects-dev@lists.apple.com' ' Sent: 8/17/2009 12:54 PM Subject: Re: Bindings On Aug 17, 2009, at 6:40 AM, Runyan, Darich wrote: > I have noticed that

RE: Question on ERXEC

2009-08-17 Thread Runyan, Darich
Does Wonder use a properties file of its own or do I just drop those properties in Resources/properties? -Original Message- From: David LeBer To: Runyan, Darich Cc: ''Webobjects-dev@lists.apple.com' ' Sent: 8/17/2009 10:26 AM Subject: Re: Question on ERXEC On 17

RE: Question on ERXEC

2009-08-17 Thread Runyan, Darich
How does one go about fully using Wonder? Is this just a matter of using ERXApplication and ERXSession or is their more to it? Thanks for the links, I will watch the video and read up. -Original Message- From: David LeBer To: Runyan, Darich Cc: 'Webobjects-dev@lists.apple.com'

Bindings

2009-08-17 Thread Runyan, Darich
I have noticed that the WO and Wonder APIs have some classes listing their available bindings and others do not. Is there a reference anywhere that shows all the bindings for all the components? Sorry for the simple question but I am relatively new to WO and I am trying to expand my understanding

Question on ERXEC

2009-08-17 Thread Runyan, Darich
I have been looking into using ERXEC as the editing context for the next app that I am planning. My question is what is the best way to use it. Is there a way to make the ERXEC the default context so that calls to deaultEditingContext give you an ERXEC or do I need to create a new one per use or

AJAX w/WO

2009-08-10 Thread Runyan, Darich
I currently have an application that is build both in WebObjects. It was originally build in WO following a traditional WO path. The company moved to Flex as the "standard" for web applications and we re-wrote the WO app as a Flex app; however, the user wants to increase its use and Flex is not a

RE: EOF in Java Application

2009-06-17 Thread Runyan, Darich
Chuck, The second method you mentioned worked very well. Thanks, Darich -Original Message- From: Chuck Hill To: Darich Runyan Cc: WebObjects-Dev Mailing List List Sent: 6/16/2009 2:21 PM Subject: Re: EOF in Java Application Hi Darich, On Jun 16, 2009, at 10:42 AM, Darich Runyan wrote