Re: Eclipse / wolips / X-Code –– Baffled user of D2WS

2006-10-16 Thread Chuck Hill
I am not too sure on that. Project Wonder is very strong on the D2* technologies. They have have something. Chuck On Oct 16, 2006, at 1:59 PM, Gordon Maynard wrote: Hi, May I ask a slightly different question, what is the recommended way forward for users of the D2WS part of WO? I have b

Re: Eclipse / wolips / X-Code –– Baffled

2006-10-16 Thread shaun
Mike Schrag wrote: No, I dont think that is the intention. Also, Mike Schrag's entity modeller is currently an eclipse plugin but he said that it wouldnt be hard to make it run standalone. Correction, I said it would be POSSIBLE :) Oh dear, my mistake. Sorry about that. :) That might ha

Re: Eclipse / wolips / X-Code –– Baffled

2006-10-16 Thread Mike Schrag
No, I dont think that is the intention. Also, Mike Schrag's entity modeller is currently an eclipse plugin but he said that it wouldnt be hard to make it run standalone. Correction, I said it would be POSSIBLE :) That might have been a joke, but using a decent text editor to manage model fi

Re: Eclipse / wolips / X-Code –– Baffled

2006-10-16 Thread shaun
Hi Chuck, Andrew, list, Chuck Hill wrote: Hi Andrew, On Oct 16, 2006, at 1:38 PM, [EMAIL PROTECTED] wrote: [snip] Is it the intention of Apple that eclipse will be the only viable platform for WO development? No, I dont think that is the intention. Also, Mike Schrag's entity modeller

Re: Eclipse / wolips / X-Code –– Baffled user of D2WS

2006-10-16 Thread Sam Barnum
IntelliJ also works nicely for WO development, although we tend to run XCode in the background for binding support in WOBuilder, although most of the time that isn't really necessary.On Oct 16, 2006, at 1:59 PM, Gordon Maynard wrote:Hi,May I ask a slightly different question, what is the recommende

Re: Eclipse / wolips / X-Code –– Baffled user of D2WS

2006-10-16 Thread Gordon Maynard
Hi,May I ask a slightly different question, what is the recommended way forward for users of the D2WS part of WO? I have been happily using EOM/XCode/WS Assistant to develop SOAP servers and am unclear how to do this in the New World, or whether I should explore other methods entirely. I do not ant

Re: Eclipse / wolips / X-Code –– Baffled

2006-10-16 Thread Chuck Hill
Hi Andrew, On Oct 16, 2006, at 1:38 PM, [EMAIL PROTECTED] wrote: I'm reading between the lines on this mailing list over and over amongst the whispers and murmours and am still not quite sure what is going to happen with the WO toolset. I can appreciate that EOM and WOB are going to get

Eclipse / wolips / X-Code –– Baffled

2006-10-16 Thread apl
Hello; I'm reading between the lines on this mailing list over and over amongst the whispers and murmours and am still not quite sure what is going to happen with the WO toolset. I can appreciate that EOM and WOB are going to get the axe, although there is no clear indication of *when* t

Re: It's been months yet no new announcements?!

2006-10-16 Thread Chuck Hill
On Oct 16, 2006, at 1:06 PM, Jay Rush wrote: Thanks for the quick response. I have just a couple of questions more, please. Certainly. Is the dmg of Webobjects actually on the installation disc of OSX? I haven't run across an actual separate package looking through the ADC. Right, fo

Re: It's been months yet no new announcements?!

2006-10-16 Thread Jay Rush
Thanks for the quick response. I have just a couple of questions more, please. Is the dmg of Webobjects actually on the installation disc of OSX? I haven't run across an actual separate package looking through the ADC. Also, from what I understood about the open source initiatives, Xcode would sti

Eclipse Tomcat distribution

2006-10-16 Thread John Larson
In advance, I'm sorry for not reading the manual, but I can't find the manual! I'm trying to build my project for deployment to a Tomcat server. In XCode jam spit out a WEB-INF folder with a web.xml file, the woa, a lib folder, etc. I can get Eclipse to build for direct connect following

Re: It's been months yet no new announcements?!

2006-10-16 Thread Chuck Hill
Hi Jay, On Oct 16, 2006, at 8:27 AM, Jay Rush wrote: I'm interested in developing a few test WO applications, just for learning purposes. I don't have a Mac right now (sold my iBook to a good friend who needed a computer and didn't have a lot of money to invest), Now that is the definiti

Re: Any objections to FrontBase?

2006-10-16 Thread Chuck Hill
Dennis, Much of this is probably better asked on the FrontBase list. On Oct 15, 2006, at 8:48 PM, Gaastra Dennis - WO Lists wrote: We are starting a large new WebObjects project. The client does not appear to be worried about name-brand databases. Since FrontBase is now free, and this pr

Re: WOComponent for Displaying PDF Problem

2006-10-16 Thread Amedeo Mantica
HelloMay be a problem in yout application.java Class!!Make sure you don't have an appendToResponse override that set wrong header such as: setHeader("text/html;charset=utf-8", "Content-Type");If you need to use UTF-8 encoding... use in application.java    public void appendToResponse(WOResponse r,

Re: [SOLVED]Please Help!!! WebService wooes!

2006-10-16 Thread Clark Mueller
Ute, The version of Axis included with WO changes in WO 5.3 to be Axis 1.1. Between the differences of Axis 1.0 and 1.1 and the calls that WOWebServices makes to it, that could definitely cause some problems. I ran into a similar problem with JDK 1.5 and Axis 1.4. In that case, I think th

Re: WOComponent for Displaying PDF Problem

2006-10-16 Thread Jacky Gagnon
Hi,On 06-10-16, at 09:06, Carter Wojcik wrote:Hi Amedeo -Thanks for the code.  I compared your code to mine andthey are the same.  Now when I go to the output page Iget the following displayed:%PDF-1.3 %? 2 0 obj << /Length 4 0 R /Filter/FlateDecode >> streamx??}[?\???;~E?l;3?D?e?

Re: It's been months yet no new announcements?!

2006-10-16 Thread Jay Rush
I'm interested in developing a few test WO applications, just for learning purposes. I don't have a Mac right now (sold my iBook to a good friend who needed a computer and didn't have a lot of money to invest), but I have researched some and found that the Eclipse IDE is worthwhile for Windows WO d

Re: [External type] boolean vs bool / openbase vs mysql

2006-10-16 Thread Jacky Gagnon
Hi Benoit, If you think you will need to develop with MySQL, take a look at CocoaMySQL (http://cocoamysql.sourceforge.net/index.html). Its an open source application used to manage MySQL with a GUI, and its very easy to use. Good Luck! Jacky On 06-10-12, at 10:33, Cantin Benoit wrote

Re: [SOLVED]Please Help!!! WebService wooes!

2006-10-16 Thread Ute Hoffmann
I'm running WO 5.3 and was running WO 5.2.2 on the old server, where the service worked and from which I finally took the axis.jar -> now the webservice is running on the WO 5.3 box as well again. Question: The development server I did the compiling on runs on WebObjects 5.2.4. Could that have

Re: [SOLVED]Please Help!!! WebService wooes!

2006-10-16 Thread Pascal Robert
Le 06-10-15, à 09:42, Ute Hoffmann a écrit : Hallo, I found a workaround, still I would be very interested to knopw why that exception occured and what the proper way would have been to solve it. I somehow suspect the axis.jar of the server install was either wrong version or defect. I p

Re: WOComponent for Displaying PDF Problem

2006-10-16 Thread Carter Wojcik
Hi Amedeo - Thanks for the code. I compared your code to mine and they are the same. Now when I go to the output page I get the following displayed: %PDF-1.3 %? 2 0 obj << /Length 4 0 R /Filter /FlateDecode >> stream x??}[?\???;~E?l; wrote: > Hi carter > > look at this code in pdf o

Re: Any objections to FrontBase?

2006-10-16 Thread Connell Allen
Before you make a decision, take a look at OpenBase. Their responsive support is hard to beat. The development software is free and they continue to develop the software. Version 10 was just released and they are working on a 64bit version.On Oct 15, 2006, at 10:48 PM, Gaastra Dennis - WO Lists wro