I'm new to turbine and thought it look very powerfull I find it quite hard to find information about the concepts of turbine. So, this is my first question is there another tutorial that tdk explaining at the same time the concepts of turbine ?
Search the list archives. I've seen some mentioned, but I've never looked at them.
Second question, what kind of apps are interested by this framework, is it a restricted to Secure Data Management Apps or any app using model 2 is concerned by turbine.
You can build anything you want. It's just a framework. Bug trackers and web sites are two examples.
And my last question is very precise.
In the sample app a table named RDF is created. Does it contain turbine data or only the apps data ?
I ask this question because when I tried to rename the table in the sample app, I have
TorqueException: The table RDF does not have a proper entry in the ID_TABLE.
Is RDF a component of turbine or a part of my app ?
As Brad said, RDF is part of the sample app. To make changes to data objects, including renaming them, you have to change your <project>-schema.xml file and make Torque regenerate your model. Read up on Torque.
Eric
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
