Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nathan Woulfe 447 posts 1665 karma points MVP 5x hq c-trib
    Dec 10, 2013 @ 23:53
    Nathan Woulfe
    0

    Best practice for package structure

    I'm fiddling around with a property editor that needs to post a request to a web service that I've written, which then requests data from an external API (doing it this way as the external service requires oAuth2 and does not allow client-side authentication). It's an extra hop, but lacking an alternative will be fine for what I want to do.

    So, given that I have a .asmx file which is a dependency of the property editor, where should I put it? Currently it's just sitting in the same folder as the rest of the property editor files. Everything works just fine, but want to make sure I'm doing things the best way possible. Does it even matter?

  • David Zweben 268 posts 754 karma points
    Dec 19, 2013 @ 04:09
    David Zweben
    0

    I don't know if there's an established best practice for this, but I like the idea of keeping it in the property editor folder. It makes things easier to keep track of, and when it's in there, it should be installed automatically when creating a package without having to specify it as an additional file.

Please Sign in or register to post replies

Write your reply to:

Draft