external width for attribute?

2014-10-26 Thread Klaus Berkling
Is there a way to get the external width of an entity attribute as specified in the model? This might be a useful addition to the entity template/entity class generation if it's not otherwise available. kib "The essence of training is to allow error without consequence." Orson Scott Card Kla

Consuming REST services with a WO app

2014-10-26 Thread CHRISTOPH WICK | i4innovation GmbH, Bonn
Hi list, is there a webobjects/wonder way to *consume* a REST service in a wonder app? All the RESt examples on the wiki show how to produce a REST service using Wonder. But I can't find a good way to consume them. (Sidenote: yes, I know, that you can/should/whatever consume them on the client

Re: mod_proxy as mod_WebObjects alternative [Was: Re: Yosemite]

2014-10-26 Thread Chuck Hill
As Johann indicated, you don't need wotaskd running in order for the requests to get from Apache to the app. You do need something to start them. And if you want to stop them with a Web UI and have scheduling, crash notification etc, then Monitor and wotaskd are something that works. Chuck

Re: mod_proxy as mod_WebObjects alternative [Was: Re: Yosemite]

2014-10-26 Thread Johann Werner
Without wotaskd you will have to start your instances with all necessary program arguments yourself, i.e. on OS X you have to write some launchd scripts. Does that solve your problem? jw Am 26.10.2014 um 17:13 schrieb Tom Woteki : > All: > > Contrary to Chuck’s remark, I was not able to unlo

Re: mod_proxy as mod_WebObjects alternative [Was: Re: Yosemite]

2014-10-26 Thread Tom Woteki
All: Contrary to Chuck’s remark, I was not able to unload wotaskd and still have the successful configuration I posted elsewhere in this thread continue to work. Whereas I have dispensed with mod_webobjects I still require both the WOMonitor and wotaskd daemons running. Tom > On Aug 12, 20