You are here: I'm seeking to expand my knowledge of Application Manager

I'm seeking to expand my knowledge of Application Manager

You've got the fundamentals down, now's the time to explore the topics below to broaden your knowledge. The following sections cover system requirements, application configuration and everything you need to know to get the underlying web application framework (.NET MVC) up and running in your environment.

We suggest the following steps when getting started:

  1. Familiarize Yourself With RESTful Services:

    Representational state transfer (REST) is a style of software architecture for distributed systems such as the World Wide Web. REST has emerged as a predominant web API design model. The term representational state transfer was introduced and defined in 2000 by Roy Fielding in his doctoral dissertation. Fielding is one of the principal authors of the Hypertext Transfer Protocol (HTTP) specification versions 1.0 and 1.1. Read about Representational State Transfer (REST) architectural principles and how to consume REST services. Learn more...

  2. Consume the Services/Data:

      You can easily consume endpoints marked as a "GET" request by simply navigating to the url in your browser. The browser will display the response from the service in your browser window. There are many clients and plug-ins available to help construct service requests:

      • Chrome Advanced REST Client Plug-in
      • Firefox REST Client Add-On
      • Fiddler
      • .NET REST Client
      • Java REST Client