Re: Server ?

2012-01-18 Thread Daniel Beatty
LOL, That is the funny thing isn't it. If Apple could make a quick, nearly effortless buck off of it, they would not hesitate. Even if it involved a little investment, but a good return Apple would be in. The notion of a Darwin/Linux cloudlet VM with WO's task manager, monitor, and other sw

Re: migrations with multiple software versions

2012-01-18 Thread Pascal Robert
I would go with multiple DB schemas for different major versions. You will probably need that to have a different data sets to test against anyway. > Hi all, > > I have a little scenario here and I was wondering if there was a way > the ERXMigration system could handle it. It looks like

migrations with multiple software versions

2012-01-18 Thread Michael Gargano
Hi all, I have a little scenario here and I was wondering if there was a way the ERXMigration system could handle it. It looks like a "no" just reading some of the docs, but I can't be the only one doing this (i hope). So, I have two versions of software being worked on simult

Re: Server ?

2012-01-18 Thread Pascal Robert
Apple? Who's that? Ah, the guys that hire all the WO gods while not releasing new versions of WO :-) > That sounds really cool. I wish Apple would do a Google Apps for WO dev. > > Johnny Miller > Kahalawai Media Corp. > www.kahalawai.com > > > > On Jan 18, 2012, at 10:48 AM, Pascal Robert wr

Re: Server ?

2012-01-18 Thread David LeBer
Try: -- David LeBer Codeferous Software On 2012-01-18, at 4:26 PM, sightuary/firstsightmedia wrote: > 404 > > sightuary / firstsightmedia > > On Jan 18, 2012, at 15:20, Pascal Robert wrote: > >> The deployment recording: >> >> ht

Re: Server ?

2012-01-18 Thread Johnny Miller
That sounds really cool. I wish Apple would do a Google Apps for WO dev. Johnny Miller Kahalawai Media Corp. www.kahalawai.com On Jan 18, 2012, at 10:48 AM, Pascal Robert wrote: > BTW, I was thinking of adding hosting as a WOCommunity service (for paid > members), exactly for those kind of c

Re: Server ?

2012-01-18 Thread Pascal Robert
Le 2012-01-18 à 16:25, David Holt a écrit : > That would be great! > > Also be nice to have a central location for all of the demos of wonder > applications. If I can get Wonder to build with Jenkins, that's the plan. > David > > > On 2012-01-18, at 12:48 PM, Pascal Robert wrote: > >> BTW

Re: Server ?

2012-01-18 Thread Pascal Robert
Ah yes, I forgot that the link in CyberDuck add a extra folder (/html). So it's : http://wocommunity.org/podcasts/wowodc/2011/Deployment.mov > 404 > > sightuary / firstsightmedia > > On Jan 18, 2012, at 15:20, Pascal Robert wrote: > >> The deployment recording: >> >> http://wocommunity.

Re: Server ?

2012-01-18 Thread sightuary/firstsightmedia
404 sightuary / firstsightmedia On Jan 18, 2012, at 15:20, Pascal Robert wrote: > The deployment recording: > > http://wocommunity.org/html/podcasts/wowodc/2011/Deployment.mov > >> We've used WO/D2W/ERRest for the backend to our iPhone apps and deploy to >> Linode. >> >> There should be v

Re: Server ?

2012-01-18 Thread David Holt
That would be great! Also be nice to have a central location for all of the demos of wonder applications. David On 2012-01-18, at 12:48 PM, Pascal Robert wrote: > BTW, I was thinking of adding hosting as a WOCommunity service (for paid > members), exactly for those kind of cases (people who

Re: Server ?

2012-01-18 Thread Pascal Robert
BTW, I was thinking of adding hosting as a WOCommunity service (for paid members), exactly for those kind of cases (people who wants to only host small apps), what do you think of this? No need to install wotaskd and Linux, just add your apps and restart them with a custom interface. > Hi, All

Re: Server ?

2012-01-18 Thread James Cicenia
Wonder/ERMD2W/ERRest/Migrations and AWS has been very productive as a REST and D2W service! On Jan 18, 2012, at 1:20 PM, Jesse Tayler wrote: > I love WO for our iPhone client apps > > I use AWS and there are some scripts to help set that up in the wocommunity > wiki somewhere > > > > > S

Re: Server ?

2012-01-18 Thread Pascal Robert
The deployment recording: http://wocommunity.org/html/podcasts/wowodc/2011/Deployment.mov > We've used WO/D2W/ERRest for the backend to our iPhone apps and deploy to > Linode. > > There should be videos for my WOWODC talks on both subjects. > > D > > -- > David LeBer > Codeferous Software >

Re: Server ?

2012-01-18 Thread David LeBer
We've used WO/D2W/ERRest for the backend to our iPhone apps and deploy to Linode. There should be videos for my WOWODC talks on both subjects. D -- David LeBer Codeferous Software On 2012-01-18, at 2:01 PM, Calven Eggert wrote: > Hi, All > > I have an iPhone app that needs to talk to a datab

Re: Server ?

2012-01-18 Thread Jesse Tayler
I love WO for our iPhone client apps I use AWS and there are some scripts to help set that up in the wocommunity wiki somewhere Sent from my iPad On Jan 18, 2012, at 2:01 PM, Calven Eggert wrote: > Hi, All > > I have an iPhone app that needs to talk to a database on the internet in > ord

Re: ALL SOLVED, Re: having weird build and run issues...

2012-01-18 Thread Paul Yu
Actually this is not truly a WO issue. This is best practices that allows a small development shop to do a lot of things with very low overhead of human resources. However, the people involved have to be good enough to setup these best practice things. Converting from WO pre-wonder to Wonder

Re: ALL SOLVED, Re: having weird build and run issues...

2012-01-18 Thread Ramsey Gurley
I don't think anyone ever said the barrier to entry was low with WO ;-) Ramsey On Jan 18, 2012, at 10:12 AM, James Cicenia wrote: > Hmmm,,, now I understand all those Jenkins/Hudson emails > > Well I ran the ant command and it built all the libraries and everything is > working as would be

Server ?

2012-01-18 Thread Calven Eggert
Hi, All I have an iPhone app that needs to talk to a database on the internet in order to share information amongst the users of the iPhone app. (This is a personal project not related to my day job) Is webobjects the way to go or should I be looking somewhere else? Has anyone tried this al

Re: ALL SOLVED, Re: having weird build and run issues...

2012-01-18 Thread Pau Yu
Yes, there's a lot of stuff to keep up with. But once we move forward to using: Jenkins as you build server. Wonder + WebObjects 5.4 as your frameworks Eclipse 3.7 + eGits / Tower as you IDE and version control tools Git for Wonder source and your own code for version control Migration for inst

ALL SOLVED, Re: having weird build and run issues...

2012-01-18 Thread James Cicenia
Hmmm,,, now I understand all those Jenkins/Hudson emails Well I ran the ant command and it built all the libraries and everything is working as would be expected. AND, all based upon Wonder Source. So that is very good. I am now 100% Wonder All the Way (WAW) First it was errest, than it wa

Re: half solved, Re: having weird build and run issues...

2012-01-18 Thread Ramsey Gurley
You have to build/install every framework before you can build your app. The ant install puts a newly built copy in your Library/Frameworks directory. It's a bit of a pain to do that. The easy way to manage builds is to set up a Jenkins build server (or use maven?). Building in Eclispe is fo

Re: half solved, Re: having weird build and run issues...

2012-01-18 Thread Pascal Robert
Le 2012-01-18 à 11:12, James Cicenia a écrit : > Looks like Wonder binaries and Wonder Source didn't play well together. > So I deleted all the binaries and imported the couple dozen I needed. You NEED the binaries when you build with Ant. The incremental builder inside Eclipse will use the sou

half solved, Re: having weird build and run issues...

2012-01-18 Thread James Cicenia
Looks like Wonder binaries and Wonder Source didn't play well together. So I deleted all the binaries and imported the couple dozen I needed. That solved the ERXKeyFilter issue and it now works great in development. BUT, When I run a build it still gives me: BUILD FAILED /Users/jcicenia/Documen

Re: having weird build and run issues...

2012-01-18 Thread Pascal Robert
Sounds like problems mixing Wonder for WO 5.4 and using WO 5.3. Are you using WO 5.4 everywhere? > I can't seem to build with ERCoolComponents for deployment. > And now when doing some work on a REST Controller I am getting this error: > > Show is [ERXKeyFilter: base=Attributes; includes={mainIm

having weird build and run issues...

2012-01-18 Thread James Cicenia
I can't seem to build with ERCoolComponents for deployment. And now when doing some work on a REST Controller I am getting this error: Show is [ERXKeyFilter: base=Attributes; includes={mainImage=[ERXKeyFilter: base=None; includes={webPath=[ERXKeyFilter: base=None]}], thumbnailImage=[ERXKeyFilter