Re: Multiple File Upload

2008-09-02 Thread Joshua Paul
You could either use multiple WOFileUpload components, or if you're willing to use Flash you can use SWFUpload (I have a WO component for it, if you'd like it). On Sep 1, 2008, at 10:52 PM, [EMAIL PROTECTED] wrote: Hi, I am using WebObjects 5.4 for my development. In my application

Re: WOLips/MacPorts

2008-08-19 Thread Joshua Paul
/httpd.conf has the same settings as above, then restart Apache. Chuck /quote On Aug 15, 2008, at 4:10 PM, Lachlan Deck wrote: Hi Joshua, On 15/08/2008, at 10:35 PM, Joshua Paul wrote: Thanks for the info. I had tried most of what you explained, other than adding 'Allow from

Re: WOLips/MacPorts

2008-08-15 Thread Joshua Paul
permissions, which I believe are correct. Obviously something's amiss. Thoughts? On Aug 15, 2008, at 12:48 AM, Lachlan Deck wrote: Hi Joshua, On 15/08/2008, at 12:06 PM, Joshua Paul wrote: Has anyone dealt with getting WOLips working with a MacPorts install of Apache 2? Not sure what

WOLips/MacPorts

2008-08-14 Thread Joshua Paul
Has anyone dealt with getting WOLips working with a MacPorts install of Apache 2? If so, do you mind sharing your config info, or how you managed to get WO to serve through Apache correctly? ___ Do not post admin requests to the list. They will be

Re: app won't launch

2008-08-04 Thread Joshua Paul
After some digging, I simply added jvm=java to my wobuild.properties file in ~/Library/ and all is working again. The error occurred after a recent update of WOLips. I've built an application using OS 10.5.4, Java 1.5.0_13, Eclipse 3.3.2, WOLips. Everything is fine in development. However,

10.5 deployment

2008-06-24 Thread Joshua Paul
Has anyone deployed an app on 10.5 using 5.3? If so, what were the biggest hurdles you had to overcome? TIA. -- Josh Paul [EMAIL PROTECTED] twitter: joshpaul linkedin: joshpaul NOTICE: This e-mail message and all attachments transmitted with it are intended solely for the use of the

Re: Sparklines?

2008-06-16 Thread Joshua Paul
Found this in my code hairball. YMMV... import java.awt.Color; import java.awt.image.BufferedImage; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Enumeration; import java.util.Vector; import javax.imageio.ImageIO; import com.representqueens.spark.BarGraph;

Re: Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread Joshua Paul
I successfully am delivering Chinese using directions from http://wiki.objectstyle.org/confluence/display/WO/Project+WONDER-Quickstart : To handle internationalization in Project WONDER, delete the takeValuesFromRequest from your Session class (which should now be derived from ERXSession).

Re: iPhone and WebObjects

2008-05-21 Thread Joshua Paul
We've taken the approach of iPhone App, as we needed access to the device. We exchange data using XML. On May 21, 2008, at 7:00 AM, [EMAIL PROTECTED] wrote: Date: Wed, 21 May 2008 08:04:08 -0500 From: James Cicenia [EMAIL PROTECTED] Subject: iPhone and WebObjects To: WebObjects Dev Apple

[OT] Frontbase Export/Dump

2008-05-11 Thread Joshua Paul
The Frontbase site is not available right now, so I figured I'd turn here for help... Does anyone know how to dump data out of one FB database for use in another? -- Josh Paul [EMAIL PROTECTED] twitter: joshpaul linkedin: joshpaul NOTICE: This e-mail message and all attachments

Re: Maybe it's too late

2008-05-10 Thread Joshua Paul
On 10/05/2008, at 12:11 AM, Joshua Paul wrote: Oh, I was referring to your substring routine... On May 9, 2008, at 1:05 AM, Daniele Corti wrote: 2008/5/9 Joshua Paul [EMAIL PROTECTED]: In this specific instance i was looking for intersecting strings from two arrays. Nevertheless, I'm always

Re: grabbing data from a POST

2008-05-10 Thread Joshua Paul
AM, Joshua Paul wrote: Yeah, it works with a browser and with Flash. I can get at the content, it's just posted in the 'content' of the request and not as a form value. I wasn't sure if there was a way to get at it, but it doesn't seem like it. Thanks! On May 9, 2008, at 10:16 AM, Chuck

Re: grabbing data from a POST

2008-05-10 Thread Joshua Paul
:17 PM, Joshua Paul wrote: We found the issue. It was a misplaced comma, instead of a semi- colon following multipart/form-data in the request. Thanks everyone. On May 9, 2008, at 10:55 AM, Chuck Hill wrote: Use a hex editor to look at the raw requests. Years ago there was a similar problem

grabbing data from a POST

2008-05-09 Thread Joshua Paul
I have data coming into my app via a POST in a DirectAction. I can obtain the data via: (WOInputStreamData) this.request().content() But that's where I'm stumped. Once I've grabbed the raw data, how can I extract the form information/data from it? Content-Disposition:

Re: grabbing data from a POST

2008-05-09 Thread Joshua Paul
DirectAction Stefan Joshua Paul schrieb: I have data coming into my app via a POST in a DirectAction. I can obtain the data via: (WOInputStreamData) this.request().content() But that's where I'm stumped. Once I've grabbed the raw data, how can I extract the form information/data from

Re: Maybe it's too late

2008-05-09 Thread Joshua Paul
looking for a substring of a string in an array? Or are you looking for the whole string? I have written a routine to find the substring of a string in an array, if that would help. Don On May 8, 2008, at 9:39 AM, Daniele Corti wrote: 2008/5/8 Joshua Paul [EMAIL PROTECTED]: Thanks all

Re: grabbing data from a POST

2008-05-09 Thread Joshua Paul
, 2008, at 12:26 AM, Stefan Klein wrote: Hi, what did you see using: NSLog.debug.appendln(headers: + request().headers()); NSLog.debug.appendln(keys: + request().formValueKeys()); NSLog.debug.appendln(values: + request().formValues()); Stefan Joshua Paul schrieb: That's

Re: Maybe it's too late

2008-05-09 Thread Joshua Paul
Oh, I was referring to your substring routine... On May 9, 2008, at 1:05 AM, Daniele Corti wrote: 2008/5/9 Joshua Paul [EMAIL PROTECTED]: In this specific instance i was looking for intersecting strings from two arrays. Nevertheless, I'm always curious to see how people solve various

Re: grabbing data from a POST

2008-05-09 Thread Joshua Paul
://www.mail-archive.com/webobjects-dev@lists.apple.com/msg04304.html Stefan Joshua Paul schrieb: headers: {remote_host = (::1); user-agent = (CFNetwork/221.5); document_root = (/Library/WebServer/Documents); server_name = (localhost); accept = (*/*); remote_addr = (::1); content-type

Re: grabbing data from a POST

2008-05-09 Thread Joshua Paul
@lists.apple.com/msg04304.html Stefan Joshua Paul schrieb: headers: {remote_host = (::1); user-agent = (CFNetwork/221.5); document_root = (/Library/WebServer/Documents); server_name = (localhost); accept = (*/*); remote_addr = (::1); content-type = (multipart/form-data, boundary

Maybe it's too late

2008-05-08 Thread Joshua Paul
I'm blurry-eyed, but it seems that trying to determine if an array of strings contains a certain string is harder than it should be. Am I overlooking something? If not, how should one compare to arrays of strings? -- Josh Paul [EMAIL PROTECTED] twitter: joshpaul linkedin: joshpaul

Re: Maybe it's too late

2008-05-08 Thread Joshua Paul
Thanks all... it was a matter of upper/lowercase. On May 8, 2008, at 6:10 AM, David Avendasora wrote: That and make sure you aren't using contains(Object element) as that is not the same as containsObject(Object object). This bit me a couple times before I quit making that mistake -

[slightly ot] Similarity Report

2008-04-30 Thread Joshua Paul
I need to generate a report that gathers information on a set of objects (questions...as in Questions and Answers) and determines which, if any, are similar to each other. I'm certain this will involve 'stop words' and a level of indexing, but I'm wondering if anyone has done something

Re: WOFileUpload

2008-04-19 Thread Joshua Paul
I've created a component that uses Flash (SWFUpload) to accomplish what you're trying to do. If you're okay with adding Flash to your app, I'll gladly pass it along. I'm trying to verify the size of a file upload and limit its upload before actually sending any data across the wire. I

D2iPhone

2008-03-09 Thread Joshua Paul
Didn't Ravi do some work using SVG and WO for iPhone interfaces? Has anyone kept track of that project? -- Josh Paul [EMAIL PROTECTED] NOTICE: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged

Re: Flash Multifile Upload

2008-03-08 Thread Joshua Paul
in advance for any info or code that you can provide. Dov Rosenberg On 3/5/08 10:21 AM, Joshua Paul [EMAIL PROTECTED] wrote: I recently implemented it, and am willing to open it up. I'll pint Mike Schrag to see if it can/should go in Wonder. (I believe you were in our test group for Ad Grinder, yes

Re: Flash Multifile Upload

2008-03-05 Thread Joshua Paul
I recently implemented it, and am willing to open it up. I'll pint Mike Schrag to see if it can/should go in Wonder. (I believe you were in our test group for Ad Grinder, yes?) On Mar 5, 2008, at 4:35 AM, [EMAIL PROTECTED] wrote: hi all has anyone built a flash multi file uploader with

Apache, mod-rewrite, and client IP

2006-11-25 Thread Joshua Paul
Just a note that if you're attempting to record a remote/client IP address, and are using Apache's mod-rewrite (say for pretty URLs), you'll probably find what you're looking for in the Request: headerForKey(x-forwarded-for) HTH someone in the future. -- joshpaul smime.p7s

WebServices Assistant: unable to launch

2006-11-22 Thread Joshua Paul
Hi all, I just attempted to launch the WebServices Assistant, and it hangs. Here's the trace: appRoot is /Developer/Applications/WebObjects/ WebServicesAssistant.app/Contents Loading /Developer/Applications/WebObjects/WebServicesAssistant.app/ Contents/MacOS/MacOSClassPath.txt Setting

Re: WebServices Assistant: unable to launch

2006-11-22 Thread Joshua Paul
Thanks!!! If I had to guess it would be because you're running in 1.5 and the xml libraries have changed since 1.4. Try running it with java 1.4 instead ... AbstractMethodError is a class versioning problem. smime.p7s Description: S/MIME cryptographic signature

Re: WO Session Picture

2006-08-10 Thread Joshua Paul
I put up a small video for a better representation at: http://www.joshpaul.com/videos/wo_is_alive.m4v I was blown away by the number of people in attendance. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: WWDC WO Meet

2006-07-12 Thread Joshua Paul
Yeah, I'm on 'digest' so I might be a couple of emails behind. :-o -- josh On Jul 12, 2006, at 4:10 PM, Joe Little wrote: Well, I have to see if I can get the room etc, and what the deal is. If the simpler solution is available, we may avail ourselves of it. On 7/12/06, Joshua Paul [EMAIL

RE: WOQuickTime or alternatives

2005-11-28 Thread Joshua Paul
Hi Clive, I released a QT component a while ago, under an MIT license. You can find it at: http://www.overhyped.com/downloads/OQT.tgz It uses Apple's javascript to solve the IE issue with plug-ins. Let me know if you have any questions. - joshpaul what are the recommended ways of