09/11/10 Kassab Consulting Services +52 1 (33) 32 00 60 97 1 BaaN Ole Broker Server Connecting other applications to.

Slides:



Advertisements
Similar presentations
Fall IM 2000 Introduction to SIP Jonathan Rosenberg Chief Scientist.
Advertisements

Hypertext Transfer PROTOCOL ----HTTP Sen Wang CSE5232 Network Programming.
PHP syntax basics. Personal Home Page This is a Hypertext processor It works on the server side It demands a Web-server to be installed.
CCNA – Network Fundamentals
HTTP Cookies. CPSC Application Layer 2 User-server state: cookies Many major Web sites use cookies Four components: 1) cookie header line of HTTP.
DT228/3 Web Development WWW and Client server model.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
COEN 445 Communication Networks and Protocols Lab 4
Location based Streaming Topics for our 1 st presentation  Thesis Description  Positioning System  Streaming over positioning  Questions Session.
Skills: none Concepts: Web client (browser), Web server, network connection, URL, mobile client, protocol This work is licensed under a Creative Commons.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Transport Layer Network Fundamentals – Chapter 4.
Retrieving compound pages This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none IT concepts:
A CHAT CLIENT-SERVER MODULE IN JAVA BY MAHTAB M HUSSAIN MAYANK MOHAN ISE 582 FALL 2003 PROJECT.
IT skills: IT concepts: Web client (browser), Web server, network connection, URL, mobile client, peer-to- peer application This work is licensed under.
Layer 7- Application Layer
TS Licensing RDP Terminal Server TSV Session BrokerTS Gateway Client TS Web Access The terminal server runs applications locally and displays them.
Web Integration to an Appx Backend Server. Unix web servers + CGI Win2K web servers + ASP Win2K web servers + ODBC Processing requests Generating HTML.
DEV-14: Understanding and Programming for the AppServer™
19-Aug-15 About the Chat program. 2 Constraints You can't have two programs (or two copies of the same program) listen to the same port on the same machine.
INTRODUCTION TO WEB DATABASE PROGRAMMING
FTP (File Transfer Protocol) & Telnet
WEB Apps Product Info. © beas group 2011 / Page 2 This documentation and training is provided to you by beas group AG. The documents are neither approved.
27.1 Chapter 27 WWW and HTTP Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Web application architecture
A Closer Look at HTTP HyperText Transfer Protocol.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Parts of a URL (Uniform Resource Locator). Let’s study more closely what the parts of this string indicate.
Smart Printing Solutions LTD. The system is an innovative product, designed for organizations who need better control over their printing array. The system.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 4. Understanding the Internet’s Software Structure.
Data Streams David Meredith Source Chapter 19 of – Shiffman, D. (2008). Learning Processing. Morgan Kaufmann, Burlington, MA. ISBN:
IP BROS Presentation by: Amen Ahmed. Mario and Luigi are here to help us find our way through the internet. Mario will act as our browser and Luigi will.
Remote Desktop Services in Windows Server 2008 R2.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Sudarshan Yadav Sr. Program Manager, Microsoft
Browser User Certificate Mail Box VOMS-Admin Host Tomcat TR1) Users Trusts “VOMS-Admin” server identity. step1 TR2) User Trusts data (Data1, HTML response)
ECEN “Internet Protocols and Modeling”, Spring 2012 Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Class.
1-1 HTTP request message GET /somedir/page.html HTTP/1.1 Host: User-agent: Mozilla/4.0 Connection: close Accept-language:fr request.
WWW: an Internet application Bill Chu. © Bei-Tseng Chu Aug 2000 WWW Web and HTTP WWW web is an interconnected information servers each server maintains.
FTP File Transfer Protocol Graeme Strachan. Agenda  An Overview  A Demonstration  An Activity.
School of Computing and Information Systems CS 371 Web Application Programming AJAX.
Operating Systems Lesson 12. HTTP vs HTML HTML: hypertext markup language ◦ Definitions of tags that are added to Web documents to control their appearance.
 Architectural overview  Main APIs. getGames.php getGroupsLocations.php getGroupsScores.php getMessage.php getStreet.php getTime.php login.php sendMessage.php.
What is J2EE Platform The Java 2 Platform Enterprise Edition (J2EE) defines the standard for developing multitier enterprise applications.
EBIZ302 Jupiter Business Process Automation and Web Services David Fong Program Manager.
ASP-2-1 SERVER AND CLIENT SIDE SCRITPING Colorado Technical University IT420 Tim Peterson.
Computer Communication: An example What happens when I click on
Hostway Confidential & Proprietary Introduction to Web Hosting.
Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser
WebStress Academy Bill McCormick Global Summit 2011.
Website Design and Construction Services and Standards.
CUBIZON – SERIES Dimension & Weight Measurement Systems.
The Echo Server Problem. Contents  Basic Networking Concepts  The Echo Server Problem.
SOCKET PROGRAMMING Presented By : Divya Sharma.
Chapter 9: Transport Layer
Application layer tcp/ip
Instructor Materials Chapter 9: Transport Layer
Handling Errors in Web Applications
Websocket Application
Professional Web Designing For Absolute Beginners
Safa’ Futian . Mai Abusalha .
PHP / MySQL Introduction
Implementation CAN Communication Engine
Time Gathering Systems Secure Data Collection for IBM System i Server
Starting TCP Connection – A High Level View
TA: Donghyun (David) Kim
Internet Applications & Programming
Lecture 19: post and Public APIS
Client-Server Model: Requesting a Web Page
Computer Networks Protocols
Your computer is the client
Presentation transcript:

09/11/10 Kassab Consulting Services (33) BaaN Ole Broker Server Connecting other applications to ERP BaaN

09/11/10 Kassab Consulting Services (33) Objective The purpose is that from other applications to read/write data on line to ERP BaaN using BaaN Ole Automation. The purpose is that from other applications to read/write data on line to ERP BaaN using BaaN Ole Automation.

09/11/10 Kassab Consulting Services (33) The problem to be solved BaaN Ole Broker Server arises from the necessity to connect web/other applications to BaaN with the following advantages: BaaN Ole Broker Server arises from the necessity to connect web/other applications to BaaN with the following advantages: Low cost.Low cost. Just one BaaN license( When you start the server, it preloads a BaaN client and keep listening in a tcp port ).Just one BaaN license( When you start the server, it preloads a BaaN client and keep listening in a tcp port ). You can design your front end as you want.You can design your front end as you want. You can preload BaaN sessions when using BaaN API.You can preload BaaN sessions when using BaaN API. Note. It is important to indicate that according to our testing, if you try to process transactions to BaaN at the same time from the same machine, without using BaaN Ole Broker Server, you will get a com exception error, because you can not create more than one ole connection; so, it is an advantage more when you use BaaN Ole Broker Server.

09/11/10 Kassab Consulting Services (33) Possible applications Inventory transactions. Register information from web apps. Get information from BaaN without re develop reports, just a little modification is needed. Data synchronization between BaaN and other Applications.

09/11/10 Kassab Consulting Services (33) How Does It Works, a web application BaaN Server BaaN Ole Broker Server Web Server Web Browser Data base Web Page 1.- The web browser request a web page to the web server. 2.- The web server sends the web page to the browser. 3.- The browser submits the web page with data to be processed. 4.- The web page has the logic to tell the BaaN Ole Broker Server what to do. 5.- The BaaN Ole Broker Server sends the instructions to BaaN via the BaaN client preloaded and returns any messages or information from baan to the web page. 6.- The web page using the web server sends the information to the web browser. BaaN Client

09/11/10 Kassab Consulting Services (33) How Does It Works, other application BaaN Server BaaN Ole Broker Server Other App Data base 1.- The application sends instructions to the BaaN Ole Broker Server. 2.- The BaaN Ole Broker Server send the instructions to BaaN via the BaaN client preloaded and returns any messages or information from baan to the application. 3.- The application display or process the information sent by the BaaN Ole Broker Server. BaaN Client

09/11/10 Kassab Consulting Services (33) THANK YOU!! Thank you for your time to review this product presentation. Thank you for your time to review this product presentation. If you would like, we can do a demonstration of BaaN Ole Broker Server using your BaaN, just call to the numbers at the footer of this page or send an to: If you would like, we can do a demonstration of BaaN Ole Broker Server using your BaaN, just call to the numbers at the footer of this page or send an to: