Re: EOF Stumper (for me at least)

2009-05-19 Thread Ricardo Strausz
Hola Lon, Chuck... On May 18, 2009, at 9:05 PM, webobjects-dev-requ...@lists.apple.com wrote: Message: 7 Date: Mon, 18 May 2009 17:58:32 -0700 From: Chuck Hill Subject: Re: EOF Stumper (for me at least) To: Lon Varscsak Cc: WebObjects-Dev Mailing List List Message-ID: Content-Type: text/

Re: Need some advice for integrating a Cocoa and WO app

2009-05-06 Thread Ricardo Strausz
On May 6, 2009, at 3:09 PM, Andrew Lindesay wrote: Hello Ricardo; I know Andrew Lindesay has developed since then a nice "prototype"; To clarify; it is not a prototype - I have it deployed in two quite large live deployments over multiple years. One of those projects uses the Objective-

Re: Need some advice for integrating a Cocoa and WO app

2009-05-06 Thread Ricardo Strausz
Hola Gustavo (et al.)! Before trying to answer your questions (with my personal approach to the subject), I would like to have clear your needs... When you say "Cocoa", do you mean Leopard, Tiger, Snow Leopard,...? is it important? When you say "back-end", do you mean a RDB + some common lo

Re: AJRDatabase reference

2009-02-09 Thread Ricardo Strausz
WOW!! I am so impressed... I'd just buy my sessions' access... Bravo WOCommunity Hope I can do it this year... Dino On Feb 9, 2009, at 19:09, Andrew Lindesay wrote: Hello Ricardo; Here is a link; http://www.wocommunity.org/wowodc08/ http://www.wocommunity.org/wowodc08/se

Re: AJRDatabase reference

2009-02-09 Thread Ricardo Strausz
Hola! That sounds very interesting... how can I get your talk's video? youtube? in the meantime I am searching the web to understand JR... thx Dino On Feb 9, 2009, at 18:42, Andrew Lindesay wrote: Hello Ricardo; I'm using EOF from Cocoa with JSON-RPC over the wire -- you may be interested to

Re: AJRDatabase reference

2009-02-09 Thread Ricardo Strausz
are you binding it to the interface? if so, how? On Feb 9, 2009, at 17:07, Baiss Eric Magnusson wrote: On Feb 9, 2009, at 2:45 PM, webobjects-dev-requ...@lists.apple.com wrote: Hola t...@s! As some of you may remember, I am trying to use EOF within Leopard's Cocoa, so far not an easy tas

Re: AJRDatabase reference

2009-02-09 Thread Ricardo Strausz
Dearest Chuck! of course you are still around... nice!!! do you remember if in the past 18 months, someone had successfully used EOF within Leopard? Dino On Feb 9, 2009, at 4:33 PM, Chuck Hill wrote: On Feb 9, 2009, at 2:29 PM, Ricardo Strausz wrote: Hola t...@s! I'd been offlin

AJRDatabase reference

2009-02-09 Thread Ricardo Strausz
Hola t...@s! I'd been offline for a while (... doing some DNA-computing ...) but here I am ;^) As some of you may remember, I am trying to use EOF within Leopard's Cocoa, so far not an easy task... see e.g., http://strausz.blogspot.com However, I just found an "old" open implementation of

Re: Web Services

2007-08-11 Thread Ricardo Strausz
Hola Gino! Try the examples in /Developer/Documentation/WebObjects/Web_services/projects it may be a good starting point... Dino see also http://strausz.blogspot.com/2006/08/web-services-documentation.html On Aug 11, 2007, at 14:08, [EMAIL PROTECTED] wrote: Message: 1 Date: Sat, 11 Aug 2007

EOModel vs CDModel

2007-07-20 Thread Ricardo Strausz
Hola [EMAIL PROTECTED] Is there an easy way (or an utility) to make a Core Data model from an EOModel? Gracias Dino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: Preview of the general survey

2007-07-08 Thread Ricardo Strausz
Hola Pascal! On Jul 7, 2007, at 3:55 PM, Pascal Robert wrote: Le 07-07-07 à 16:08, Ricardo Strausz a écrit : Hola Pascal! There are some things VERY strange with this preview's numbers... besides that some numbers do not add up to 233 :-p 1. Mexico is not in the top 5 I only hav

Re: Re: Preview of the general survey

2007-07-08 Thread Ricardo Strausz
Hola Deck! I think that, either you did not understand me or I did not make my self clear (or both), so just to clarify ... From: Lachlan Deck <[EMAIL PROTECTED]> Subject: Re: Preview of the general survey On 08/07/2007, at 6:08 AM, Ricardo Strausz wrote: Hola Pascal! There ar

Re: Preview of the general survey

2007-07-07 Thread Ricardo Strausz
Hola Pascal! There are some things VERY strange with this preview's numbers... besides that some numbers do not add up to 233 :-p 1. Mexico is not in the top 5 2. 5% of the community is planning to jump out the boat, no mater what... 3. 44% still uses Xcode/PB as primary IDE. 4. only 12% de

Re: WOWebService causing an error

2007-07-06 Thread Ricardo Strausz
Hola On Jul 6, 2007, at 1:11 PM, [EMAIL PROTECTED] wrote: public static void initWebService() { WOWebServiceRegistrar.registerWebService("DepositManager", DepositManager.class, new String[] {"deposit"}, true); } try changing the previous line by the simpler

Re: WOBuilder Replacement

2007-07-05 Thread Ricardo Strausz
There are a lot of good business reasons to _not_ develop this. I notice that everyone wants Mike to do it. I don't see anyone who thinks it is such a good idea that their company should do it. :-) Chuck Wise Chuck! I also would like someone to develop a Cocoa EOF replacement, and pay her

Re: EOEditingContext and WO Services (was Subclassing EOEditingContext)

2007-07-04 Thread Ricardo Strausz
Hola Chuck! On Jul 4, 2007, at 11:30, Chuck Hill wrote: On Jul 4, 2007, at 9:12 AM, Ricardo Strausz wrote: To have full access to the model (to the database) trough a service... I am thinking in an intranet, where security is not issue... well it is, but it can be handled. This may be the

Re: EOEditingContext and WO Services (was Subclassing EOEditingContext)

2007-07-04 Thread Ricardo Strausz
even _want_ to do. Chuck On Jul 4, 2007, at 8:02 AM, Ricardo Strausz wrote: Hola! Apparently, it is not trivial (at least not easy) to publish an EOEditingContex trough a web service (see below), nor a subclass of it, so i decided to do so by "wrapping" such an object into one of

EOEditingContext and WO Services (was Subclassing EOEditingContext)

2007-07-04 Thread Ricardo Strausz
Hola! Apparently, it is not trivial (at least not easy) to publish an EOEditingContex trough a web service (see below), nor a subclass of it, so i decided to do so by "wrapping" such an object into one of mine... it works, but it is more tedious since I have to "bypass" each used method..

Re: Subclassing EOEditingContext

2007-07-02 Thread Ricardo Strausz
Manager() != null ) undoManager().removeAllActions(); } ... blah, blah, your methods and overrides here ...... } On Jul 2, 2007, at 4:52 PM, Ricardo Strausz wrote: And how do you manage it? simply calling to super? can you please give me an example? On Jul 2, 2007, a

Re: Subclassing EOEditingContext

2007-07-02 Thread Ricardo Strausz
anges() { super.saveChanges(); if ( undoManager() != null ) undoManager().removeAllActions(); } ... blah, blah, your methods and overrides here .. } On Jul 2, 2007, at 4:52 PM, Ricardo Strausz wrote: And how do you manage it? simply calling to super

Re: Subclassing EOEditingContext

2007-07-02 Thread Ricardo Strausz
, at 21:17, Ricardo Strausz wrote: Hola! What is the best practice to subclass the EOEditingContext (besides not subclassing at all)? Some experience on that? Dino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

Subclassing EOEditingContext

2007-07-02 Thread Ricardo Strausz
Hola! What is the best practice to subclass the EOEditingContext (besides not subclassing at all)? Some experience on that? Dino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lis

Re: Webservices - Newbie

2007-07-02 Thread Ricardo Strausz
Hola Tan! On Jul 2, 2007, at 3:16 AM, [EMAIL PROTECTED] wrote: Message: 10 Date: Mon, 2 Jul 2007 01:02:05 -0700 From: "Tanmoy Roy" <[EMAIL PROTECTED]> Subject: Webservices - Newbie To: "WebObjects Dev" Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" H

Re: Java Client : who is using it ?

2007-06-25 Thread Ricardo Strausz
Hola! From: Chuck Hill <[EMAIL PROTECTED]> On Jun 25, 2007, at 2:35 AM, [EMAIL PROTECTED] wrote: I'm very happy finally someone is talking about this. So far we only built web apps with WO, but we plan do replace our large inhouse application done with obsolete technology by a WO Java Client

Re: Java Client : who is using it ?

2007-06-25 Thread Ricardo Strausz
Hola! I do not want to be pessimistic... but I am ;-( if you go to see Apple's docs on Java Client (http:// developer.apple.com/documentation/WebObjects/DesktopApplications/ ), you will notice a not-nice yellow window saying that such a "legacy document" is consider "obsolet". I had a similar e

Re: WWDC

2007-06-23 Thread Ricardo Strausz
Hola! Date: Sat, 16 Jun 2007 05:28:19 -0700 (PDT) From: Don Guernsey <[EMAIL PROTECTED]> Subject: WWDC To: webobjects-dev@lists.apple.com By the way, whoever is doing that new WO site, GREAT JOB! What WO needs - Cocoa! An Objective-C WO anyone?? I would love to have the GUI stuff, th

Re: EOModeler and Intel Macs

2007-02-03 Thread Ricardo Strausz
Hola Ashish! So far, no problems in my intel iMac... When and how do you get this exception? Dino On Feb 3, 2007, at 2:04 PM, [EMAIL PROTECTED] wrote: Message: 1 Date: Fri, 02 Feb 2007 18:44:56 -0800 From: Mohapatra Ashish <[EMAIL PROTECTED]> Subject: EOModeler and Intel Macs To: Message-

On licensing

2007-01-24 Thread Ricardo Strausz
Hola! someone asked about licensing wo... from the book: This update addresses the issues and adds support for the features listed below: Adds a modified Developer tools license that allows WebObjects applications developed with Xcode 2.3 to be deployed on any compatible platform for mo

Re: WebObjects user group in Mexico City

2007-01-24 Thread Ricardo Strausz
ico. Saludos, Daniel. -- Ricardo Strausz Business Applied C Objects [EMAIL PROTECTED] http://homepage.mac.com/strausz/baco (+52-55) 5437-8205 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: WOBuilder in the future of WO?

2007-01-22 Thread Ricardo Strausz
No offense, but if you are **permanently** working 50-60 hours a week, than there's something wrong with your job/company! Amen! When I read, When you're already working 50-60 hours a week just to meet current deadlines it makes you angry Call the Human Rights Office at your community...

Re: WOBuilder in the future of WO?

2007-01-22 Thread Ricardo Strausz
ne_ every wanting to go back once they understood enough of Eclipse (figure on a mostly productive week). Well, maybe other than Georg :-P Chuck -- Ricardo Strausz Business Applied C Objects [EMAIL PROTECTED] http://homepage.mac.com/strausz/baco (

Re: WOBuilder in the future of WO?

2007-01-22 Thread Ricardo Strausz
ts, so I naturally decided to write a WOBuilder replacement :-) How far am I? Well, I can already do the operation I described above using my app. Not much more, but for something I spent not more then 30 min a day not that shabby too. -- Ricardo Strausz Business Applied C Objects [EMAIL PROTECTED]

Re: WOWS or Cocoa bug?

2006-11-05 Thread Ricardo Strausz
calculation. new BigDecimal( String numberAsString ) NSDecimalNumber initWithString On Nov 5, 2006, at 2:48 PM, Ricardo Strausz wrote: On Nov 5, 2006, at 10:27 AM, Paul Lynch wrote: On 5 Nov 2006, at 13:46, Ricardo Strausz wrote: I am using doubles in both sides: the server and the client..

Re: WOWS or Cocoa bug?

2006-11-05 Thread Ricardo Strausz
On Nov 5, 2006, at 10:27 AM, Paul Lynch wrote: On 5 Nov 2006, at 13:46, Ricardo Strausz wrote: I am using doubles in both sides: the server and the client... Shall I blame them? You should. float and double are both floating point primitives in java; double offers more precision (the

Re: WOWS or Cocoa bug?

2006-11-05 Thread Ricardo Strausz
beit larger) format. I would suggest avoiding doubles if you need high precision, or just round the result if you don't. One fun exercise, if you have an Apple ][ handy - is to type: print 7*7 at the BASIC prompt. The answer? 49.0001 :) Ken On Nov 5, 2006, at 9:02 AM, Ricard

Re: WOWS or Cocoa bug?

2006-11-05 Thread Ricardo Strausz
instead? Kieran On Nov 4, 2006, at 8:35 PM, Ricardo Strausz wrote: Hola! Playing with WOWS and Cocoa I found that even a simple sum, is buggy... I'd published the Calculator.java example from WO and consume it with WebServicesCore.framework in a very straight-forward way (the de

Re: WOWS or Cocoa bug?

2006-11-05 Thread Ricardo Strausz
Hola Paul! I am using doubles in both sides: the server and the client... Shall I blame them? Dino On Nov 5, 2006, at 3:47 AM, Paul Lynch wrote: On 5 Nov 2006, at 01:35, Ricardo Strausz wrote: Playing with WOWS and Cocoa I found that even a simple sum, is buggy... I'd publishe

WOWS or Cocoa bug?

2006-11-04 Thread Ricardo Strausz
Hola! Playing with WOWS and Cocoa I found that even a simple sum, is buggy... I'd published the Calculator.java example from WO and consume it with WebServicesCore.framework in a very straight-forward way (the details are in http://strausz.blogspot.com/2006/11/consuming-calculatorjava- ws.h

WOServices: replacing Cocoa EOF

2006-10-06 Thread Ricardo Strausz
Hola [EMAIL PROTECTED]As you may know, I'd been using Cocoa/EOF since its origins but, since the Java Bridge is about to disappear I'd been trying to substitute it using Web Services. The main idea is to have Core Data, in the Cocoa side, using EOF as its persistence mechanism, in a server side (mi

Re: WO to go openSource?

2006-09-10 Thread Ricardo Strausz
My bet is that some parts of it will go open source, and depending on how it goes (if it get better, or not), they will open some other parts of it...If this will make some sense, they will have to go from the more generic objects to the most specific ones; that is, they better open first NSArray t

Re: Community Wish List [WO Builder Replacement]

2006-09-07 Thread Ricardo Strausz
Nice job Marc... thanks! Dino On Sep 7, 2006, at 9:13, Marc Oesch wrote: Hello, I just tried to collect the ideas of the past few days here: http://www.objectstyle.org/confluence/display/WOL/WO+Builder+Ideas and http://www.objectstyle.org/confluence/display/WOL/WO+Builder+Tasks The second pa

Re: Community Wish List

2006-09-06 Thread Ricardo Strausz
vid Sánchez On Sep 6, 2006, at 8:26 PM, James Cicenia wrote: WOOD Web Objects Oriented Development lol On Sep 6, 2006, at 6:59 PM, Ricardo Strausz wrote: direct.. "wove": Web Objects View Editor Use wove to weave your web :) WOve could be better stated as Web Objects Visua

Re: Community Wish List

2006-09-06 Thread Ricardo Strausz
direct.. "wove": Web Objects View Editor Use wove to weave your web :) WOve could be better stated as Web Objects Visual Editor, but I went with the MVC bit initially. +1"All you need is wove, la la la la la"+1 Dino ___ Do not post admin requests to

Re: WO in Java or Objective-C...

2006-09-06 Thread Ricardo Strausz
On Sep 5, 2006, at 21:41, [EMAIL PROTECTED] wrote: - many of us have large volumes of ObjC code I'm wondering: how many? Are there really a lot of us out there with large Objective-C frameworks that we need to leverage in our WO apps? +1 Dino ___

Re: WO in Java or Objective-C

2006-08-28 Thread Ricardo Strausz
Hola Chuck, Ashley y Dana!On Aug 28, 2006, at 12:06 AM, [EMAIL PROTECTED] wrote:Message: 12 Date: Sun, 27 Aug 2006 21:10:51 -0700 From: Chuck Hill <[EMAIL PROTECTED]> Subject: Re: WO in Java or Objective-C (Was Re: Is WebObjects 4.5 going open source?) On Aug 27, 2006, at 9:04 PM, Ashley Aitken

Is WebObjects 4.5 going open source?

2006-08-27 Thread Ricardo Strausz
Hola Dana!On Aug 27, 2006, at 9:32 AM, [EMAIL PROTECTED] wrote:Subject: Re: WebObjects 5.4 going open source Cc: WebObjects Dev , WebObjects-Talk Talk <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="utf-8" Gaastra Dennis - WO

Re: Dealing with objects not yet in a context (or shouldn't I ?)

2006-08-27 Thread Ricardo Strausz
Hola Yann!On Aug 27, 2006, at 9:32 AM, [EMAIL PROTECTED] wrote:Message: 3 Date: Sun, 27 Aug 2006 12:52:44 +0200 From: Yann Bizeul <[EMAIL PROTECTED]> Subject: Dealing with objects not yet in a context (or shouldn't I ?) To: WebObjects-Dev Apple Message-ID: <[EMAIL P

Re: Looks like...

2006-08-26 Thread Ricardo Strausz
Hola David!On Aug 25, 2006, at 11:03 PM, [EMAIL PROTECTED] wrote:Message: 2 Date: Fri, 25 Aug 2006 21:26:28 -0400 From: David Sanchez <[EMAIL PROTECTED]> Subject: Looks like ThinkSecret got some of the scoop on WO from WWDC'06  To: webobjects-dev@lists.apple.com Message-ID: <[EMAIL PROTECTED]> Con

Re: Webobjects-dev Digest, Vol 3, Issue 603

2006-08-25 Thread Ricardo Strausz
Hola Mike!On Aug 25, 2006, at 2:06 PM, [EMAIL PROTECTED] wrote:Message: 3 Date: Fri, 25 Aug 2006 14:54:19 -0400 From: Mike Schrag <[EMAIL PROTECTED]> Subject: Re: Xcode 2.4 Deprecation Announcements To: WebObjects Dev Message-ID: <[EMAIL PROTECTED]> Content-Type: te

Re: Xcode 2.4 Deprecation Announcements

2006-08-24 Thread Ricardo Strausz
Hola Darly!On Aug 24, 2006, at 6:19 PM, [EMAIL PROTECTED] wrote:Message: 6 Date: Thu, 24 Aug 2006 15:37:56 -0700 From: Daryl Lee <[EMAIL PROTECTED]> Subject: RE: Xcode 2.4 Deprecation Announcements To: webobjects-dev@lists.apple.com, webobjects-announce@lists.apple.com Message-ID: <[EMAIL PROTECTE

Re: Why we should try!?

2006-08-22 Thread Ricardo Strausz
done... Dino On Aug 22, 2006, at 13:34, [EMAIL PROTECTED] wrote: On Aug 22, 2006, at 11:13 AM, Ricardo Strausz wrote: wodev had been absorbed by wikipedia (which I consider a nice move), so let us do a non-encyclopaedic wiki; just an informal one which announce to us the running projects&#x

Why we should try!?

2006-08-22 Thread Ricardo Strausz
Hola! (sorry for the cross-posting, but I wanted to start using the new list... being sure most of you are not subscribed (yet?)) I had just read a massage which suggest that we should not do the currently discussed WO site... it make sense, in a sense, because there are others attempts sprea

Re: XCode 2.3 --> XCode 2.4 [and WebObjects 5.3.2]

2006-08-22 Thread Ricardo Strausz
Hola Florijan! Yes, but theoretically, Apple could support and develop WebObjects (the Java code) without directly supporting or developing any tools for development with WebObjects. Or they just drop it, like you say, and we have to start using third party solutions. But that would be a bit

Re: WO Community Web site

2006-08-22 Thread Ricardo Strausz
Hola On Aug 22, 2006, at 0:09, [EMAIL PROTECTED] wrote: Message: 4 Date: Mon, 21 Aug 2006 21:14:43 -0400 From: Pascal Robert <[EMAIL PROTECTED]> Subject: WO Community Web site To: WO Dev-Apple Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; format=flowed It's faste

Re: Let's do it!

2006-08-21 Thread Ricardo Strausz
On Aug 21, 2006, at 5:43 PM, [EMAIL PROTECTED] wrote:2. We should have an expert in mail (for the list... may be simply   to get "majordomo" working) and to set up a web-log, the wiki, and   the ftp server to publish code... I am sure that guru Chuck can   help... do you? I am NOT a server admin G

Re: Lets Start doing it

2006-08-19 Thread Ricardo Strausz
also offer an archive page for viewing previous posts. Karl[EMAIL PROTECTED] On 19-Aug-06, at 4:32 PM, Ricardo Strausz wrote:Hola!With no dude, this is the first "kicking off" words I hear... let do it!1. I am about to receive money to get a Mac Pro (from math.unam.mx) which we can use a

Re: Lets Start doing it

2006-08-19 Thread Ricardo Strausz
Hola!With no dude, this is the first "kicking off" words I hear... let do it!1. I am about to receive money to get a Mac Pro (from math.unam.mx) which we can use as a mirror to Wolfram's Xserve (this depends on government, so I cannot give a precise date yet... but must happen soon).2. We should ha

Re: whywebobjects.org - WWDC followup [and URLs]

2006-08-16 Thread Ricardo Strausz
Hola! On Aug 16, 2006, at 16:35, [EMAIL PROTECTED] wrote: Message: 7 Date: Wed, 16 Aug 2006 14:23:32 -0700 From: Chuck Hill <[EMAIL PROTECTED]> Subject: Re: whywebobjects.org - WWDC followup [and URLs] To: "webobjects-dev@lists.apple.com Apple" Message-ID: <[EMAIL PROTECTED]> Content-Ty

Re: WebObjects Foundation

2006-08-16 Thread Ricardo Strausz
The last time I looked at the WOLips code, it was, um, er, not very well commented. comments ... comments ... nope, haven't heard of em. LOL Real developers don't have time to comment! Good developers write self-explanatory code... no need to comment. Dino ___

Re: How about a WWWODC?

2006-08-10 Thread Ricardo Strausz
Hola!On Aug 9, 2006, at 6:44 PM, [EMAIL PROTECTED] wrote:You know that sounds nice actually. However, I do wonder how many actual WebObjects developers there are? Is it measured in the 10s? 100s? 1000s?!! 10,000s??!! nah Apparently, about 120 and not all can drink that much :) 121... and I ca

Re: A change I noticed in Xcode 2.4

2006-08-09 Thread Ricardo Strausz
My goodness... [[system panic] halting:Dino]; On Aug 9, 2006, at 12:35 AM, Chuck Hill wrote: That all depends on whether the bridge is still installed or not. Panic may be an appropriate reaction. Chuck On Aug 8, 2006, at 3:43 PM, Ricardo Strausz wrote: Hola! Does this means no more

Re: A change I noticed in Xcode 2.4

2006-08-08 Thread Ricardo Strausz
Hola!Does this means no more Cocoa EOF Applications?Please, I would appreciate some words like "it is not dead... do not panic!"[system panic:Dino];On Aug 8, 2006, at 5:04 PM, [EMAIL PROTECTED] wrote:Message: 2 Date: Tue, 8 Aug 2006 15:40:33 -0400 From: Mike Nowak <[EMAIL PROTECTED]> Subject: A cha

Re: seamleass integration with other application

2006-05-12 Thread Ricardo Strausz
o use. To learn more on Cocoa/EOF take a look to: http://wodev.spearway.com/cgi-bin/WebObjects/WODev.woa/wa/Main? wikiPage=CocoaEOApplication Suerte, Dino On May 10, 2006, at 6:39 PM, PS ps wrote: Thanks. Where can I find the demo or any documentation on the same? --- Ricardo Strau

Re: seamleass integration with other application

2006-05-10 Thread Ricardo Strausz
There was a demo showing how to do a web-browser (without writing code) using the APIs of Cocoa... this may give you a hint on how to integrate web-apps into another desktop-app... you may also want to give a try to Cocoa Enterprise Objects Applications... HIIH Dino On May 10, 2006, at 5:34

Re: Cocoa Client with CoreData to WebObjects App

2006-05-03 Thread Ricardo Strausz
ebObjects   app (three-tier model) in a similar fashion to Java Clients? I'd like   to be able to write Obj-C Cocoa apps that can fully interact with EOs   from an existing WebObjects application. Patching EOF into CoreData   seems like an obvious path. Thanks, King Chung Huang --Ricardo St

Re: Problem of Building project converted from Objective C

2006-03-23 Thread Ricardo Strausz
Build in a Mac... not of much help, sorry! an other possibility is to change the "make" file... search for such a path, and change it for something like "YellowBox/bin/etc..." where "YellowBox" should be the path where WO is installed... HIH Dino On Mar 23, 2006, at 14:06, [EMAIL PROTECTED] wro

Re: help for Objective C

2006-03-22 Thread Ricardo Strausz
xt/plain; charset=iso-8859-1   Does any body know that if WebObjects 5.2 support Objective C? If so how to get Objective C project compiled and deployed with WebObjects 5.2. Any help will be very appreciated. Thanks, John--Ricardo Strausz[EMAIL PROTECTED]Business Applied C Objectshttp://homepag

RE: EnterpriseObjects in a regular Java application

2006-01-30 Thread Ricardo Strausz
is a little bit outdated stepwise article about this issue: http://www.stepwise.com/Articles/Technical/2001-07-01.01.html It has helped me to create a java console app. HTH Frank--Ricardo Strausz[EMAIL PROTECTED]Business Applied C Objectshttp://homepage.mac.com/strausz/baco+5255 5437-8205 __