Tutorial by Topics: co

Progress ABL supports two contitional statements: IF/THEN/ELSE and CASE.
In order to utilize a JDBC datasource, we must first set up a JNDI reference in Tomcat. After the JNDI reference is made, JDBC datasources can be used within our Tomcat server and applications using shared or independent references (Great for dev/staging/prod setup, or removing connection strings/cr...
This is a simple example demonstrating how to create a drop down menu in the Active Sheet of your workbook by inserting a Combo Box Activex object in the sheet. You'll be able to insert one of five Jimi Hendrix songs in any activated cell of the sheet and be able to clear it, accordingly.
This section provides an overview of what alfresco-share is, and why a developer might want to use it. It should also mention any large subjects within alfresco-share, and link out to the related topics. Since the Documentation for alfresco-share is new, you may need to create initial versions ...
This is a simple program in node.js to which takes input from the user and prints it to the console. The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require(). ...
This document will take you through the steps to configure a Jenkins job that allows user to setup auto push on successful build.The push operation can be controlled by the user. User can choose if they want to perform the auto push operation on successful build or not.
This topic shows how to produce and consume records in Java.
In JMeter performance testing, Correlations means the ability to fetch dynamic data from the server response and to post it to the subsequent requests. This feature is critical for many aspects of testing, like token-based protected applications.
Kafka offers command-line tools to manage topics, consumer groups, to consume and publish messages and so forth. Important: Kafka console scripts are different for Unix-based and Windows platforms. In the examples, you might need to add the extension according to your platform. Linux: scripts loc...
This article give idea's about setup and installing Asp.Net core with visual studio code. Also create basic MVC template and debugging. Steps involved below... Step 1 - installing Visual studio code. Step 2 - Configuring .Net core and C#. Step 3 - Create Basic MVC Template. Step 4 - Execute and...
Most examples found for F# WPF programming seem to deal with the MVVM pattern, and a few with MVC, but there is next to none that shows properly how to get up and running with "good old" code behind. The code behind pattern is very easy to use for teaching as well as experimentation. It i...
The Mockito docs have an excellent example of how to provide a sequence of answers for multiple calls to a mock. However, they don't cover how to do that for a method that returns void, other than noting that stubbing void methods require using the do family of methods. Remember, for non-void ...
Compile Progress code as called "r-code" and is normally saved in a file with the extension .r. There are a couple of different ways of compiling: using the COMPILE statement or on Linux or AppBuilder: the built in Application Compiler. Developer Studio (the Eclipse environment) has compil...
There are multiple ways to add comment in JSP page, as it is java view technology which primarily focuses on view part of web application which includes html majorly and being java technology it can contain java code as well. So one needs to understand how to use proper comments in jsp. There are 3...
Since starting to work with Xamarin there have been many things I wish someone else had already documented. Here I explain how to use 1 aspect of the google places autocompletion, the UI control making use of a results controller. While this code is based on googles own examples converted to C# fro...
A xs:complexType provides a description of an XML element's content in the instance document. The definition of the xs:complexType can be made globally in which case it has a name and can be re-used within the schema, or it can be inplace and only used within the context it is declared. Attribu...
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. When you think of .NET Core the following should come to mind (flexi...
This section provides an overview of what version-control is, and why a developer might want to use it. It should also mention any large subjects within version-control, and link out to the related topics. Since the Documentation for version-control is new, you may need to create initial versio...

Page 49 of 62