WO and WSS (Web Services Security)

2005-10-13 Thread Hugi Thordarson
Hi all! Has anyone here tried to use WSS to offer secure web services from a WO application? There is a short article on the WSS standard in WO's web services documentation ( http://developer.apple.com/documentation/WebObjects/ Web_Services/Security/chapter_3_section_2.html ) but there's no

Re: How to use an NSTimestampFormatter in code

2005-10-27 Thread Hugi Thordarson
If you want to program WO, you really do want to know Java well. Take a day off and read through Bruce Eckel's Thinking in Java. It's free and your life will be a simpler and happier one :-). You can grab a copy here: http://www.pythoncriticalmass.com/ Cheers, - Hugi On 27.10.2005, at

Re: Creating PDF output on demand

2005-12-01 Thread Hugi Thordarson
Hi Stefan! There's an example of iText integration with WO here: http:// hugi.karlmenn.is/page/webobjects . I was working on a PDF project the other day, and found that I had to write some very complex iText code to achieve what I wanted. I took a look at FO, and that is indeed very fun

Re: In memoriam David Terán

2006-01-26 Thread Hugi Thordarson
:-( Damn, he was such a great guy, I don't believe this. This has prompted me to read all my past communications with him and boy, he was intelligent and fun to talk to :-). Or should I say :-(. Thanks Ralph, for letting us know. Dave was truly one of the good guys. - H On 26.1.2006,

Instance numbers in WSDL

2006-02-21 Thread Hugi Thordarson
keeps changing). The regular WOSession.setStoresIDsInURLs( false ) does not seem to cut it here. Anyone know where I can disable the display of instance numbers in URLs in WSDLs, or otherwise circumvent the problem? Cheers, - Hug // Hugi Thordarson // http://hugi.karlmenn.is

Re: Web Services and multiple instance : Error processing WSDL document

2006-02-21 Thread Hugi Thordarson
Excuse me folks, this was not supposed to go to the list. Enjoy your day :-) - Hugi On 21.2.2006, at 15:36, Hugi Thordarson wrote: Hi Jacky. Sorry for the intrusion, but I'm looking at the same exact problem right now - did you figure out how to solve it, or get rid of the instance

Re: Generating reports in excel?

2006-03-14 Thread Hugi Thordarson
I've use JExcelAPI on several projects. It's quite clean and convenient to use and I find it's API is a bit simpler than POI's. - H On 14.3.2006, at 18:53, Kieran Kelleher wrote: Project Wonder's ExcelGenerator framework works OK it is a WebObjects-ified wrapper around the Apache

Re: Deployment error not in Dev?

2006-03-22 Thread Hugi Thordarson
A silly question, perhaps: Have you got WODisplayExceptionPages set to true on your deployment machine? Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 22.3.2006, at 14:05, James Cicenia wrote: Hello - I am getting a strange error in production and not in my development

Re: Foreign Key Constraints

2006-05-10 Thread Hugi Thordarson
I'm generating Foreign Key Constraints from with in EO Modeler, but due to Oracles limitation of 30 character long identifiers That is so 1972. :-P No, its just Oracle :-P. Yes, you can rename them as long as you are not using schema synchronization. I am not sure how this would affect

Re: Foreign Key Constraints

2006-05-10 Thread Hugi Thordarson
Always works for me with FrontBase (of course ;-). Well, you have to know your way around the different behaviour (some would say bugs, but I'm a positive guy) but I don't think that should be a big surprise when using EOModeler. On 10.5.2006, at 20:06, David LeBer wrote: On

Re: Foreign Key Constraints

2006-05-11 Thread Hugi Thordarson
Oh sorry, forgot to mention: The trick is to add a key called schema wit the schema name to the connection dictionary. After that, schema synchronization works fine. Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 11.5.2006, at 04:48, Thomas wrote: With OpenBase

Re: Monday nights event

2006-08-07 Thread Hugi Thordarson
I propose we throw the next event in Iceland. I find it really helps with overcrowding situations. Looking forward to seeing you tomorrow night! Cheers, - Hugi On 7.8.2006, at 04:15, Ken Anderson wrote: Don't you know that most people sign up for these things within 30 minutes of the

Re: How about a WWWODC?

2006-08-10 Thread Hugi Thordarson
Thanks for a great monday night, everyone. Loved to finally meet you folks. The beer is free, but the lines are long. Hmmm, perhaps that is a good thing. :-) Heh heh, I'm not entirely sure how I managed to find my hotel that night. I guess San Francisco beer is stronger than the

Re: Finding names of all subcomponents of a component

2007-01-04 Thread Hugi Thordarson
Ah, brilliant solutions, thanks! Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 3.1.2007, at 21:07, Jean-François Veillette wrote: Still in WOnder, in Ajax framework / AjaxUtils.java : Look at the methods : insertInResponseBeforeTag, addScriptResourceInHead and related

Re: WebObjects 5.3 Licensing Question (Again)

2007-01-25 Thread Hugi Thordarson
AARGH! Sorry. I swear I'm an extremely relaxed and balanced person. But after four years, I had to say it. Cheers, - Hugi On Jan 24, 2007, at 4:47 AM, Serge Cohen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi; A short follow up, not really on the legal

Re: Your input on new open source projects

2007-08-22 Thread Hugi Thordarson
If you don't mind using commercial software, I'm using PD4ML to do this and it works like a charm (I gave up using iText, primarily because I didn't have the time to figure out some of it's quirks - although I'm using it in some places). I grabbed the following method from our frameworks

Re: What a bunch of characters

2007-11-02 Thread Hugi Thordarson
Sounds like your mixing encodings in your app. By far the easiest way to handle that is to use Project Wonder and write this in your application constructor: installDefaultEncoding( UTF-8 ); PWO will take care of all the details and you will live happily ever after :-). Cheers, - Hugi

Re: What a bunch of characters

2007-11-02 Thread Hugi Thordarson
Hmm, that doesn't make sense. WebObjects should not care about the character set used by the DB. Our Oracle Databases (8.1.7/9.2) are currently not using UTF-8, but I have not had any problems with them (and trust me - I would have encountered those problem, since our content is in

Re: WOFileUpload

2007-11-02 Thread Hugi Thordarson
Ah yes.. Eight years ago I first encountered this, and I still remember it. Oh, the pain On 2.11.2007, at 14:05, Mike Schrag wrote: This is a 5.3, not a 5.4, and it's probably been discussed several times before, but here's a reminder because it just now tripped me up. If you bind

Jtidy (Re: Script for finding XML errors)

2007-11-02 Thread Hugi Thordarson
Thanks! On a related note, you can use jtidy (the java version of tidy) to dynamically fix your HTML when it's being returned by WO. The jtidy project has not been well maintained for the past couple of years, but the current release works fine for me (returning perfectly valid XHTML

Re: [OT] FrontBase problem when copying databases

2008-08-09 Thread Hugi Thordarson
Just a note: If you like your backups to be permanent, you might want to consider using write all output for all your FB backups rather than write data. As Dave, in his widely acknowledged infinite wisdom, points out, write data has endian issues - and it also has version issues. For

Re: WebService and HTTPS

2008-08-10 Thread Hugi Thordarson
Locate the transport tag in your server application project's server.wsdd-file and change the value of the name attribute to to https: transport name=https Second, set the property -WOWebServiceTransportName on the server application to https. Hope this helps, - hugi On 10.8.2008,

Re: WebService and HTTPS

2008-08-11 Thread Hugi Thordarson
Did my suggestions not work? - h On 10.8.2008, at 22:46, Serge Cohen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So far the workaround I've found was to subclass WORequest and make sure that the subclass's isSecure() is always returning FALSE when the requestHandlerKey is ws :

D2W and regular (non EO) objects

2008-08-21 Thread Hugi Thordarson
Good afternoon folks. I'm currently writing an object graph that hides multiple, badly designed DBs. The badly designed DBs part means I can't use EOs everywhere - my objects are mostly POJOs that read data from EOs and hide the DB schema (although there are occasional EOs scattered

WOLips New Hotness and ant build says: woframework doesn't support the frameworksBaseURL attribute

2008-11-04 Thread Hugi Thordarson
Good morning everyone! I just took the plunge last night and upgraded our environment to New Hotness™. Its looking really good so far, but I have one problem: I can't build my framework projects using ant. I followed upgrade procedure, creating a new Wonder framework, then reaplcing

Re: WOLips New Hotness and ant build says: woframework doesn't support the frameworksBaseURL attribute

2008-11-04 Thread Hugi Thordarson
to update your build.xml as per mikes blog post. http://wolips.blogspot.com/2008/09/its-alive.html On 04/11/2008, at 11:15 PM, Hugi Thordarson wrote: Thanks Kieran, that's what I thought at first, but there are only two woproject.jars on my computer: [...]/eclipse 3.4/configuration

Re: WOLips New Hotness and ant build says: woframework doesn't support the frameworksBaseURL attribute

2008-11-04 Thread Hugi Thordarson
- updated my locate db again - to reveal the newly installed woproject.jars. I'm starting to feel extremely stupid here, I must be overlooking something really, really obvious :-). Cheers, - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 4.11.2008, at 16:30, Chuck Hill wrote: On Nov 4

Re: WOLips New Hotness and ant build says: woframework doesn't support the frameworksBaseURL attribute

2008-11-04 Thread Hugi Thordarson
these products :-). Thanks! - Hugi On 4.11.2008, at 17:28, Chuck Hill wrote: On Nov 4, 2008, at 9:03 AM, Hugi Thordarson wrote: Hi Chuck! No, last night I actually: - removed Eclipse completely from my machine. - did a /usr/libexec/locate.updatedb as root. - did a locate of every copy

Re: WOLips New Hotness and ant build says: woframework doesn't support the frameworksBaseURL attribute

2008-11-04 Thread Hugi Thordarson
woproject.jar . or use Spotlight to find it: Searching “This Mac”.jpg On Nov 4, 2008, at 6:46 AM, Hugi Thordarson wrote: Good morning everyone! I just took the plunge last night and upgraded our environment to New Hotness™. Its looking really good so far, but I have one problem: I can't build my

Re: WOLips New Hotness and ant build says: woframework doesn't support the frameworksBaseURL attribute

2008-11-04 Thread Hugi Thordarson
Hi Dave! :-) And of course they did. Thanks Mike'n'Chuck. Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 4.11.2008, at 18:03, David Holt wrote: Hi Hugi, On 4-Nov-08, at 9:39 AM, Hugi Thordarson wrote: and when I return I'll see if my applications will build against

Re: Lots of EOs slow down the performance

2008-11-05 Thread Hugi Thordarson
, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 5.11.2008, at 09:56, Yung-Luen Lan wrote: Hi, There is a task has be done in my wo app: creating thousands of (about 200,000) EOs and generating a csv file containing the information for download. When I create only 1000 EOs, it's fine

WOLips new hotness and resources

2008-11-05 Thread Hugi Thordarson
Good morning again! I've finally got everyhing working for me with Eclipse 3.4, except resources. I'm using Fluffy Bunny Layout in my Wonder Framework project. My Resources folder is organized in a hirerarchical structure, something like this: --- Resources -- css

Re: WOLips new hotness and resources

2008-11-05 Thread Hugi Thordarson
Brilliant, thanks! - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 5.11.2008, at 12:09, Mike Schrag wrote: http://issues.objectstyle.org/jira/browse/WOL-907 fix just committed On Nov 5, 2008, at 6:37 AM, Hugi Thordarson wrote: Good morning again! I've finally got everyhing

Re: Can I embed the jdbc drivers?

2008-11-18 Thread Hugi Thordarson
and MS SQL Server (*vomit*)) and none of our Linux servers has anything WO/Application specific installed, apart from wotaskd. My IT people lead happier lives as a result. Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 18.11.2008, at 16:25, James Cicenia wrote: Hello

Re: Problems with Web Services

2008-11-18 Thread Hugi Thordarson
Hi Pascal. There was a bug in WOWebServiceRegistrar in the first versions of WO 5.4 where an exception was thrown when registering a service using the method you're using. The workaround was to use this method instead: WOWebServiceRegistrar.registerWebService( .AccountMgrService,

Re: deploy WO 5.3 on OS 10.5

2008-11-18 Thread Hugi Thordarson
FWIW I've been running a couple (simple) WO 5.3 apps on a MacMini/G4 with Leopard for a couple of months, no (unusual) roadbumps. Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 18.11.2008, at 21:33, Josh Paul wrote: Anyone deployed 5.3 on 10.5? Any caveats, roadbumps

Re: deploy WO 5.3 on OS 10.5

2008-11-18 Thread Hugi Thordarson
Exactly :-). On 18.11.2008, at 23:03, Kieran Kelleher wrote: Fully embed it and forget it. On Nov 18, 2008, at 4:33 PM, Josh Paul wrote: Anyone deployed 5.3 on 10.5? Any caveats, roadbumps, etc.? TIA ___ Do not post admin requests to the list.

Re: deploy WO 5.3 on OS 10.5

2008-11-21 Thread Hugi Thordarson
. And since we're on the subject - I've deployed WO 5.3 applications on more than decade old HP PA-RISC machines. Not that I'm bragging. Oh no. Me? Never. Although l *did* feel little butterflies in my stomach watching my apps happily crunching away on there :-). - hugi // Hugi Thordarson // http

Re: deploy WO 5.3 on OS 10.5

2008-11-21 Thread Hugi Thordarson
). - hugi // Hugi Thordarson // http://code.karlmenn.is/ On 21.11.2008, at 18:26, Hugi Thordarson wrote: And for the other side: I'm running two 5.4 applications on a Mac Mini with Tiger. I do all included deployments. Cool. That need for me might have just arrived. Is that with apache 1

Re: Images in css files

2008-11-30 Thread Hugi Thordarson
resources to your component. [warning! pseudocode!] HTML: style type=text/css #globalNav { background-image: url( webobject name=URL_STRING / ); } /style WOD: URL_STRING: WOResourceURL { filename = glbnav_background.gif; } Cheers, - Hugi // Hugi Thordarson

Re: Images in css files

2008-11-30 Thread Hugi Thordarson
I'd recommend moving the declaration for css-classes that reference WO resources to your component. If you're using Wonder, this should not be necessary -- but you must do relative URLs for this to work in development and deployment. Given that CSS files for a full site can get BIG, I

Re: Images in css files

2008-11-30 Thread Hugi Thordarson
Serving resources dynamically is in fact beneficial when it comes to controlling cache behaviour. I usually insert a version number into the URL to files, so when a file is modified,it's URLs changes too. This allows you to set cache headers so that resources are cached virtually forever

Re: Images in css files

2008-11-30 Thread Hugi Thordarson
Ah, nice! How do you handle changing URLs for static resources, are you using URL rewriting or something of that kind? Cheers, - Hugi On 30.11.2008, at 22:34, Mike Schrag wrote: Serving resources dynamically is in fact beneficial when it comes to controlling cache behaviour. I usually

Re: captcha ???

2008-12-03 Thread Hugi Thordarson
, I don't see why captchas should be required. They should, IMHO, be considered a last resort in a losing fight. Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 3.12.2008, at 06:20, Mitchell Smith wrote: Greetings, I can't resist the impulse to jump on my web

Re: captcha ???

2008-12-03 Thread Hugi Thordarson
On a similarly OT-note ;-) - I hate captchas. Really, really hate them. Seriously - captchas were invented somewhere deep in the bovels of the seventh level of hell along with the ebola virus, Celine Dion and SOAP. Sheesh! What harm has the Ebola virus ever caused you??? Lol, you're

Re: WO Licence interpretation (again)

2008-12-04 Thread Hugi Thordarson
I recommend that we all meet up in Nicea and have a Great Council to decide The Final Interpretation of The License. On 4.12.2008, at 08:30, Q wrote: On 04/12/2008, at 1:49 PM, Ken Anderson wrote: To put the license in English, you're only licensed to develop on a mac, but may deploy

Re: application intercomunication, a question

2008-12-05 Thread Hugi Thordarson
Well, SOAP itself might not be so ugly, but once you start using it and lose your teeth, hair and sanity - you become ugly. So there. In all seriousness, though - SOAP might sound well enough in specifications, but after several years of exposure to it; it's very difficult to use in real

Re: application intercomunication, a question

2008-12-05 Thread Hugi Thordarson
Well, SOAP itself might not be so ugly, but once you start using it and lose your teeth, hair and sanity - you become ugly. So there. In all seriousness, though - SOAP might sound well enough in specifications, but after several years of exposure to it; it's very difficult to use in real

Re: PDF generator/converter

2008-12-09 Thread Hugi Thordarson
iText is very nice to use, well documented and free. http://www.lowagie.com/iText/ Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 9.12.2008, at 15:31, Sherry Tirko wrote: Hi All, I'm wondering if anyone knows if there is a pdf generator out there for WO

Re: Hyperlink in Image Map?

2008-12-10 Thread Hugi Thordarson
If it's an option, you could also use good old WOActiveImage. It has bindings (x,y) that specify the coordinates clicked by the user, so you can process your imagemap on the server side. It comes with a downside, though - all of the image is clickable, so the user does not get feedback

Re: Hyperlink in Image Map?

2008-12-10 Thread Hugi Thordarson
/chapter_3_section_4.html#/ /apple_ref/doc/uid/TP30001055-CH4-BGFFIAJH Seriously, after almost ten years of full time WO development... Discovering new stuff about the basic dynamic elements: Embarrassing. - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 10.12.2008, at 19:35, Hugi Thordarson wrote

Really, really OT: Professor Chaos supports EOF

2008-12-19 Thread Hugi Thordarson
OK, a bit off topic, but I do believe that revealing this important piece of information is in the best interest of the WO community.Professor Chaos, the evil alter ego of one Leopold Stotch (a.k.a. "Butters") accesses all his evil databases using EOF. And he's one enthusiastic evangelist as well,

EOF Transaction logging

2008-12-19 Thread Hugi Thordarson
Well, for each off-topic post, I guess you must send at least one on- topic post :-). So, I work on government databases, and a big part of our requirements revolves around keeping track of changes. We need to know exactly how our databases looked at some point in time, and we need to know

Re: EOF Transaction logging (omitted attachment added)

2008-12-19 Thread Hugi Thordarson
Whoops, forgot the attachment :-). Spy.java Description: Binary data On 19.12.2008, at 16:57, Hugi Thordarson wrote:Well, for each off-topic post, I guess you must send at least one on-topic post :-).So, I work on government databases, and a big part of our requirements revolves around keeping

Re: EOF Transaction logging

2008-12-19 Thread Hugi Thordarson
the built in audit tracking functions of the database. Most DBA’s didn’t leave the requirement to the developers to enforce. That way everything is tracked in a consistent fashion across applications. Dov Rosenberg On 12/19/08 11:57 AM, Hugi Thordarson h...@karlmenn.is wrote: Well, for each off

Re: EOF Transaction logging

2008-12-19 Thread Hugi Thordarson
// Hugi Thordarson // http://hugi.karlmenn.is/ On 19.12.2008, at 18:58, Ken Anderson wrote: I use a hybrid approach... I use the database to copy every row modified or deleted to an audit table. Every object has a trans_id field, which is a foreign key relationship to a transaction table

Determining which bundle an EOModel comes from

2009-01-05 Thread Hugi Thordarson
NSBundle.bundleForClass( clazz ).name(); } catch( ClassNotFoundException e ) { logger.error( No bundle found for class: + className, e ); return null; } } Cheers, - Hugi // Hugi Thordarson // http

Re: Reading a line at a time with NSData?

2009-01-06 Thread Hugi Thordarson
problems with encodings when using the java.io.Reader-stuff (apparenty the java-designers live an breathe ASCII). But there's an example here if you want to go that way: http://www.cafeaulait.org/slides/sd2000west/javaio/54.html Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is

Re: Not finding binding with $^ notation

2009-01-09 Thread Hugi Thordarson
synchronizesVariablesWithBindings() { return false; } - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 9.1.2009, at 20:15, Sanford Selznick wrote: At 10:35 PM -0700 1/1/09, Sanford Selznick wrote: I made it to tutorial 2. The binding described below is not found. Both PageWrapper and Main

Re: Not finding binding with $^ notation

2009-01-09 Thread Hugi Thordarson
you're saying done in the tutorial, part 2.) So why's it working? What's special about ERXStatelessComponent? (I'm just trying to figure out how all this stuff fits together.) Thanks, Sanford At 8:26 PM + 1/9/09, Hugi Thordarson wrote: No, for caret notation to work, you just need

Manipulating large amounts of data with EOF - feedback, anyone?

2009-01-09 Thread Hugi Thordarson
ack on the technique I'm using, and ieas for improvement would be great. Just about the only idea I'm not open to is "just use JDBC" ;-). I've been there and I don't want to be there. That's why I'm using EOF :-).Cheers,- Hugi// Hugi Thordarson// http://hugi.karlmenn.is/

Re: Manipulating large amounts of data with EOF - feedback, anyone?

2009-01-09 Thread Hugi Thordarson
, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 9.1.2009, at 22:24, Randy Wigginton wrote: I've been using JDBC directly. I have a job that reads about 500M rows nightly, and that was the only way I could find to handle it. I wish there were an EOF-lite for such operations

Re: how to resize an image

2009-01-10 Thread Hugi Thordarson
Try setting the property java.awt.headless=true Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 10.1.2009, at 16:16, Francesco Romano wrote: Hi... I'm having some difficults trying to resize an image. ___ Do not post admin

Re: Manipulating large amounts of data with EOF - feedback, anyone?

2009-01-10 Thread Hugi Thordarson
-style server/client to perform distributed EOF-operations. :-) Cheers, - Hugi PS: Heh, class names like that happen after midnight :-). // Hugi Thordarson // http://hugi.karlmenn.is/ On 10.1.2009, at 11:13, Andrew Lindesay wrote: Hello Hugi; KMMassiveOperation --- that's a really great

[OT - kinda] WOWODC 2009 webcasting?

2009-01-15 Thread Hugi Thordarson
some funds to support it, and if enough people join in, perhaps we can make it happen? I know I would be one very happy E-attendant :-). Just checking the waters... Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ ___ Do not post

Re: [OT - kinda] WOWODC 2009 webcasting?

2009-01-15 Thread Hugi Thordarson
. We're going to need a camera at The Chieftain - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Re: [OT - kinda] WOWODC 2009 webcasting?

2009-01-15 Thread Hugi Thordarson
, I'd probably just attract solicitors, crackwhores and dotnet programmers anyway... Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: [OT - kinda] WOWODC 2009 webcasting?

2009-01-16 Thread Hugi Thordarson
apparent that the US Airways pilots are OK :-). But with the current rate of the Icelandic currency, this is probably irrelevant for us Icelanders until at least 2011 or 2012 - foreign currency costs us twice as much as it did a couple of months ago :-/. Cheers, - Hugi // Hugi Thordarson

Re: [OT - kinda] WOWODC 2009 webcasting?

2009-01-16 Thread Hugi Thordarson
might have lost a couple of hours of content :-/ All implementation issues aside, podcasts sound great :-). A couple of files for each lecture then, perhaps? One with camera and one with a recording of the lecturer's computer screen... Cheers, - Hugi // Hugi Thordarson // http

Re: [OT - kinda] WOWODC 2009 webcasting?

2009-01-16 Thread Hugi Thordarson
, but looking at the portfolio, that seems very nice :). - h // Hugi Thordarson // http://hugi.karlmenn.is/ ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: MEETING - WO-Nova NEXT TUESDAY 1/27/09

2009-01-23 Thread Hugi Thordarson
What's the URL for the webcast? O:-) - hugi On 23.1.2009, at 15:33, Andrew R. Kinnie wrote: Greetings all! For anyone finding themselves in Northern Virginia next Tuesday with insatiable itch to talk WebObjects, YOU'RE IN LUCK! The WO-Nova monthly meeting is scheduled for 6:30 PM at

Re: BigDecimal vs WOConditional

2009-02-17 Thread Hugi Thordarson
Heh, yeah- it's somewhat insane that the only way to find out how WOConditional works is to decompile it (or by trial and error). And I agree - WOConditional should only resolve to false for null or (exactly) zero. But since WOConditional's behaviour will never be modified, the simplest

Re: WO/Wonder and Java 6 as a deployment environment?

2009-02-19 Thread Hugi Thordarson
lol Dave, it's official - you're our Lowest Common Denominator™ :-) On 19.2.2009, at 18:06, Pascal Robert wrote: Le 09-02-19 à 12:43, David Avendasora a écrit : Right now I'm running a few deployed apps on Windows using Java 1.6 (and Wonder) and they work just fine. Note, that

Re: LDAP Integration

2009-03-05 Thread Hugi Thordarson
clumsy and inappropriate - EOF really isn't at home there. Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 5.3.2009, at 18:09, Gustavo Pizano wrote: Hello, List. I have been searching on google about LDAP integration with WebObjects, I found that the WO 5.2 Specification

Re: Jad?

2009-03-12 Thread Hugi Thordarson
No. No WO. No coding. One who attempts to run a compiler will be kicked off the island. Gotcha. Interpreted languages only. - hugi ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: [Wonder-disc] [ANN] WOCommunity Maven Repository

2009-03-18 Thread Hugi Thordarson
smoking behind the school On Mar 18, 2009, at 11:40 AM, Hugi Thordarson wrote: Goddammit In short; this means I have to start using Maven to be considered one of the Cool Kids, right? - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 18.3.2009, at 16:31, Henrique Prange wrote

Re: Get the external width of an EO attribute

2009-03-23 Thread Hugi Thordarson
int width = EOUtilities.entityNamed( ec, Person ).attributeNamed( name ).width(); :) - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 23.3.2009, at 08:38, Amiel Montecillo wrote: Hi List, I have an EO called Person with an attribute name that has an external width of 64

Re: OT: Thumbnail image of webpage

2009-03-30 Thread Hugi Thordarson
I do this by rendering the HTML into a PDF, and then rasterizing the PDF to an image. I've tried using several implementations, but currently I use PD4ML for the HTML rendering, and JPedal for rasterizing the PDF. -- Step 1 - /** * Uses PD4ML to

Re: OT: Thumbnail image of webpage

2009-03-30 Thread Hugi Thordarson
/ But JPedal dies have a GPL-ed version, which works wery well: http://www.jpedal.org/gpl.php Unfortunately I can't use the Core Image-based stuff from ERAttachment, since I'm deploying on Linux, otherwise that would be the obvious choice. Cheers, - hugi // Hugi Thordarson // http

Re: Getters without the get part

2009-03-31 Thread Hugi Thordarson
Actually, I'd vote for a WO release that added get to all methods and provided no compatibility deprecation at all. Heh - and while we're at it, let's replace NSArray with ArrayList, NSDictionary with HashMap and NSSet with well, some of those gazillion java collection classes -

Re: Getters without the get part

2009-03-31 Thread Hugi Thordarson
on the immutable ones like arrayByAddingObject ... Hey, just create ERXArrayUtilities.arrayByAddingObject( Object[] array, Object object ) we don't need an entire new collection API for methods like this :-). - hugi // Hugi Thordarson // http://hugi.karlmenn.is

Re: Getters without the get part

2009-03-31 Thread Hugi Thordarson
Oh yes, the Java collections do indeed suck :-). - hugi On 31.3.2009, at 20:27, Mike Schrag wrote: This already should have happened. Once you get a firm grasp of the Java Collections API, it's design, intention and power, NSArray and it's company will make you want to puke. I actually

Re: Getters without the get part

2009-03-31 Thread Hugi Thordarson
serious horse, as we say in Icelandic. - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Re: Getters without the get part

2009-03-31 Thread Hugi Thordarson
yeah, is the number of stars *exactly* replacing letters? That would at least narrow it down! eyes tail nose I can see we could use some nice collection classes here. :-) Yes. We have some serious horsenosesucking problems up here. :) Could be worse, could be Icelandic Shark Delicacy:

Re: Getters without the get part

2009-03-31 Thread Hugi Thordarson
try to use the standard java collections where possible, and they're not so bad once you get used to them. - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

Re: Getters without the get part

2009-03-31 Thread Hugi Thordarson
On 1.4.2009, at 03:36, Chuck Hill wrote: [...] Utility classes are a symptom of a defective API. Indeed, but that's no problem - we'll just expand the original class with a Category. Oh Wait :-p - hugi // Hugi Thordarson // http://hugi.karlmenn.is

WO Apache Adaptor not seeing my apps

2009-04-02 Thread Hugi Thordarson
attached the config page, as served by wotaskd, and the WOAdaptorInfoPage, if they help. Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ Title: Wotaskd for WebObjects 5.2 Wotaskd for WebObjects 5.2: dev-xml.us.isSite Config as written to diskSiteConfig type=NSDictionary

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Hugi Thordarson
I'm just using the default port (1085), and the configuration in httpd.conf is set like so: WebObjectsConfig http://localhost:1085 10 And curling http://localhost:1085; returns the configuration :-/ Odd... - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 2.4.2009, at 13:47

Re: WO Apache Adaptor not seeing my apps

2009-04-02 Thread Hugi Thordarson
works fine - the only difference (I know of) between the two setups is that my old servers are using the stock adaptor - but this one is using the adaptor from Project Wonder. I'll probably look further into this as I start deploying the new adaptor to more servers :). Cheers, - hugi // Hugi

Re: WOWODC West Attendees...

2009-04-16 Thread Hugi Thordarson
There is also the Anchor Steam brewery which can be toured: :crying: - hugi ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

Re: CLOB and WO 5.4.3

2009-04-22 Thread Hugi Thordarson
btw: dear oracle: put #...@$ version numbers on your jar files. love, mike. ms Say hello to your new Java overlords! Indeed. I heard they already released Java 7, buried somewhere deep on technet as java.jar. - hugi ___ Do not post admin

Re: CLOB and WO 5.4.3

2009-04-22 Thread Hugi Thordarson
Say hello to your new Java overlords! Indeed. I heard they already released Java 7, buried somewhere deep on technet as java.jar. I honestly don't know if this is a joke or not, and that is the best joke of all. ms Bwahahahah - Gotcha! ;-) - hugi

Re: Generate PDF from dynamically generated WOComponents...

2009-04-29 Thread Hugi Thordarson
A good and swineflufree afternoon to ya'll. If you already have HTML that you want to render as PDF, The Flying Saucer Project is your new saviour. 1. Go to https://xhtmlrenderer.dev.java.net/ and download a stable binary. 2. Add the three required jars to your project (iText/xml/core-

Re: [WOWODC] Student discount

2009-05-07 Thread Hugi Thordarson
grumble freaking bankers mumble mumble subprime mortgage market idiocy grumble mumble mumble. - hugi // Hugi Thordarson // http://hugi.karlmenn.is/ ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: [WOWODC] Student discount

2009-05-07 Thread Hugi Thordarson
how about a discount for europeans ? :-) Why would you want one? The way the dollar is going, you can buy your ticket for a the rice of a cup of coffee in europe... Well then, how about a discount for us bankrupt Icelanders? I'd have to sell my apartment to visit WOWODC this year mumble

Re: [WOWODC] Student discount

2009-05-07 Thread Hugi Thordarson
how about a discount for europeans ? :-) Why would you want one? The way the dollar is going, you can buy your ticket for a the rice of a cup of coffee in europe... Well then, how about a discount for us bankrupt Icelanders? I'd have to sell my apartment to visit WOWODC this year mumble

Re: [WOWODC] Student discount

2009-05-07 Thread Hugi Thordarson
how about a discount for europeans ? :-) Why would you want one? The way the dollar is going, you can buy your ticket for a the rice of a cup of coffee in europe... Well then, how about a discount for us bankrupt Icelanders? I'd have to sell my apartment to visit WOWODC this year mumble

Re: Modifying Properties for an EOF JDBC-connection

2009-05-20 Thread Hugi Thordarson
Thanks - but this overrides the connection dictionary; I'l looking at the connection properties (it's a JDBC thing)... I'll posta notification once I get this working :) Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 19.5.2009, at 17:38, Gustavo Adolfo Pizano wrote

Re: Modifying Properties for an EOF JDBC-connection

2009-05-20 Thread Hugi Thordarson
); } } return properties; } } On May 19, 2009, at 12:17 PM, Hugi Thordarson wrote: Hi all. I need to set a property for the Oracle JDBC-driver, can anyone tell me how to do that? This is wat I've tried (without success

Re: Rich Clients and WO

2009-06-09 Thread Hugi Thordarson
Damn, that was a disappointment. I opened this thread and was hoping for a viable get rich quick scheme! - hugi On 9.6.2009, at 14:57, David Avendasora wrote: Hi all, I have a question that I think I can finally put into words after an excellent WOWODC, especially the session on

  1   2   3   4   5   >