Tutorial by Topics: rv

A Servlet is a Java application programming interface (API) running on the server machine which can intercept requests made by the client and can generate/send a response accordingly. A well-known example is the HttpServlet which provides methods to hook on HTTP requests using the popular HTTP met...
This section provides an overview of what servicestack is, and why a developer might want to use it. It should also mention any large subjects within servicestack, and link out to the related topics. Since the Documentation for servicestack is new, you may need to create initial versions of thos...
Link to official documentation: https://www.playframework.com/documentation/2.5.x/ScalaWS
REST Service Endpoint URLs The REST client access API was first introduced in SharePoint 2010, but was greatly expanded in SharePoint 2013. The REST API in SharePoint 2010 is accessed through the ListData web service at the /_vti_bin/ListData.svc url. SharePoint 2013 introduced the /_api/lists/...
What is the intent ? Adopt the principle of separation of concerns. Create a separation between the subject and the observer. Allow multiple observers to react to change a single subject. What is the structure ? Subject provides a way to Register, Unregister, Notify. Observer provid...
example-2: This is serves as an example so just don't copy/past it. Instead, to suit your needs, you should customize its variables; ansible_key, security group rules etc.. example-1: To disable the ssh strict host key checking, a behavior we don't want when automating tasks, we set it to no in ...
KVC :- Key-Value Coding Normally instance variables are accessed through properties or accessors but KVC gives another way to access variables in form of strings. In this way your class acts like a dictionary and your property name for example “age” becomes key and value that property holds becom...
Making API requests with Angular 2 Http service and RxJS is very similar to working with promises in Angular 1.x. Use the Http class to make requests. The Http class exposes the methods for issuing HTTP requests GET, POST, PUT, DELETE, PATCH, HEAD requests via corresponding methods. It also expo...
Azure Service Fabric is one of the PaaS services offered by Azure. It is based on the notion of containers and services: unlike Compute services (Web Roles and Worker roles), your code does not run inside one (or more) Virtual Machines, but instead they are run inside a container, sharing it with...
Parameter NameUse ForsearchStringthe string to be found in the file name
My.Computer.Network.DownloadFile(serverFile As String, localFile As String) My.Computer.Network.DownloadFile(serverFile As String, localFile As String, user As String, password As String) My.Computer.Network.UploadFile(localFile As String, serverFile As String) My.Computer.Network.UploadFile(lo...
As RestyGWT is a GWT generator, it will automatically create the implementation of your client interface. Under the hood it will use the RequestBuilder class to implement your calls.

Page 3 of 10