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.
- Advanced Configurations
- Application Architecture
- Application Security
- Diagnosing Installation Errors
- Manual Installation
- Options and Silent Installs
- Scalability and Performance
- WCAG and 508 Compliance
- Services API Reference
We suggest the following steps when getting started:
- 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...
- Consume the Services/Data:
- Chrome Advanced REST Client Plug-in
- Firefox REST Client Add-On
- Fiddler
- .NET REST Client
- Java REST Client
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: