Home » Programming
Topics under Programming category
Understanding SAP R3 - A Tutorial for Computer Scientists
The goal of this tutorial is to present the distributed system architecture, the data model, the database programming language, the transaction and process model and the system evo- lution concepts of SAP R 3 from a computer science perspective and to relate them to estab- lished database and distributed system concepts. The presentation will help attendees under- stand how SAP R 3 relates to their own research and development work and will provide a well-structured foundation for a further study of SAP R 3's innovative system concepts. ...
More info Download (443) times
Writing efficient PHP
This tutorial targets the PHP developer who already understands PHP, but wants to write more efficient PHP code or to improve the performance of existing PHP applications. It is not intended as an introduction to PHP -- plenty of other resources are available for that. Rather, it assumes that you already have an installation of PHP available and are familiar with the basic PHP syntax. ...
More info Download (619) times
Meta Programming and Reection in PHP
A meta program is a program, which has other programs or even itself as its application domain. This technique is commonly used to implement advanced software development tools and frameworks. PHP is one of the most popular programming languages for web applications ...
More info Download (403) times
Oracle/SQL Tutorial
This Oracle/SQL tutorial provides a detailed introduction to the SQL query language and the Oracle Relational Database Management System ...
More info Download (1011) times
How to Install: Oracle Database 11 g R2 (11.2.0.1) on SUSE Linux Enterprise Server 11
Oracle Database 11g R2 (11.2.0.1) is certified on SUSE Linux Enterprise Server 11 (SLES11). This document is not a replacement of official Oracle Installation manual but provided to help you to get Oracle Database installed on SLES11 with minimal efforts.
More info Download (258) times
SAP 2000 Tutorial for Analyzing Trusses
SAP 2000 Tutorial for Analyzing Trusses. The following is a step-by-step procedure for analysis a two-dimensional truss structure using SAP 2000. The order of some of these steps is not critical; however, all step should be completed before execution of the analysis. ...
More info Download (1680) times
Oracle WebLogic Server Programming WebLogic RMI
This document is written for application developers who want to build e-commerce applications using Remote Method Invocation (RMI) and Internet Interop-Orb-Protocol (IIOP) features. It is assumed that readers know Web technologies, object-oriented programming techniques, and the Java programming language. ...
More info Download (258) times
Foresee PHP User Manual
Foresee PHP is a non-invasive, visual field analyzer, used as an aid to monitor Age-Related Macular Degeneration (AMD) and to provide early detection of conversion to Choroidal Neovascularization (wet AMD or CNV). Foresee PHP is FDA cleared (K050350) and clinically validated in clinical trials. Foresee PHP technology provides excellent accuracy in CNV detection 82% sensitivity ...
More info Download (200) times
Extending PHP
you will find that PHP doesn't do everything that you need it to do. Rather than abandon (the otherwise perfect!) PHP and search for an alternative language, it could easily be worthwhile to extend PHP to make it do what you want ...
More info Download (380) times
BPEL Designer Basic Tutorial
In this tutorial you will learn how to install the Oracle BPEL Designer and use it to build, deploy, and test your first BPEL process. The process is simply a synchronous Hello World flow. It takes a name as an input message and returns the message Hello followed by the name via a synchronous reply. ...
More info Download (500) times