Re: Question: New to WebObjects, how do I build this website?
Re: Question: New to WebObjects, how do I build this website?
- Subject: Re: Question: New to WebObjects, how do I build this website?
- From: Alexander Spohr <email@hidden>
- Date: Sun, 4 Jan 2004 13:51:03 +0100
hi ralph,
(1) can I design such a site using the WebObjects application;
no.
wo is not an application. it is a collection of frameworks and tools
for programming.
you write the application yourself (you can design that app of course
and therefore the site) in java.
(2) Does WebObjects generate the html code or do I have to write it;
you have to write the templates for the code you have to write as well.
wo will then put the dynamic content into your templates.
(3) How do I build the database into the site (does WebObjects do this
or can I use an app such as Filemaker Pro build the database and then
integrate it into the site)?
is this one question?
you have to build the db.
you have to integrate it into the wo-app that you write using eof.
wo will then deliver the db contents packed into the templates (that
you wrote) to your webserver (that you set up).
Thanks for your help in advance.
hm... i think this did not really help you.
it boils down to:
1) if you don't speak java: forget it.
2) if you don't understand databases: forget it.
3) wo is a tool for developers building things they can not get out of
the box with java and sql databases.
atze
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.