Re: Does the ERXStaticResourceRequestHandler work with those compressed jarred resources?

2010-07-21 Thread Chuck Hill
On Jul 21, 2010, at 8:00 PM, Mr. G Brown wrote: > > Is anybody using 5.4? I am, with no problems. > It is too bad that Wonder doesn't work so well with the jar frameworks; > sometimes it does, sometimes it doesn't... I am not, however, using Maven or jar frameworks. Chuck -- Chuck Hill

Re: Does the ERXStaticResourceRequestHandler work with those compressed jarred resources?

2010-07-21 Thread Mike Schrag
> Is anybody using 5.4? > > It is too bad that Wonder doesn't work so well with the jar frameworks; > sometimes it does, sometimes it doesn't... fixes welcome :) ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mai

Re: Does the ERXStaticResourceRequestHandler work with those compressed jarred resources?

2010-07-21 Thread Mr. G Brown
On Jul 21, 2010, at 8:12 PM, Mike Schrag wrote: > Or your deployment needs fixing to not assume jar frameworks :) > > On Jul 21, 2010, at 12:29 AM, Lachlan Deck wrote: > >> You'll find that the implementation for this needs fixing so that it doesn't >> assume *.framework resources. :-/ I fou

Re: Does the ERXStaticResourceRequestHandler work with those compressed jarred resources?

2010-07-21 Thread Mike Schrag
Or your deployment needs fixing to not assume jar frameworks :) On Jul 21, 2010, at 12:29 AM, Lachlan Deck wrote: > You'll find that the implementation for this needs fixing so that it doesn't > assume *.framework resources. :-/ > > On 21/07/2010, at 1:44 PM, Mr. G Brown wrote: > >> Hi, >> >>

Re: Does the ERXStaticResourceRequestHandler work with those compressed jarred resources?

2010-07-21 Thread Lachlan Deck
You'll find that the implementation for this needs fixing so that it doesn't assume *.framework resources. :-/ On 21/07/2010, at 1:44 PM, Mr. G Brown wrote: > Hi, > > I have a wo5.4 D2W app, with Wonder (linked up by maven) . The web page is > displayed with missing graphic resources, and the

Re: OT: Java desktop dev environments

2010-07-21 Thread John Huss
Yeah, Netbeans is the best WYSIWYG editor. But if you like something declarative there are tons of options. Scala-swing is one I was just reading about, if you like scala. But groovy has swing builder. There are lots of options. MigLayout is good for hand-coding. John On Wed, Jul 21, 2010 at

Re: OT: Java desktop dev environments

2010-07-21 Thread Farrukh Ijaz
There is no such free one single consolidated ide that could do the job for you. However, you can combine various tools. Check for JGoodies and JFormDesigner for UI designing. Netbeans is my favorite IDE for Swing based applications. You can also look for existing frameworks that can do 70% job

Re: [WOWODC] latest news

2010-07-21 Thread Chuck Hill
On Jul 21, 2010, at 10:55 AM, Pascal Robert wrote: > Le 10-07-21 à 12:56, Chuck Hill a écrit : >> On Jul 21, 2010, at 9:48 AM, David Holt wrote: >>> On 2010-07-21, at 8:05 AM, Pascal Robert wrote: >>> Drinking with Chuck is the remaining 10% :-) >>> >>> Can't wait. And in Montreal no less! >

OT: Java desktop dev environments

2010-07-21 Thread Lon Varscsak
Are there any good tools out there for building UIs for Java desktop apps? I'm not looking for WO/EOF integration, just something to quickly build some applications. -Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: table name bound to item?

2010-07-21 Thread Anjo Krank
> wo:WOGenericElement Use: > wo:WOGenericContainer Cheers, Anjo Am 21.07.2010 um 20:59 schrieb Theodore Petrosky: > almost... here is what I have. It looks like webobjects doesn't really like > the wo:WOGenericElement: > > > > > >Back > > > > >test >o

Re: table name bound to item?

2010-07-21 Thread Theodore Petrosky
almost... here is what I have. It looks like webobjects doesn't really like the wo:WOGenericElement: Back test one some info here is the html generated: Back Here is what

Re: table name bound to item?

2010-07-21 Thread Farrukh Ijaz
Instead of , use Farrukh Sent from my iPad On 21-Jul-2010, at 9:25 PM, Theodore Petrosky wrote: > I am playing with the excel export of data and need some help. > > I have a WORepetition around a table... that's correct I want many tables > with name = "$theUser.username" (the item object f

table name bound to item?

2010-07-21 Thread Theodore Petrosky
I am playing with the excel export of data and need some help. I have a WORepetition around a table... that's correct I want many tables with name = "$theUser.username" (the item object for the repetition.) It looks like will not accept the 'item' object. I get an error: Error: java.lang.Il

Re: [WOWODC] latest news

2010-07-21 Thread Pascal Robert
Le 10-07-21 à 14:18, Mark Ritchie a écrit : On 21/Jul/2010, at 10:55 AM, Pascal Robert wrote: Hum, not sure about the first link your search is returning :-) Better to search for "danseuses" instead of "dancer" :-) Well, either way of searching seems to show that there are many options in

Re: [WOWODC] latest news

2010-07-21 Thread Mark Ritchie
On 21/Jul/2010, at 10:55 AM, Pascal Robert wrote: > Hum, not sure about the first link your search is returning :-) Better to > search for "danseuses" instead of "dancer" :-) Well, either way of searching seems to show that there are many options in Montreal! But then, we knew that! ;-) M. ___

Re: [WOWODC] latest news

2010-07-21 Thread Pascal Robert
Le 10-07-21 à 12:56, Chuck Hill a écrit : On Jul 21, 2010, at 9:48 AM, David Holt wrote: On 2010-07-21, at 8:05 AM, Pascal Robert wrote: Drinking with Chuck is the remaining 10% :-) Can't wait. And in Montreal no less! Hopefully I can stay awake this time! It was rather sad last year.

Re: Does the ERXStaticResourceRequestHandler work with those compressed jarred resources?

2010-07-21 Thread gsbrown
Hmmm I changed the maven properties to build webobjects.version = 5.3.3 and the wonder.classifier = wo53 in the D2W application and in the dependent frameworks as well. Maven acted friendly ;>) and built 5.3.3 versions of everything. (I cut and pasted Wonder's top pom's dependency management s

Re: Core Data to EOF migration tool

2010-07-21 Thread Mark Ritchie
Hey Daniel! On 21/Jul/2010, at 9:52 AM, Beatty, Daniel D CIV NAVAIR, 474300D wrote: > Any ideas? The last time that I did something like that, I did this: - exported from SqlLite to flat file with sqlite3 database .dump - used sed scripts to massage the files and load into MySQL - used EntityMode

Re: [WOWODC] latest news

2010-07-21 Thread Chuck Hill
On Jul 21, 2010, at 9:48 AM, David Holt wrote: > On 2010-07-21, at 8:05 AM, Pascal Robert wrote: > >> Drinking with Chuck is the remaining 10% :-) > > Can't wait. And in Montreal no less! Hopefully I can stay awake this time! It was rather sad last year. There are even cultural dance shows:

Core Data to EOF migration tool

2010-07-21 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Mark and others who probably know the answer, I have question regarding the possibility of migrating a Core Data scheme to EOF. The idea is to use Core Data as a sort of training wheels set to help new comers to EOF learn. One the questions that came up was, can EOF import the scheme

Re: [WOWODC] latest news

2010-07-21 Thread David Holt
On 2010-07-21, at 8:05 AM, Pascal Robert wrote: > Drinking with Chuck is the remaining 10% :-) Can't wait. And in Montreal no less! d > >> As an attendee and as a presenter, I can tell you that the labs and >> face-to-face time with your peers is about 90% of the value of WOWODC. The >> vid

Re: Safari Extension update

2010-07-21 Thread ISHIMOTO Ken
Version 0.86 Release WO Monitor 5 Links can be set now. Greetings Ken On 2010/07/20, at 21:06, James Cicenia wrote: > Great Perfect !! ... > > Though I could use more than two javamonitor entries! > > And, it will certainly put pressure on the bloggers being up there in the > lights... but

Re: [WOWODC] latest news

2010-07-21 Thread David LeBer
On 2010-07-21, at 11:01 AM, David Avendasora wrote: > As an attendee and as a presenter, I can tell you that the labs and > face-to-face time with your peers is about 90% of the value of WOWODC. The > videos alone are just a taste of the overall WOBuffet that WOWODC is! Do you have documentati

Re: [WOWODC] latest news

2010-07-21 Thread Pascal Robert
Drinking with Chuck is the remaining 10% :-) As an attendee and as a presenter, I can tell you that the labs and face-to-face time with your peers is about 90% of the value of WOWODC. The videos alone are just a taste of the overall WOBuffet that WOWODC is! Dave On Jul 21, 2010, at 10:4

Re: [WOWODC] latest news

2010-07-21 Thread David Avendasora
As an attendee and as a presenter, I can tell you that the labs and face-to-face time with your peers is about 90% of the value of WOWODC. The videos alone are just a taste of the overall WOBuffet that WOWODC is! Dave On Jul 21, 2010, at 10:45 AM, Pascal Robert wrote: > Please note that the l

Re: Developing on Linux

2010-07-21 Thread Valerio Luccio
Amiel Montecillo wrote: You should find wolips.properties in /home//Library/Application Support/WOLips/. If its not there, try to create it. It is the wolips.properties file that is cousing the problem and indeed it is in ~/Library/..., which for me is a problem (my home directory is shared).

[WOWODC] latest news

2010-07-21 Thread Pascal Robert
Hello everyone, Evergent will do a case study about how they use WO in their Revenue Sharing and Partner Settlement system. You can also view the schedule here : http://bit.ly/do7Gw8 For the ERRest session, I will show how to use Dojo with ERRest, Dojo have a couple of nice featur

Re: Developing on Linux

2010-07-21 Thread Amiel Montecillo
You should find wolips.properties in /home//Library/Application Support/WOLips/. If its not there, try to create it. On Wed, Jul 21, 2010 at 10:23 PM, Pascal Robert wrote: > I don't know where the wolips.properties file is located on Linux, but my > guess is that the paths in that files have ei

Re: Developing on Linux

2010-07-21 Thread Pascal Robert
I don't know where the wolips.properties file is located on Linux, but my guess is that the paths in that files have either the Mac paths or starts with /opt. Try to find that file (find / -name 'wolips.properties' -ls) and check the values in there. I've been developing an app on Mac. I ne

Developing on Linux

2010-07-21 Thread Valerio Luccio
I've been developing an app on Mac. I need now to deploy it on Linux as well and wanted to run it via debugger to verify some things. My Linux box is a Fedora 11, JDK 1.6, and the Eclipse version is "Fedora Eclipse, v. 3.4.2" (right off the bat I notice that the build is 20090211-1700, kind of