Re: [Rife-users] Javaone Anyone?

2007-05-03 Thread Joshua Hansen
Hi Geert, I would join you guys for dinner and drinks in a heartbeat if I was going. :) Josh Geert Bevin wrote: Hey Steve, sounds great. Yeah, generally when I asked this on the list for previous conferences, nobody replies. Take care, Geert On 02 May 2007, at 20:32, Steve Holmes wro

Re: [Rife-users] users password not retrievable

2007-03-30 Thread Joshua Hansen
Hey Geert, I'm sorry to hear you are sick! Have a good rest, and get well soon. :) Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 Geert Bevin wrote: Hi Henk, just wanted to tell you that I haven't forgotten about this, but I'm struck down in bed with the flu.

Re: [Rife-users] Dynamic file uploads

2007-01-23 Thread Joshua Hansen
You're most welcome, Geert! :) Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 Geert Bevin wrote: Thanks a lot for adding that Joshua! On 23 Jan 2007, at 22:28, Joshua Hansen wrote: Hi all, I've updated the Forms section of the cookbook to include some info about dy

[Rife-users] Dynamic file uploads

2007-01-23 Thread Joshua Hansen
eed to use ElementSupport.getUploadedFileNames(String) [instead of ElementSupport.getUploadedFileNames()] to retrieve a list of the uploaded files. Happy file uploading! :) Shalom, Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 ___ Rife-users mailing list Rife-users@uwy

Re: [Rife-users] Merry Christmas Everyone!

2006-12-26 Thread Joshua Hansen
Merry Christmas! :) Josh Steve Holmes wrote: Happy Holidays everyone whatever you're celebrating this season and Happy New Year! ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] Extending MimeType or using a drop-in replacement

2006-12-14 Thread Joshua Hansen
Hi Geert, I'm up for adding the transformer to the source. I'll join the developer list. And, yeah, about the debugging and stepping -- my comment about being fuzzy on details wasn't a criticism of the documentation or anything. :) I'll continue working w/ the code. :) Shalom, Josh Ge

Re: [Rife-users] Extending MimeType or using a drop-in replacement

2006-12-13 Thread Joshua Hansen
Hi Geert, Since it could be a while before I'm able to make a significant code contribution, I'll reply to what can be done right away. :) See the rest inline... Shalom, Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 Geert Bevin wrote: Hi Joshua, I think the h

Re: [Rife-users] A more intuitive scaler for photos when using the CMF

2006-12-09 Thread Joshua Hansen
it / check it out. Also, I can give you an account for Subversion and you can add this to https://svn.rifers.org/rife-contrib/trunk/. This would make it eventually part of the rife-contrib jar. What do you think? Best regards, Geert On 09 Dec 2006, at 17:02, Joshua Hansen wrote: Whoops, typo: "

Re: [Rife-users] A more intuitive scaler for photos when using the CMF

2006-12-09 Thread Joshua Hansen
make it eventually part of the rife-contrib jar. What do you think? Best regards, Geert On 09 Dec 2006, at 17:02, Joshua Hansen wrote: Whoops, typo: "'long-edge-width' should be 'long-edge-length'". Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7

Re: [Rife-users] A more intuitive scaler for photos when using the CMF

2006-12-09 Thread Joshua Hansen
Whoops, typo: "'long-edge-width' should be 'long-edge-length'". Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 Joshua Hansen wrote: Hi all, Included is a ImageContentTransformer which uses attributes 'short-edge-length' and 'long-ed

[Rife-users] A more intuitive scaler for photos when using the CMF

2006-12-09 Thread Joshua Hansen
e(false) * .mimeType(MimeType.IMAGE_JPEG) * .contentAttribute("short-edge-length", 74) * .transformer(IMG_TRANSFORMER) * ); * } * } * * * * @author Joshua Hansen (jos

Re: [Rife-users] Extending MimeType or using a drop-in replacement

2006-12-09 Thread Joshua Hansen
just want to store anything as-is, use the RAW type. Note that you can always change and interact with your content by using a ContentTransformer. We chose to use the standard java.awt.Image type as the format into which to load the images before writing them out again. If you want another type, you

[Rife-users] Extending MimeType or using a drop-in replacement

2006-12-08 Thread Joshua Hansen
Hi Geert (and others), I've been working a little with the CMF and I was wondering: is it possible to specify a custom MimeType class? I can't extend it because the constructor is private, and I can't reset the static enum defs (IMAGE_JPEG, IMAGE_PNG, etc) with custom versions for the same r

Re: [Rife-users] the mysql connection timeout problem

2006-09-28 Thread Joshua Hansen
es) have this problem -- how do they solve this? Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 Geert Bevin wrote: Hi Henk, that's exactly what several people are already doing, I suppose I should include it into RIFE itself. Steven, mind checking in what you're usin

Re: [Rife-users] Proposal: new template tag

2006-08-11 Thread Joshua Hansen
I'd like to second this. :) Josh Steven Grimm wrote: I'd like to propose a new template tag for comments. Example: This block is displayed when the user's balance is close to zero. Are you sure you want to buy that new car? Anything inside the tag (aka ${c}, etc.) will be ignor

[Rife-users] Configuration selectors info added to Cookbook

2006-08-04 Thread Joshua Hansen
Hi Geert, I copied (verbatim) the "Configuration selectors" info from the LiveGuide to a section under Config in the Cookbook. I also added a note and a reference to the using selectors for datasources. This should make it easier for people (me) to find later on. The selectors are a very n

Re: [Rife-users] Updated: "Templates stored in a database" and "Abstracted resource handling"

2006-07-06 Thread Joshua Hansen
Done. :) Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 (new #) Geert Bevin wrote: Hi Joshua, Thanks a lot for doing this! I have one small remark, instead of referring to the files in the source archives, it might maybe be better to link directly to these files in the online

[Rife-users] Updated: "Templates stored in a database" and "Abstracted resource handling"

2006-07-06 Thread Joshua Hansen
I made some corrections (ResourcesDatabase changed to DatabaseResources; DatabaseResources(ds) changed to DatabaseResourcesFactory.getInstance(ds) as well as filling things out a little more. Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 (new #) ___ Rif

Re: [Rife-users] web.xml "error-page" element handling

2006-07-03 Thread Joshua Hansen
s/?cs=3335 Thanks for thinking into this direction! Geert On 03 Jul 2006, at 19:12, Joshua Hansen wrote: I should correct an ambiguous statement about Jetty here: "In this case, Jetty doesn't handle the situation (correctly) because there is no valid RIFE instance to hand it to." s

Re: [Rife-users] AJAX Validation Framework

2006-07-03 Thread Joshua Hansen
eviously defined bean package name "com.warfrong.beans". Very cool though! Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 (new #) Tyler Pitchford wrote: I wrote up an AJAX Form Validation Framework for RIFE. The framework uses your existing MetaData and ERRORS: / MARK:

Re: [Rife-users] web.xml "error-page" element handling

2006-07-03 Thread Joshua Hansen
no valid RIFE instance to hand it to." I also changed the subject on the post. Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 (new #) Joshua Hansen wrote: Hi Geert, Haha -- thanks! :) I just did quick test on your response 500 question with Jetty using, as you said, PRETTY_

Re: [Rife-users] Testing the mailing list, please reply to this message

2006-07-03 Thread Joshua Hansen
approach should work. Snippets are pasted following my sig. Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 (new #) ==[ Exception-throwing Element snippet ]= ... public void processElement() { EngineException e = new EngineException("Bogus exceptio

Re: [Rife-users] web.xml "error-page" element handling

2006-07-03 Thread Joshua Hansen
Oh yeah, feel free to comment on the writeup and make requests. :) Josh Joshua Hansen wrote: Hi Geert, Good memory! I hadn't forgotten, but now was a good time for me to go ahead and do it. Thanks for checking again and the reminder. A writeup w/ explanation and slightly restruc

Re: [Rife-users] Testing the mailing list, please reply to this message

2006-07-03 Thread Joshua Hansen
ink that this would be the best place now: http://rifers.org/wiki/display/RIFE/Tips+and +Tricks Take care, Geert On 03 Jul 2006, at 15:31, Joshua Hansen wrote: Also here. Josh Geert Bevin wrote: Hi guys, Steve wrote me a small mail to ask if there was trouble with the mailing list.

Re: [Rife-users] Testing the mailing list, please reply to this message

2006-07-03 Thread Joshua Hansen
Also here. Josh Geert Bevin wrote: Hi guys, Steve wrote me a small mail to ask if there was trouble with the mailing list. Apparently he hasn't received many of this week's posts. However, they are present in the archives. Please reply to this message when you get it. Thanks! Geert -

Re: [Rife-users] web.xml "error-page" element handling

2006-04-06 Thread Joshua Hansen
Hi Geert, Thanks! Yeah, I guess adding it to the Wiki would be the next step. :) Any suggestions on where I should put it?: * Config * Installation * Preparing applications for Production * [new location?] Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 (new #) Geert Bevin wrote

[Rife-users] web.xml "error-page" element handling

2006-04-06 Thread Joshua Hansen
Reference: Servlet 2.4 Specification (Final Release), Filtering SRV 6.2.5 "Filters and Requests" http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 (new #) ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users