Copied to clipboard

Flag this post as spam?

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


  • marthin 87 posts 106 karma points
    Sep 06, 2010 @ 09:01
    marthin
    0

    Webservice for frontend

    Hi, first of, im not sure this is within the correct section. If not please do tell =)

    So my problem. I'v created a custom section that has its own node structure. The nodes are not created within umbracos db table for nodes, they are in there own tables. Now I need to create a smooth jQuery menu that is basicly the same as the on used in my custom section. Im thinking of using a webservice to return all the nodes. Since the custom section shows different "products" for different customers (multiple sites).

    If i use a webservice for this, where do i place it so that is has the same loaction for all different sites?

    The webservice will be called by a .net usercontrol that will be added as a macro.

    Is this a good solution? Or should I go in another direction? Only use .net usercontrlols?

    Any feedback is very much appreciate!

  • Harald Ulriksen 207 posts 249 karma points
    Sep 06, 2010 @ 09:25
    Harald Ulriksen
    0

    Hi there,

    you can look at Umbraco /base,  http://umbraco.org/documentation/books/introduction-to-base, http://our.umbraco.org/wiki/reference/umbraco-base and http://umbraco.tv/documentation/videos/for-developers/base-and-ajax-development/introduction-to-base 

    It's an easy way to connect the front-end and back-end using jquery.

    Hope this helps,
    Harald.

  • marthin 87 posts 106 karma points
    Sep 09, 2010 @ 10:06
    marthin
    0

    Thank you, very nice links.

    I ended up creating my own webservice =)

Please Sign in or register to post replies

Write your reply to:

Draft