Document for Consuming Web-Service In.NET & JAVA

Size: px
Start display at page:

Download "Document for Consuming Web-Service In.NET & JAVA"

Transcription

1 Document for Consuming Web-Service In.NET & JAVA Delhi e-governance Society, Department of Information Technology, Government of Delhi 9 th Level B Wing Delhi Secretariat 1

2 Background: Ministry of Electronics and Information Technology (MeitY) has developed a system of Electronic Transaction Aggregation and Analysis Layer (E- Taal) to reflect the electronic transactions in entire country. These transactions have been based on various categories of Government services provided by the various departments in States/UTs/Central Government. To ease out the process, Delhi e-governance Society (DeGS) has developed a framework to aggregate the number of counts of Government Services. These counts of the Government services are further pulled by the e-taal System of Ministry of Electronics and Information Technology (MeitY) This document provides steps to understand how Web Service is consumed in.net and Java. The required code and procedure to consume web service in your project is given in following annexures. 1. Process to Integrate Web Service in.net Annexure-A 2. Process to Integrate Web Service in Java Annexure-B The department will use the Government service code as supplied by DeGS. The web service should be consumed just after code where the specific Government service has been delivered. Details of Web Service URL : Type of Web Service: Windows Communication Foundation (WCF) Parameters: Government Service Code < exp:a > Output: Void(NIL) P a g e 2

3 Disclaimer: The codes and procedure given in the annexures are to help department in consuming the web service. Depending on version and type of software, the function and process may change. Departments must backup the source code before applying this code. After complete testing and security audit, the department should apply the code in production environment. Department must ensure the safety and security of the application while using this code. DeGS will not be responsible for any loss, damage to the application by using this code. P a g e 3

4 Process to consume Web Service in.net Technology* Annexure-A If you are creating new project then follow all these steps. If you have existing project then skip step 1 and step 2 and start from step 3. Step 1: Open any edition of Visual Studio 2010 or 2012 or 2013 or File - > new project - > Asp.Net Web Application P a g e 4

5 Step 2:- Add Empty Project and Click on Ok Button. Step 3:- From step 3 onwards all the steps is for asp.net 4.5 Framework. Right click on project then Add then service References P a g e 5

6 Step 4:- you can directly copy this url or go to the browser and open and copy this url. Step 5:- Copy the url from step 4 and paste it in Address then click on Go then click Ok button. P a g e 6

7 Step 6 :- Add Namespace in your page where you have to consume web service. using consumingwebservices.servicereference1 Project Name Service name Step 7:- Write a function in.cs page with any name let s suppose etaal public void etaal() { try { ServiceReference1.IetaalDelhiClient d = new } ServiceReference1.IetaalDelhiClient(); d.count("a xx"); /// Your Service Code to be pass } catch(exception ex) { Response.Write("Error" + ex.message); } Step8:- Call this function on click event of final submit button. protected void Button1_Click(object sender, EventArgs e) { etaal(); } Step9:- This endpoint address will automatically created in your web.config file when you add web service in your project.please check and make sure of this. <system.servicemodel> <bindings> <basichttpbinding> <binding name="basichttpbinding_ietaaldelhi" closetimeout="00:01:00" opentimeout="00:01:00" receivetimeout="00:10:00" sendtimeout="00:01:00" P a g e 7

8 allowcookies="false" hostnamecomparisonmode="strongwildcard" maxbuffersize=" " transfermode="buffered"/> </basichttpbinding> </bindings> bypassproxyonlocal="false" maxbufferpoolsize=" " maxreceivedmessagesize=" " <client> <endpoint address=" binding="basichttpbinding" bindingconfiguration="basichttpbinding_ietaaldelhi" contract="servicereference1.ietaaldelhi" name="basichttpbinding_ietaaldelhi"/> </client> </system.servicemodel> P a g e 8

9 Annexure-B Process to integrate for consuming Web Service in Web (Dynamic) Java Application If you are creating new project then follow all these steps. If you have existing project then skip step 1 to step 4 and start from step 5. Step 1:- Open eclipse MARS 2.0 or latest-> Go To File -> New -> Dynamic Web Page P a g e 9

10 Step 2:- Write Project Name -> change Dynamic web module version 2.5 -> modify -> Step 3:- Check Axis2 web services and also check Java script -> OK - Finish P a g e 10

11 Step 4:- Step 5:- Java Resources ->right click -> new -> others -> web service client -Click Next button P a g e 11

12 Step 6:- Paste this web service link ( ) in Service Definition Step 7 :- click -> Client project->select the Client project in which you want to consume your web service->click Finish P a g e 12

13 Step 8:- P a g e 13

14 Step 9:- After creating a web service client create a web page for testing Right click on web content -> New -> JSP File Step 10:- Enter the File name with.jsp extension -> Finish P a g e 14

15 Step 11:- Code for JSP page page language="java" contenttype="text/html; charset=iso " pageencoding="iso "%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " <html> <head> <meta http-equiv="content-type" content="text/html; charset=iso "> <title>insert title here</title> </head> <body> <fieldset> <form action="registration" method="post"> <input type="submit" name="submit" value="registration"><br> </form> </fieldset> </body> </html> Step 12:- Click -> Web Content -> WEB-INF -> paste the sql jar(mysql-connector-java jar) file to lib P a g e 15

16 Step 13:- Click src -> New -> Servlet P a g e 16

17 Step 14:- Enter Java package and Class name -> Finish Note : make sure the class name should be start from capital letter Step 15:- Code for servlet (on Submit Event) try { Service have to pass Code IetaalDelhiProxy e=new IetaalDelhiProxy(); e.count("d xx"); } catch (Exception e) { e.printstacktrace(); P a g e 17

18 } Step 16:- Run the code 1) Right click on Jsp page (index.jsp) 2) Run as 3) Run on Server (Technical Support Contact: Mon-Fri; 10:00 AM 6:00 PM) -End of Document- P a g e 18

Sitecore E-Commerce Fundamental Edition 1.1

Sitecore E-Commerce Fundamental Edition 1.1 SEFE Scaling Guide Rev: 2011-05-12 Sitecore E-Commerce Fundamental Edition 1.1 SEFE Scaling Guide How to run SEFE across multiple Sitecore instances Introduction This document describes how to run SEFE

More information

Scaling Guide. Sitecore E-Commerce Services 1.2. How to run SES across multiple Sitecore instances

Scaling Guide. Sitecore E-Commerce Services 1.2. How to run SES across multiple Sitecore instances Scaling Guide Rev: 2012-04-13 Sitecore E-Commerce Services 1.2 Scaling Guide How to run SES across multiple Sitecore instances Introduction This document describes how to run SES across multiple Sitecore

More information

HELIX MEDIA LIBRARY BLACKBOARD BUILDING BLOCK

HELIX MEDIA LIBRARY BLACKBOARD BUILDING BLOCK HELIX MEDIA LIBRARY BLACKBOARD BUILDING BLOCK Revision Date March 2013 The following guide explains how to install the Helix Media Library Blackboard Building Block which allows access to content in the

More information

Ellipse C# Client. Contents

Ellipse C# Client. Contents Ellipse C# Client Ellipse C# Client Contents Ellipse C# Client 2 Commercial In Confidence 3 Preface 4 Summary information 4 Confidentiality 4 Document Control 4 Who should use this guide? 4.NET Ellipse

More information

Creating a New Project with Struts 2

Creating a New Project with Struts 2 Creating a New Project with Struts 2 February 2015 Level: By : Feri Djuandi Beginner Intermediate Expert Platform : Eclipse, Struts 2, JBoss AS 7.1.1. This tutorial explains how to create a new Java project

More information

NetIQ Advanced Authentication Framework. Voice Call Server Installation Guide. Version 5.1.0

NetIQ Advanced Authentication Framework. Voice Call Server Installation Guide. Version 5.1.0 NetIQ Advanced Authentication Framework Voice Call Server Installation Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 System Requirements 4 Installing

More information

Stateless Session Bean

Stateless Session Bean Stateless Session Bean Stateful Session Bean Developing EJB applications Stateless beans are used in the case when the process or action can be completed in one go. In this case, object state will not

More information

Developing Clients for a JAX-WS Web Service

Developing Clients for a JAX-WS Web Service Developing Clients for a JAX-WS Web Service {scrollbar} This tutorial will take you through the steps required in developing, deploying and testing a Web Service Client in Apache Geronimo for a web services

More information

Server Installation Settings Files

Server Installation Settings Files Server Installation Settings Files This document describes all the settings that can be adjusted by the reseller 1. Introduction This document describes all the settings files available to the reseller

More information

MOODLE MODULE HELIX MEDIA LIBRARY

MOODLE MODULE HELIX MEDIA LIBRARY MOODLE MODULE HELIX MEDIA LIBRARY Revision Date May 2012 The following guide explains how to install the Moodle module which allows access to content in the Helix Media Library through the API. Pre-requisite

More information

Skyway Builder 6.3 Spring Web Flow Tutorial

Skyway Builder 6.3 Spring Web Flow Tutorial Skyway Builder 6.3 Spring Web Flow Tutorial 6.3.0.0-07/21/2009 Skyway Software Skyway Builder 6.3 - Spring MVC Tutorial: 6.3.0.0-07/21/2009 Skyway Software Published Copyright 2008 Skyway Software Abstract

More information

WORKSHARE COMPARE SERVER 8.1 Administrator Guide

WORKSHARE COMPARE SERVER 8.1 Administrator Guide WORKSHARE COMPARE SERVER 8.1 Administrator Guide February 2017 Workshare Compare Server Administrator Guide Table of Contents Chapter 1. Product Overview... 4 What is Workshare Compare Server?... 5 System

More information

STRUTS 2 - HELLO WORLD EXAMPLE

STRUTS 2 - HELLO WORLD EXAMPLE STRUTS 2 - HELLO WORLD EXAMPLE http://www.tutorialspoint.com/struts_2/struts_examples.htm Copyright tutorialspoint.com As you learnt from the Struts 2 architecture, when you click on a hyperlink or submit

More information

Stateless -Session Bean

Stateless -Session Bean Stateless -Session Bean Prepared by: A.Saleem Raja MCA.,M.Phil.,(M.Tech) Lecturer/MCA Chettinad College of Engineering and Technology-Karur E-Mail: asaleemrajasec@gmail.com Creating an Enterprise Application

More information

How to Consume Enterprise Services with Microsoft.NET 3.0 and Visual Studio 2005

How to Consume Enterprise Services with Microsoft.NET 3.0 and Visual Studio 2005 How to Consume Enterprise Services with Microsoft.NET 3.0 and Visual Studio 2005 Applies to: Access to the ES-Workplace mysap ERP ECC 600. https://www.sdn.sap.com/irj/sdn/developerareas/esa/esworkplace

More information

STRUTS 2 - VALIDATIONS FRAMEWORK

STRUTS 2 - VALIDATIONS FRAMEWORK STRUTS 2 - VALIDATIONS FRAMEWORK http://www.tutorialspoint.com/struts_2/struts_validations.htm Copyright tutorialspoint.com Now we will look into how Struts's validation framework. At Struts's core, we

More information

-struts_annotation_bootstrap Estrutura do preojeto... LIBS: asm-3.3.jar asm-commons-3.3.jar commons-fileupload-1.3.jar commons-io-2.0.1.jar commons-lang-2.4.jar commons-lang3-3.1.jar freemarker-2.3.19.jar

More information

Copyright 2011 Sakun Sharma

Copyright 2011 Sakun Sharma Maintaining Sessions in JSP We need sessions for security purpose and multiuser support. Here we are going to use sessions for security in the following manner: 1. Restrict user to open admin panel. 2.

More information

PRODUCT DOCUMENTATION. Installing and Implementing Enterprise Contact Center Chat RELEASE 5.1

PRODUCT DOCUMENTATION. Installing and Implementing Enterprise Contact Center Chat RELEASE 5.1 PRODUCT DOCUMENTATION Installing and Implementing Enterprise Contact Center Chat RELEASE 5.1 Document and Software Copyrights Copyright 1998 2009 ShoreTel, Inc. All rights reserved. Printed in the United

More information

Kamnoetvidya Science Academy. Object Oriented Programming using Java. Ferdin Joe John Joseph. Java Session

Kamnoetvidya Science Academy. Object Oriented Programming using Java. Ferdin Joe John Joseph. Java Session Kamnoetvidya Science Academy Object Oriented Programming using Java Ferdin Joe John Joseph Java Session Create the files as required in the below code and try using sessions in java servlets web.xml

More information

Installation Guide Worksoft Certify Execution Suite

Installation Guide Worksoft Certify Execution Suite Installation Guide Worksoft Certify Execution Suite Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Execution Suite Installation Guide Version

More information

1. Go to the URL Click on JDK download option

1. Go to the URL   Click on JDK download option Download and installation of java 1. Go to the URL http://www.oracle.com/technetwork/java/javase/downloads/index.html Click on JDK download option 2. Select the java as per your system type (32 bit/ 64

More information

DEZVOLTAREA APLICATIILOR WEB CURS 7. Lect. Univ. Dr. Mihai Stancu

DEZVOLTAREA APLICATIILOR WEB CURS 7. Lect. Univ. Dr. Mihai Stancu DEZVOLTAREA APLICATIILOR WEB CURS 7 Lect. Univ. Dr. Mihai Stancu S u p o r t d e c u r s suport (Beginning JSP, JSF and Tomcat) Capitolul 3 JSP Application Architectures DEZVOLTAREA APLICATIILOR WEB CURS

More information

Authorization and authentication. Jakub Dominik Adam Szymczak Adam Świątek Łukasz Tomczak

Authorization and authentication. Jakub Dominik Adam Szymczak Adam Świątek Łukasz Tomczak Authorization and authentication Jakub Dominik Adam Szymczak Adam Świątek Łukasz Tomczak Authorization and authentication Security systems 2 Authorization and authentication WHY?! - security vulnerability

More information

First Version Web 1.0: customer.jsp

First Version Web 1.0: customer.jsp First Version Web 1.0: customer.jsp

More information

R&S RTO, R&S RTP R&S ScopeSuite Automation Manual

R&S RTO, R&S RTP R&S ScopeSuite Automation Manual R&S ScopeSuite Automation Manual (;ÜçÉ2) 1178895902 Manual Version 02 This document describes the following R&S options: R&S RTO K99 (1326.4419.02) R&S RTP K99 (1326.4425.02) The software contained in

More information

Generation of a simple web-application in the Microsoft Visual Studio 2008 with the use of Silverlight Viewer for Reporting Services 2008

Generation of a simple web-application in the Microsoft Visual Studio 2008 with the use of Silverlight Viewer for Reporting Services 2008 Generation of a simple web-application in the Microsoft Visual Studio 2008 with the use of Silverlight Viewer for Reporting Services 2008 Prerequisites.NET Framework 3.5 SP1/4.0 Silverlight v3 Silverlight

More information

Implementing a chat button on TECHNICAL PAPER

Implementing a chat button on TECHNICAL PAPER Implementing a chat button on TECHNICAL PAPER Contents 1 Adding a Live Guide chat button to your Facebook page... 3 1.1 Make the chat button code accessible from your web server... 3 1.2 Create a Facebook

More information

Developing Web Applications Using Microsoft Visual Studio 2008 SP1

Developing Web Applications Using Microsoft Visual Studio 2008 SP1 Developing Web s Using Microsoft Visual Studio 2008 SP1 Introduction This five day instructor led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2008

More information

Web Programming Paper Solution (Chapter wise)

Web Programming Paper Solution (Chapter wise) .Net.net code to insert new record in database using C#. Database name: College.accdb Table name: students Table structure: std_id number std_name text std_age number Table content (before insert): 2 abcd

More information

Instructions for writing Web Services using Microsoft.NET:

Instructions for writing Web Services using Microsoft.NET: Instructions for writing Web Services using Microsoft.NET: Pre-requisites: Operating System: Microsoft Windows XP Professional / Microsoft Windows 2000 Professional / Microsoft Windows 2003 Server.NET

More information

Getting Started with the Bullhorn SOAP API and C#/.NET

Getting Started with the Bullhorn SOAP API and C#/.NET Getting Started with the Bullhorn SOAP API and C#/.NET Introduction This tutorial is for developers who develop custom applications that use the Bullhorn SOAP API and C#. You develop a sample application

More information

Principles and Techniques of DBMS 6 JSP & Servlet

Principles and Techniques of DBMS 6 JSP & Servlet Principles and Techniques of DBMS 6 JSP & Servlet Haopeng Chen REliable, INtelligent and Scalable Systems Group (REINS) Shanghai Jiao Tong University Shanghai, China http://reins.se.sjtu.edu.cn/~chenhp

More information

2. Follow the installation directions and install the server on ccc. 3. We will call the root of your installation as $TOMCAT_DIR

2. Follow the installation directions and install the server on ccc. 3. We will call the root of your installation as $TOMCAT_DIR Installing a Web Server 1. Install a sample web server, which supports Servlets/JSPs. A light weight web server is Apache Tomcat server. You can get the server from http://tomcat.apache.org/ 2. Follow

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 Introduction to Web Development with Microsoft Visual Studio 2010 Course 10267; 5 Days, Instructor-led Course Description This five-day instructor-led course provides knowledge and skills on developing

More information

function < name > ( < parameter list > ) { < statements >

function < name > ( < parameter list > ) { < statements > Readings and References Functions INFO/CSE 100, Autumn 2004 Fluency in Information Technology http://www.cs.washington.edu/100 Reading» Fluency with Information Technology Chapter 20, Abstraction and Functions

More information

An Introduction to WebSphere Portal content publishing channels

An Introduction to WebSphere Portal content publishing channels An Introduction to WebSphere Portal content publishing channels By Gregory Melahn Software Engineer, IBM Corp. May 2003 Abstract WebSphere Portal content publishing (WPCP) allows you to import news stories

More information

NetIQ Advanced Authentication Framework. Smartphone Authentication Dispatcher Installation Guide. Version 5.1.0

NetIQ Advanced Authentication Framework. Smartphone Authentication Dispatcher Installation Guide. Version 5.1.0 NetIQ Advanced Authentication Framework Smartphone Authentication Dispatcher Installation Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 System Requirements

More information

Server Installation Manual

Server Installation Manual Sitecore Adaptive Print Studio Adaptive Print Studio 1.3 - Server Installation Manual, July 1, 2013 Adaptive Print Studio 1.3 Server Installation Manual Installing Adaptive Print Studio Page 2 Table of

More information

Server Installation Manual

Server Installation Manual Sitecore Adaptive Print Studio Adaptive Print Studio 1.3 - Server Installation Manual, July 1, 2013 Adaptive Print Studio 1.3 Server Installation Manual Installing Adaptive Print Studio Page 1 Page 2 Table

More information

WIRIS quizzes web services Getting started with PHP and Java

WIRIS quizzes web services Getting started with PHP and Java WIRIS quizzes web services Getting started with PHP and Java Document Release: 1 2010 december, Maths for More www.wiris.com Summary This document provides client examples for PHP and Java. Contents WIRIS

More information

Create a cool image gallery using CSS visibility and positioning property

Create a cool image gallery using CSS visibility and positioning property GRC 275 A8 Create a cool image gallery using CSS visibility and positioning property 1. Create a cool image gallery, having thumbnails which when moused over display larger images 2. Gallery must provide

More information

webforms Browser Configuration Guide

webforms Browser Configuration Guide Page 1 of 19 webforms Browser Configuration Guide Version 1.0 Overview This document will help Trade Partners set their web Browser Configuration for use with webforms. It is recommended you do this before

More information

Writing Rules on XML Schema

Writing Rules on XML Schema Applies to: SAP NetWeaver Business Rules Management Summary This tutorial helps you get started with the rules composer. A business use case has been created for the purpose. Given details such as connection

More information

Hosting Services in IIS

Hosting Services in IIS ARGUS Enterprise 11.7.0 12/15/2017 ARGUS Enterprise 11.7 12/15/2017 Published by: ARGUS Software, Inc. 750 Town and Country Blvd Suite 800 Houston, TX 77024 Telephone (713) 621-4343 Facsimile (713) 621-2787

More information

Date Picker Haim Michael

Date Picker Haim Michael Date Picker Introduction The date picker is one of the most popular jquery widgets in use. It is highly configurable and extremely easy to implement. Introduction Simple Date Picker

More information

Part 4: Creating a Drill-down Interface

Part 4: Creating a Drill-down Interface Part 4: Creating a Drill-down Interface In this section you will learn to Pass Variables through a link Receive Variables passed through the URL Passing Variables between Pages Variables may be passed

More information

Non-English Web Pages In Dreamweaver MX

Non-English Web Pages In Dreamweaver MX Non-English Web Pages In Dreamweaver MX The following describes how to use multiple languages in a web page using Dreamweaver MX for Microsoft Windows. The reader is assumed to have basic computer usage

More information

Page 1 of 20 webforms Browser Configuration Guide

Page 1 of 20 webforms Browser Configuration Guide Page 1 of 20 webforms Browser Configuration Guide Version 9.0 Overview This document will help Trade Partners set their web Browser Configuration for use with webforms. It is recommended you do this before

More information

Why HTML5? Why not XHTML2? Learning from history how to drive the future of the Web

Why HTML5? Why not XHTML2? Learning from history how to drive the future of the Web Why HTML5? Why not XHTML2? Learning from history how to drive the future of the Web Michael(tm) Smith mike@w3.org http://people.w3.org/mike sideshowbarker on Twitter, GitHub, &c W3C Interaction domain

More information

ISM 50 - Business Information Systems

ISM 50 - Business Information Systems ISM 50 - Business Information Systems Lecture 10 Instructor: Magdalini Eirinaki UC Santa Cruz May 3, 2007 Outline Announcements Student Presentation Client-Server Architecture Student Presentation The

More information

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary Description Course Summary This course provides knowledge and skills on developing Web applications by using Microsoft Visual. Objectives At the end of this course, students will be Explore ASP.NET Web

More information

Demonstration of Servlet, JSP with Tomcat, JavaDB in NetBeans

Demonstration of Servlet, JSP with Tomcat, JavaDB in NetBeans Demonstration of Servlet, JSP with Tomcat, JavaDB in NetBeans Installation pre-requisites: NetBeans 7.01 or above is installed; Tomcat 7.0.14.0 or above is installed properly with NetBeans; (see step 7

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 10267 - Introduction to Web Development with Microsoft Visual Studio 2010 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day instructor-led

More information

JSP CSCI 201 Principles of Software Development

JSP CSCI 201 Principles of Software Development JSP CSCI 201 Principles of Software Development Jeffrey Miller, Ph.D. jeffrey.miller@usc.edu Outline JSP Program USC CSCI 201L JSP 3-Tier Architecture Client Server Web/Application Server Database USC

More information

Hands-On Lab. Part 2: Introduction to the AppFabric Service Bus. Lab version: Last updated: 12/15/2010. Page 1

Hands-On Lab. Part 2: Introduction to the AppFabric Service Bus. Lab version: Last updated: 12/15/2010. Page 1 Hands-On Lab Part 2: Introduction to the AppFabric Service Bus Lab version: 2.0.0 Last updated: 12/15/2010 Page 1 CONTENTS OVERVIEW 3 GETTING STARTED: CREATING A SERVICE PROJECT 6 Task 1 Creating your

More information

HTML HTML. Chris Seddon CRS Enterprises Ltd 1

HTML HTML. Chris Seddon CRS Enterprises Ltd 1 Chris Seddon seddon-software@keme.co.uk 2000-12 CRS Enterprises Ltd 1 2000-12 CRS Enterprises Ltd 2 Reference Sites W3C W3C w3schools DevGuru Aptana GotAPI Dog http://www.w3.org/ http://www.w3schools.com

More information

Creating a Simple Web Application Using a MySQL Database

Creating a Simple Web Application Using a MySQL Database 1 z 24 2014-11-18 14:30 Creating a Simple Web Application Using a MySQL Database Written by Troy Giunipero This document describes how to create a simple web application that connects to a MySQL database

More information

Author - Ashfaque Ahmed

Author - Ashfaque Ahmed Complimentary material for the book Software Engineering in the Agile World (ISBN: 978-1983801570) published by Create Space Independent Publishing Platform, USA Author - Ashfaque Ahmed Technical support

More information

Using htmlarea & a Database to Maintain Content on a Website

Using htmlarea & a Database to Maintain Content on a Website Using htmlarea & a Database to Maintain Content on a Website by Peter Lavin December 30, 2003 Overview If you wish to develop a website that others can contribute to one option is to have text files sent

More information

IRESS Depth - Web Services Version 4 Walkthrough Visual Basic 2008 sample to retrieve IRESS Depth information

IRESS Depth - Web Services Version 4 Walkthrough Visual Basic 2008 sample to retrieve IRESS Depth information IRESS Depth - Web Services Version 4 Walkthrough Visual Basic 2008 sample to retrieve IRESS Depth information The purpose of this walkthrough is to build the following Windows Forms Application that will

More information

IOS Plus Trade - Web Services Version 4 Walkthrough

IOS Plus Trade - Web Services Version 4 Walkthrough IOS Plus Trade - Web Services Version 4 Walkthrough Visual Basic 2008 sample to retrieve IOS Plus Trade information The purpose of this walkthrough is to build the following Windows Forms Application that

More information

How to Make a Contact Us PAGE in Dreamweaver

How to Make a Contact Us PAGE in Dreamweaver We found a great website on the net called http://dreamweaverspot.com and we have basically followed their tutorial for creating Contact Forms. We also checked out a few other tutorials we found by Googling,

More information

Unit Notes. ICAWEB411A Produce basic client-side script for dynamic web pages Topic 1 Introduction to JavaScript

Unit Notes. ICAWEB411A Produce basic client-side script for dynamic web pages Topic 1 Introduction to JavaScript Unit Notes ICAWEB411A Produce basic client-side script for dynamic web pages Topic 1 Introduction to JavaScript Copyright, 2013 by TAFE NSW - North Coast Institute Date last saved: 18 September 2013 by

More information

Module 3 Web Component

Module 3 Web Component Module 3 Component Model Objectives Describe the role of web components in a Java EE application Define the HTTP request-response model Compare Java servlets and JSP components Describe the basic session

More information

CITS1231 Web Technologies. PHP s, Cookies and Session Control

CITS1231 Web Technologies. PHP  s, Cookies and Session Control CITS1231 Web Technologies PHP Emails, Cookies and Session Control Sending email with PHP We have looked at storing user information using files. Email messages can also be thought of as data streams, providing

More information

PES INSTITUTE OF TECHNOLOGY, SOUTH CAMPUS DEPARTMENT OF MCA INTERNAL TEST (SCHEME AND SOLUTION) II

PES INSTITUTE OF TECHNOLOGY, SOUTH CAMPUS DEPARTMENT OF MCA INTERNAL TEST (SCHEME AND SOLUTION) II PES INSTITUTE OF TECHNOLOGY, SOUTH CAMPUS DEPARTMENT OF MCA INTERNAL TEST (SCHEME AND SOLUTION) II Subject Name: Advanced JAVA programming Subject Code: 13MCA42 Time: 11:30-01:00PM Max.Marks: 50M ----------------------------------------------------------------------------------------------------------------

More information

Server Installation Manual

Server Installation Manual Sitecore Adaptive Print Studio Adaptive Print Studio 1.4 - Server Installation Manual, January 16, 2014 Adaptive Print Studio 1.4 Server Installation Manual Installing Adaptive Print Studio Core Package

More information

SNC-RZ30 Web pages customization documentation

SNC-RZ30 Web pages customization documentation SNC-RZ30 Web pages customization documentation version 1 12 / Aug / 2002 SONY Corporation 1. General description This documentation explains the way to display the live images in the other web site and

More information

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio Course Overview: This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2010. Prerequisites Before attending this course, students

More information

Part 3: Dynamic Data: Querying the Database

Part 3: Dynamic Data: Querying the Database Part 3: Dynamic Data: Querying the Database In this section you will learn to Write basic SQL statements Create a Data Source Name (DSN) in the ColdFusion Administrator Turn on debugging in the ColdFusion

More information

T H E S O U RCE IS A LIE

T H E S O U RCE IS A LIE T H E S O U RCE IS A LIE Abusing the Java Reflection API to create a detached backdoor and uncovering it. Andreas Nusser, Vienna, 04/2012 V 1.0 TABLE OF CONTENTS Abstract... 3 Introduction... 4 String

More information

World Wide Web, etc.

World Wide Web, etc. World Wide Web, etc. Alex S. Raw data-packets wouldn t be much use to humans if there weren t many application level protocols, such as SMTP (for e-mail), HTTP & HTML (for www), etc. 1 The Web The following

More information

jmaki Overview Sang Shin Java Technology Architect Sun Microsystems, Inc.

jmaki Overview Sang Shin Java Technology Architect Sun Microsystems, Inc. jmaki Overview Sang Shin Java Technology Architect Sun Microsystems, Inc. sang.shin@sun.com www.javapassion.com Agenda What is and Why jmaki? jmaki widgets Using jmaki widget - List widget What makes up

More information

Session 8. Reading and Reference. en.wikipedia.org/wiki/list_of_http_headers. en.wikipedia.org/wiki/http_status_codes

Session 8. Reading and Reference. en.wikipedia.org/wiki/list_of_http_headers. en.wikipedia.org/wiki/http_status_codes Session 8 Deployment Descriptor 1 Reading Reading and Reference en.wikipedia.org/wiki/http Reference http headers en.wikipedia.org/wiki/list_of_http_headers http status codes en.wikipedia.org/wiki/_status_codes

More information

Introduction to Web Development with Microsoft Visual Studio 2010 (10267A)

Introduction to Web Development with Microsoft Visual Studio 2010 (10267A) Introduction to Web Development with Microsoft Visual Studio 2010 (10267A) Overview This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual

More information

Google Web Toolkit Creating/using external JAR files

Google Web Toolkit Creating/using external JAR files Google Web Toolkit Creating/using external JAR files If you develop some code that can be reused in more than one project, one way to create a module is to create an external JAR file. This JAR file can

More information

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day

More information

Ch04 JavaServer Pages (JSP)

Ch04 JavaServer Pages (JSP) Ch04 JavaServer Pages (JSP) Introduce concepts of JSP Web components Compare JSP with Servlets Discuss JSP syntax, EL (expression language) Discuss the integrations with JSP Discuss the Standard Tag Library,

More information

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010 Course Name OD10267A Introduction to Web Development with Microsoft Visual Studio 2010 Course Duration 2 Days Course Structure Online Course Overview This course provides knowledge and skills on developing

More information

Basic Examples of webmathematica for Teachers

Basic Examples of webmathematica for Teachers Basic Examples of webmathematica for Teachers Any calculation done in Mathematica can be done using webmathematica, with two noteworthy limitations. First, when using webmathematica, you will not have

More information

DOT NET Syllabus (6 Months)

DOT NET Syllabus (6 Months) DOT NET Syllabus (6 Months) THE COMMON LANGUAGE RUNTIME (C.L.R.) CLR Architecture and Services The.Net Intermediate Language (IL) Just- In- Time Compilation and CLS Disassembling.Net Application to IL

More information

DE-2310 Developing Web Applications Using Microsoft Visual Studio 2008 SP1

DE-2310 Developing Web Applications Using Microsoft Visual Studio 2008 SP1 DE-2310 Developing Web Applications Using Microsoft Visual Studio 2008 SP1 Summary Duration 5 Days Audience Developers Level 100 Technology Microsoft Visual Studio 2008 Delivery Method Instructor-led (Classroom)

More information

DE Introduction to Web Development with Microsoft Visual Studio 2010

DE Introduction to Web Development with Microsoft Visual Studio 2010 DE-10267 Introduction to Web Development with Microsoft Visual Studio 2010 Summary Duration 5 Days Audience Developers Level 100 Technology Microsoft Visual Studio 2010 Delivery Method Instructor-led (Classroom)

More information

Developing the First Servlet

Developing the First Servlet Overview @author R.L. Martinez, Ph.D. Java EE (Enterprise Edition) Java EE is a software platform consisting of multiple APIs (Application Programming Interfaces) and components that support and enable

More information

Practice Test 3. 2) The onload event handler is used, most often, in association with which tag? a) a b) p c) body d) form

Practice Test 3. 2) The onload event handler is used, most often, in association with which tag? a) a b) p c) body d) form Practice Test 3 Part 1: Multiple Choice / Short Answer Select the best answer from the options given. 1) 1) What does PHP stand for? a) Hypertext Preprocessor b) Personal Hypertext Processor c) Personal

More information

ASP.net. Microsoft. Getting Started with. protected void Page_Load(object sender, EventArgs e) { productsdatatable = new DataTable();

ASP.net. Microsoft. Getting Started with. protected void Page_Load(object sender, EventArgs e) { productsdatatable = new DataTable(); Getting Started with protected void Page_Load(object sender, EventArgs e) { productsdatatable = new DataTable(); string connectionstring = System.Configuration.ConfigurationManager.ConnectionStrings ["default"].connectionstring;!

More information

Introduction to HTML5

Introduction to HTML5 Introduction to HTML5 Michael(tm) Smith mike@w3.org http://people.w3.org/mike sideshowbarker on Twitter, etc. I work for the W3C in Japan, based at Keio University near Tokyo My official W3C title is:

More information

10267 Introduction to Web Development with Microsoft Visual Studio 2010

10267 Introduction to Web Development with Microsoft Visual Studio 2010 10267 Introduction to Web Development with Microsoft Visual Studio 2010 Course Number: 10267A Category: Visual Studio 2010 Duration: 5 days Course Description This five-day instructor-led course provides

More information

Create your own Carbon Component. Sameera Jayasoma Technical Lead and Product Manager of WSO2 Carbon

Create your own Carbon Component. Sameera Jayasoma Technical Lead and Product Manager of WSO2 Carbon Create your own Carbon Component Sameera Jayasoma Technical Lead and Product Manager of WSO2 Carbon sameera@wso2.com WSO2 Founded in 2005 by acknowledged leaders in XML, Web Services Technologies & Standards

More information

FILE UPLOAD IN ORACLE ADF MOBILE

FILE UPLOAD IN ORACLE ADF MOBILE FILE UPLOAD IN ORACLE ADF MOBILE An Oracle White Paper 12-03-2014 Abstract This paper demonstrates a way to upload a local file to a remote server in ADF Mobile Vinay Kumar Table of Contents Setup:...

More information

First, create a web page with a submit button on it (remember from creating forms in html?):

First, create a web page with a submit button on it (remember from creating forms in html?): Changing Style So far we have only done a little with changing the style of a web page. JavaScript lets us do that as well. We can call a function that allows us to change the style of one or many elements

More information

INTRODUCTION TO SERVLETS AND WEB CONTAINERS. Actions in Accord with All the Laws of Nature

INTRODUCTION TO SERVLETS AND WEB CONTAINERS. Actions in Accord with All the Laws of Nature INTRODUCTION TO SERVLETS AND WEB CONTAINERS Actions in Accord with All the Laws of Nature Web server vs web container Most commercial web applications use Apache proven architecture and free license. Tomcat

More information

UIMA Simple Server User Guide

UIMA Simple Server User Guide UIMA Simple Server User Guide Written and maintained by the Apache UIMA Development Community Version 2.3.1 Copyright 2006, 2011 The Apache Software Foundation License and Disclaimer. The ASF licenses

More information

Course Topics. The Three-Tier Architecture. Example 1: Airline reservations. IT360: Applied Database Systems. Introduction to PHP

Course Topics. The Three-Tier Architecture. Example 1: Airline reservations. IT360: Applied Database Systems. Introduction to PHP Course Topics IT360: Applied Database Systems Introduction to PHP Database design Relational model SQL Normalization PHP MySQL Database administration Transaction Processing Data Storage and Indexing The

More information

CIS 3952 [Part 2] Java Servlets and JSP tutorial

CIS 3952 [Part 2] Java Servlets and JSP tutorial Java Servlets Example 1 (Plain Servlet) SERVLET CODE import java.io.ioexception; import java.io.printwriter; import javax.servlet.servletexception; import javax.servlet.annotation.webservlet; import javax.servlet.http.httpservlet;

More information

JavaScript (5A) JavaScript

JavaScript (5A) JavaScript JavaScript (5A) JavaScript Copyright (c) 2012 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any

More information

DEV BHOOMI INSTITUTE OF TECHNOLOGY Department of Computer Science and Engineering. Algorithm lab- PCS-553 LAB MANUAL

DEV BHOOMI INSTITUTE OF TECHNOLOGY Department of Computer Science and Engineering. Algorithm lab- PCS-553 LAB MANUAL Department of Computer Science and Engineering Year: 3rd Semester: 5th Algorithm lab- PCS-553 Prepared By: HOD(CSE) 1 Department of Computer Science and Engineering INDEX S.No Practical s Name Tools Remark

More information

CARDIPAY DOCUMENTATION ENGLISH

CARDIPAY DOCUMENTATION ENGLISH CARDIPAY DOCUMENTATION ENGLISH 1 Account Profile 2 Technical Guide Documentation Content 2.1 How to initiate the payment Using the POST Method Using the GET Method 2.2 The Return of information (after

More information

Amazon Glacier. Developer Guide API Version

Amazon Glacier. Developer Guide API Version Amazon Glacier Developer Guide Amazon Glacier: Developer Guide Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in

More information