I've installed tdk2.1 and had a good look at the sample application.  Now I
want to create my own.

Q1:  Is there any documentation on how to create a project from scratch?

Q2:  If no such documentation exists, is my assumption correct that the best
way to do it is doing the following:
        1. Create a new directory for the new project <projectdir>
        2. Copy <tdk>/share/sample/build to <projectdir>/build
        3. Create other files as required for new project
        4. Modify <tdk>/build.properties to point to the new project
        5. Execute ant in the <tdk> directory
        6. Execute ant init in <tdk>/webapps/WEB-INF/build
    I'm sure there would be a lot of other changes to properties files and
things along the way, but is this the broad plan?

Q3:  In my application, I need to add a few fields to the turbine-user
table.  Can I combine all of the turbine security tables, id_table and all
of my tables into the one schema file or is there a good reason to keep them
separate?

Q4:  I've seen in another post to this mailing list that someone mentioned a
sample bookstore application.  Where is this?

I've found the navigation of the turbine website and documentation pretty
hard to use, probably because the documentation is contributed by many
people and never really consolidated.  There's a good chance that the
answers to these questions are there somewhere, but I haven't been able to
find them!
Thanks for any help.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to