Category: Programming
Using Functiods in Map This topic will show how to use Functiods in BizTalk. Functiods are like functions, they are objects in Map Orchestration. The purpose of Map is …
Accessing MySQL on NetBeans using JDBC, Part 1: Create a connection This tutorial show you how to use NetBeans to connect MySQL by using MySQL Connector/J, MySQL AB’s JDBC …
Customize Filename Dynamically This tutorial shows how to customize output filename inside orchestration. There are 5 tutorials in this training. BizTalk Training 1 – basic send/receive xml message BizTalk …
Receive/Send Plain Text This tutorial shows how to receive plain text using FILE Adapter and map to xml message while in orchestration and finally send out using FILE Adapter …
Basic Send/Receive XML Message This tutorial shows how to create simple orchestration to send/receive xml messages using FILE Adapter. There are 5 tutorials in this training. BizTalk Training 1 …
SQL Server 2005 Training, Day 1, Part 1 I have been trained SQL Server 2005 several months ago but I haven’t time to summarize yet so I’m going to …
Perform SQL Operations From Part 1, I have only established a connection with local SQL Server. Next I’ll show how to retrieve and modify data on remote SQL Server. …
How to run command-line or execute external application from Java Have you ever confront a situation that you need to execute external programs while developing a Java application? For …