API for Dream Weaver Templates

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default API for Dream Weaver Templates

    I am developing a content management system which generates the html files.
    These html files are using the dreamweaver template(dwt). The templates(dwt)
    may undergo changes. This template change has to be applied in the html files.
    To carry out this task I need an API . Is there any java API given by dream
    weaver to accoplish this ?

    jebamony Guest

  2. Similar Questions and Discussions

    1. dream weaver problem...pls help..
      I am using dreamweaver cs4, the problem is: dreamweaver is creating folders in unusual location: <script...
    2. DREAM(scenario)Weaver or Nightmare?
      Ok, Here's the question. I designed a site in Dreamweaver CS3. I have writers "contributing" to the site in CONTRIBUTE. They "submit" there drafts....
    3. Dream weaver wont connect to Yahoo!!!
      Ok this stupid thing is killing me, i have tried again and again to get it to connect but everytime that i try to define my site in DreamWeaver it...
    4. Dream Weaver Crashing When Previewing In Explorer
      Hi all. I have just installed a trial of Dream Weaver on a PC running what I believe is Windows 98. I have been taking pages created in Dream...
    5. SSH problems in Dream weaver on OS X
      hi, hope someone can help me out I can tunnel a secure connection in the terminal, as suggested on the tutorial on how to get a secure connection....
  3. #2

    Default Re: API for Dream Weaver Templates

    tell us more about the CMS you're developing!

    "jebamony" <webforumsuser@macromedia.com> wrote in message
    news:dgrclf$5q3$1@forums.macromedia.com...
    > I am developing a content management system which generates the html
    files.
    > These html files are using the dreamweaver template(dwt). The
    templates(dwt)
    > may undergo changes. This template change has to be applied in the html
    files.
    > To carry out this task I need an API . Is there any java API given by
    dream
    > weaver to accoplish this ?
    >

    Rachael Caldwell Guest

  4. #3

    Default Re: API for Dream Weaver Templates

    My experience with DWT is that it's pretty simple.

    Once you master setting up the "Editable regions" then all you have to do is
    update the template and DW will propagate the changes out to the HTML pages
    that use that DWT.

    THEN you have to do another "PUT" on the changed pages to get them to the site.

    I've never had to use any API to do that.

    The big variable is how your CMS interoperates with the HTML.

    DW_Steve Guest

  5. #4

    Default Re: API for Dream Weaver Templates

    >> The templates(dwt) may undergo changes. This template change has to be
    applied in the html files.

    Why would you need to use an API for something as simple as this? Assuming the
    CMS doesn't add a lot of server side coding to the HTML files, and those HTML
    files have properly placed editable regions, why not just update all pages
    using the template (.dwt) from inside Dreamweaver?

    Modify -> Templates -> Update Pages...

    mzanime.com Guest

  6. #5

    Default Re: API for Dream Weaver Templates

    I am developing an online CMS which needs to use dwt. This requires server side
    coding in order to propagate the changes to the corresponding html files. Since
    dreamweaver is a client side tool, I can't use it in the server side. Hence, I
    am looking for any libraries provided by dreamweaver to handle the server side
    issue.

    jebamony Guest

  7. #6

    Default Re: API for Dream Weaver Templates

    There may be libraries available with the dreamweaver to handle dwt changes. I
    guess that those libraries may be available as hared or dynamic link libraries.
    Could you please write more about your content management.

    nanchil Guest

  8. #7

    Default Re: API for Dream Weaver Templates

    The content mangement system gives provision to view, create and edit the
    website content in the on-line. The end user can import the website and start
    change their web site content and can publish to the specified server location.
    Whenever they upload a dwt file the htmls associated to the dwt needs to get
    the changes. I can do the implementation like the one suggested by DW_Steve.
    However reusing of libraries is always better and hence looking for the
    libraries. Thanks for everyone contributed to this subject.

    jebamony Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139