Re: How are you handling html templates created in other apps?
Re: How are you handling html templates created in other apps?
- Subject: Re: How are you handling html templates created in other apps?
- From: Chuck Hill <email@hidden>
- Date: Fri, 16 Feb 2007 12:47:01 -0800
Use DirectConnect, profit not.
DirectConnect evil.
http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Applications/
Development/Direct_Connect
On Feb 16, 2007, at 12:43 PM, Kevin Windham wrote:
On Feb 16, 2007, at 2:31 PM, Chuck Hill wrote:
On Feb 16, 2007, at 11:52 AM, Kevin Windham wrote:
On Feb 16, 2007, at 1:30 PM, Kevin Windham wrote:
Thanks a lot for pointing out the BASE tag. I don't think I've
ever run across that before, and it turns out to be extremely
useful with WebObjects Builder.
I was able to copy and paste the whole html page into the source
of my component and add the base tag. I then uploaded all the
images to the server in an appropriate directory and WebObjects
Builder now displays everything without needing to edit any
image tags. Very snazzy. Now I am able to see the various
elements so I can do the binding thing and I am in business
painlessly.
Sorry to bother again...
One more thing that would make this all pretty much seamless.
When using the base tag, my WO generated URLs are relative to the
BASE URL. Is there a way to get WO to generate a full URL
instead. That would prevent me from needing to deploy to test
without turning the BASE tag on and off to get links to work
right on my local machine.
Not quite following. What are you using for the BASE url? All
the WO generated URLs should start with / and only be relative to
the domain. Are you using Direct Connect (URLs like http://
localhost:45738/cgi-bin...? If so, stop that! :-)
Well, I am just using build & run to test and debug my app on my
local machine and that's just what it does. It runs the app on a
random port. Is there a way to configure Xcode so it will not do
that and I can still just build/run and debug like normal? I know
that once I deploy this doesn't matter, but I am a way off from
deployment and I would like to make the build/debug cycle as close
to painless as possible, because I am sure I will need to do a lot
of debugging between now and deployment. ;-)
Kevin
--
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