Today I played with the blossom extension data module. I can now use a dialog I 
created in java to create/edit items in the data repository. I just want to 
know if I'm using it the way it was meant to be.

1- I create a new data type in the admin console. Lets call it "product".
2- I delete the dialog that was automatically generated for "product" with the 
jcr navigator.
3- I deploy my blossom app which contains the "product" dialog:
@DataTypeDialogFactory("product")
public class Product {
@TabFactory("Settings")
  public void settingsTab(TabBuilder tab) {
    tab.addEdit("name", "Name", "");
    tab.addEdit("description", "Description", "");
  }
}
4- I restart the server and now I can create "product" using the dialog I 
created in java.

Is there a way to skip step 1 and 2?

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=04164849-20a9-45e5-bfda-5900880e39a9


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to