Re: structure opinions

2013-11-13 Thread Ray Kiddy
On Sep 16, 2013, at 9:51 AM, Joel M. Benisch wrote: > Markus: > > As per the private email I sent you over the weekend, which you can most > certainly send to the list if you like, I believe that you are confusing > things that occur in nature (Organizations, People and Addresses) with the >

Re: Ingerating existing Project into Project Wonder

2013-11-13 Thread Chuck Hill
I'd be more afraid about not making the jump. :-) Any WO bug fixes will be in wonder. Chuck -- Chuck Hill Executive Managing Partner, VP Development and Technical Services Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to s

Re: Ingerating existing Project into Project Wonder

2013-11-13 Thread Jesse Tayler
dude, that bike is hilariously cool! but does it run WO yet? On Nov 13, 2013, at 11:19 AM, Aaron Rosenzweig wrote: > Hi Mark, > > I believe it is straight forward except you’ll need to be concerned of a > couple of things: > > 1) EditingContext - do you want to switch to ERXEC everywhere

Re: Ingerating existing Project into Project Wonder

2013-11-13 Thread Aaron Rosenzweig
Hi Mark, I believe it is straight forward except you’ll need to be concerned of a couple of things: 1) EditingContext - do you want to switch to ERXEC everywhere? You may need to search through all of your code and remove “new EOEditing:Context()” and replace with “ERXEC.newEC()” 2) Ajax - if

Ingerating existing Project into Project Wonder

2013-11-13 Thread Beall, Mark (HPSL)
My account is considering Project Wonder. We have an several existing projects using Eclipse, WOLips and WebObjects 5.4.3. We develop on a MacBook Pro with OS X 10.8.5. We deploy our applications to multiple Mac Mini's and connect to an Oracle database. We also have 2 Apache webservers.

Re: Edit url for WO application

2013-11-13 Thread Theodore Petrosky
mod_rewrite is what you want: http://wiki.wocommunity.org/display/documentation/Configuring+Apache+for+WebObjects?src=search On Nov 13, 2013, at 5:35 AM, Sisi Li wrote: > Hello, > > > I would like the user of our app to not see the app name in the URL, > for example: > > At the moment, ou

Edit url for WO application

2013-11-13 Thread Sisi Li
Hello, I would like the user of our app to not see the app name in the URL, for example: At the moment, our site www.example.com => gets routed to www.example.com/Apps/Webobjects/AppName/ra/Website/site1/page1.html I would like the url to show the contents of page1.html but somehow hide the "We

Using a Single inheritance table for relations between entities

2013-11-13 Thread Comm unity
Hello everybody, I have a problem with using different single inheritance tables for relations between entities. I followed this guide to create the Entities: http://wiki.wocommunity.org/display/documentation/Modeling+Inheritance+with+Entity+Modeler I have for different Entities. Person, AbstractR

Re: Postgresql connection issue

2013-11-13 Thread Þór Sigurðsson
Exactly as Ramsey said - although if your database IS in fact on a remote machine, you would not want "trust", since that would imply anybody could connect as anybody to any database. If your database is "mybase" and your database user is "myuser" and your development machine is 192.168.0.100,