Re: Importing CSV into a WO application

2006-10-23 Thread Dev WO
Hello Chuck, I'll have a look at it too:) Hopefully I'll be choosing which direction to go by tomorrow:) Thanks, Xavier Hi Xavier, On Oct 23, 2006, at 3:30 AM, Dev WO wrote: Hi, searching the list I have found many post about excel export and things like that. But I'm actually looking fo

Re: Importing CSV into a WO application

2006-10-23 Thread Dev WO
Hello Timo, thanks to point out about the licensing part. Just a quick question, if it's provided as a service and not as a software does it change anything? Xavier Am 23.10.2006 um 13:42 schrieb Kieran Kelleher: You can use utilities such as this: http://ostermiller.org/utils/CSV.html

Re: Importing CSV into a WO application

2006-10-23 Thread Chuck Hill
Hi Xavier, On Oct 23, 2006, at 3:30 AM, Dev WO wrote: Hi, searching the list I have found many post about excel export and things like that. But I'm actually looking for a way to import CSV into a WO application. Is there anything already done to handle importing of CSV? Like providing a

Re: Importing CSV into a WO application

2006-10-23 Thread Timo Hoepfner
Am 23.10.2006 um 13:42 schrieb Kieran Kelleher: You can use utilities such as this: http://ostermiller.org/utils/CSV.html Looks nice, but is licensed under GPL, so it cannot be used in commercial projects if you don't open the source of the whole project... Also see http://ostermiller.org

Re: Deploying a Project Wonder project on linux

2006-10-23 Thread RedBugz Software
I've only deployed a Wonder app using SSDD on Tomcat on Linux, but I'll try to help. I'm assuming you have done a normal deploy of WO on Linux w/o Tomcat (which I've never done). On 10/22/06, Matt Kime <[EMAIL PROTECTED]> wrote: I have Project Wonder working with XCode and WO 5.3. I have WO 5.3

Re: Importing CSV into a WO application

2006-10-23 Thread Robert Walker
Also checkout out the Apache project for an open source solution to reading and writing CSV.http://jakarta.apache.org/commons/sandbox/csv/On Oct 23, 2006, at 12:27 PM, Simon McLean wrote:hi - we extensively use CSV Manager from Ricebridge:http://www.ricebridge.com/products/csvman/reference.htmit's

Re: Importing CSV into a WO application

2006-10-23 Thread Simon McLean
hi - we extensively use CSV Manager from Ricebridge: http://www.ricebridge.com/products/csvman/reference.htm it's not too expensive and rock solid. if you write your own it's worth reading the sale pitch on their website about all the pitfalls of importing CSV files for some guidance !! s

ERChangeNotification x 2

2006-10-23 Thread Asa Hardcastle
Hi All, I use the extremely useful ERChangeNotificationJMS framework to keep a group of three applications with multiple instances in sync. It works great! My apps look like this: 1 instance of AdminApp 4 instances of ClientApp over 2 machines 1 instance PublishApp I am about to dep

Re: Importing CSV into a WO application

2006-10-23 Thread Dev WO
I found the link to ostermiller's site but it was down when I checked;) Thanks Kieran, I'll have a look. Xavier You can use utilities such as this: http://ostermiller.org/utils/CSV.html and wrap the parser with your own utility classes to do what you want. /** @return NSArray of

Re: command line WO Freeze

2006-10-23 Thread Kieran Kelleher
In addition to other responses, here is some useful guidelines on using Runtime.exec()http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.htmlAlso, this is useful:http://lists.apple.com/archives/Webobjects-dev/2006/Feb/msg00329.htmland this:http://www.ganymed.ethz.ch/ssh2/javadoc/ch/ethz/ss

Re: Importing CSV into a WO application

2006-10-23 Thread Kieran Kelleher
You can use utilities such as this: http://ostermiller.org/utils/CSV.html and wrap the parser with your own utility classes to do what you want. /** @return NSArray of strings when passed a line of CSV data */ public static NSArray arrayFromCsvRecord( String csvRecord ) {

Re: command line WO Freeze

2006-10-23 Thread Timo Hoepfner
Hi, take a look into ERXRuntimeUtilities in ERXExtensions of Project Wonder. It handles a lot of the problems you can get into when using Runtime.exec(). Timo Am 23.10.2006 um 12:03 schrieb Frank Stock: Hi, I have to do crop images with Cocoa, so I wrote a JNI-framework to solve that,

command line WO Freeze - update

2006-10-23 Thread Frank Stock
Extra information:When in work in debug-mode, everthing works fine. In debug-mode, I can see that the routine is crashing in de Console. In runtime (developer) WO just stops, there is nothing in de Console file, but my routine has crached.Hi,I have to do crop images with Cocoa, so I wrote a JNI-fra

Importing CSV into a WO application

2006-10-23 Thread Dev WO
Hi, searching the list I have found many post about excel export and things like that. But I'm actually looking for a way to import CSV into a WO application. Is there anything already done to handle importing of CSV? Like providing a NSArray of column name, an editing context and an eo t

Re: command line WO Freeze

2006-10-23 Thread Patrick Middleton
On 23 Oct 2006, at 11:03, Frank Stock wrote: Hi, I have to do crop images with Cocoa, so I wrote a JNI-framework to solve that, but it seems that Core Image doesn't clean up very well. So I use a terminal command now. The problem is, when my command line-routine is crashing (I know that

command line WO Freeze

2006-10-23 Thread Frank Stock
Hi,I have to do crop images with Cocoa, so I wrote a JNI-framework to solve that, but it seems that Core Image doesn't clean up very well. So I use a terminal command now. The problem is, when my command line-routine is crashing  (I know that it shouldn't, but if it does..) WO is hanging.I use the

Deploying a Project Wonder project on linux

2006-10-23 Thread Matt Kime
I have Project Wonder working with XCode and WO 5.3. I have WO 5.3 deployed on redhat linux. I'm having trouble getting my app deployed utilizing PW. Starting my app seems to indicate that the frameworks have been found - ERExtensions.framework/Resources/Java/ERExtensions.jar ERExtensions.framewo