Re: Webobjects framework how to
Re: Webobjects framework how to
- Subject: Re: Webobjects framework how to
- From: Chuck Hill <email@hidden>
- Date: Wed, 29 Mar 2006 11:01:48 -0800
Xcode or Eclipse?
There really is not much to it:
1. Create a new WebObjects Framework project
2. Add classes and component exactly the same as for an application
3. Build
4. Install. This step might be a bit controversial. Using older
versions of Xcode, I found that I needed to reference the installed
version of frameworks (/Library/Frameworks/...) so that the
classpaths generated for the application did not reference my build
environment. I don't know if this is still required, but I think it
is. I just added a script phase to Xcode to install at the end of
each build. I can post it if you want it
5. Add the the framework to the frameworks in your application
6. Use the classes and components from the framework as if they were
in the application.
Chuck
On Mar 28, 2006, at 10:05 PM, .::welemski::. wrote:
Hi lists,
Does anyone knows a good tutorial for making a framework on
webobjects.
--
Coming in 2006 - an introduction to web applications using WebObjects
and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden