SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645
www.ijmer.com 2048 | Page
Adnan Affandi1
, Abdullah Dobaie2
, Mubashshir Husain3
Electrical and Computer Engineering Department, King Abdul Aziz University P.O. BOX: 80204, Jeddah 21589
ABSTRACT: Wireless Application Protocol (WAP) is a result of continuous work to define an industry-wide specification
for developing applications that operate over wireless communication networks. The scope for the WAP Forum is to define a
set of specifications to be used by service applications.
Not everybody has a computer, but most of the people have mobiles. And not everybody knows how to use the
internet, but most of the people have the ability to use the mobiles. This paper exploits this point and produced a unique
novel service that gives everyone the access to the internet using their mobiles, which can be used in many applications such
as:
 Checking train table information
 Ticket purchase
 Flight check in
 Viewing traffic information
 Checking weather conditions
 Looking up stock values
 Looking up phone numbers
 Looking up addresses
 Looking up sport results
And much more in these aspects. The Mobile Personal Assistant Application which has been developed by using
WAP was the first of its kind here, where software has been developed.
I. INTRODUCTION
You and millions of other people around the world use the Internet every day -- to communicate with others,
follow the stock market, keep up with the news, check the weather, make travel plans, conduct business, shop, entertain
yourself and learn. Staying connected has become so important that it's hard to get away from your computer and your
Internet connection because you might miss an e-mail message, an update on your stock or some news you need to know.
With your business or your personal life growing more dependent on electronic communication over the Internet, you might
be ready to take the next step and get a device that allows you to access the Internet on the go. That's where wireless
Internet comes in. You've probably seen news or advertising about cell phones and PDAs that let you receive and send e-
mail.
1.2 WML (Wireless Markup Language)
WAP uses Wireless Markup Language (WML), which includes the Handheld Device Markup Language (HDML)
developed by Phone.com. WML can also trace its roots to eXtensible Markup Language (XML). A markup language is a
way of adding information to your content that tells the device receiving the content what to do with it. The best known
markup language is Hypertext Markup Language (HTML). Unlike HTML, WML is considered a meta language. Basically,
this means that in addition to providing predefined tags, WML lets you design your own markup language components.
WAP also allows the use of standard Internet protocols such as UDP, IP and XML.
There are three main reasons why wireless Internet needs the Wireless Application Protocol:
 Transfer speed
 Size and readability
 Navigation
Most cell phones and Web-enabled PDAs have data transfer rates of 14.4 Kbps or less. Compare this to a typical 56
Kbps modem, a cable modem or a DSL connection. Most Web pages today are full of graphics that would take an
unbearably long time to download at 14.4 Kbps. Wireless Internet content is typically text-based in order to solve this
problem.
The relatively small size of the LCD on a cell phone or PDA presents another challenge. Most Web pages are
designed for a resolution of 640x480 pixels, which is fine if you are reading on a desktop or a laptop. The page simply does
not fit on a wireless device's display, which might be 150x150 pixels. Also, the majority of wireless devices use
monochrome screens. Pages are harder to read when font and background colors become similar shades of gray.
Navigation is another issue. You make your way through a Web page with points and clicks using a mouse; but if you are
using a wireless device, you often use one hand to scroll keys.
WAP takes each of these limitations into account and provides a way to work with a typical wireless device.
1.3 Wireless Application Protocol
Here's what happens when you access a Web site using a WAP-enabled device:
 You turn on the device and open the minibrowser.
 The device sends out a radio signal, searching for service.
WAP- Mobile Personal Assistant Application
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645
www.ijmer.com 2049 | Page
 A connection is made with your service provider.
 You select a Web site that you wish to view.
 A request is sent to a gateway server using WAP.
 The gateway server retrieves the information via HTTP from the Web site.
 The gateway server encodes the HTTP data as WML.
 The WML-encoded data is sent to your device.
 You see the wireless Internet version of the Web page you selected.
To create wireless Internet content, a Web site creates special text-only or low-graphics versions of the site. The
data is sent in HTTP form by a Web server to a WAP gateway. This system includes the WAP encoder, script compiler and
protocol adapters to convert the HTTP information to WML. The gateway then sends the converted data to the WAP client
on your wireless device.
What happens between the gateway and the client relies on features of different parts of the WAP protocol stack.
Let's take a look at each part of the stack:
 WAE - The Wireless Application Environment holds the tools that wireless Internet content developers use. These
include WML and WMLScript, which is a scripting language used in conjunction with WML. It functions much like
Javascript.
 WSP - The Wireless Session Protocol determines whether a session between the device and the network will be
connection-oriented or connectionless. What this is basically talking about is whether or not the device needs to talk
back and forth with the network during a session. In a connection-oriented session, data is passed both ways between the
device and the network; WSP then sends the packet to the Wireless Transaction Protocol layer (see below). If the
session is connectionless, commonly used when information is being broadcast or streamed from the network to the
device, then WSP redirects the packet to the Wireless Datagram Protocol layer (see below).
 WTP - The Wireless Transaction Protocol acts like a traffic cop, keeping the data flowing in a logical and smooth
manner. It also determines how to classify each transaction request: Reliable two-way Reliable one-way Unreliable one-
way The WSP and WTP layers correspond to Hypertext Transfer Protocol (HTTP) in the TCP/IP protocol suite.
 WTLS - Wireless Transport Layer Security provides many of the same security features found in the Transport Layer
Security (TLS) part of TCP/IP. It checks data integrity, provides encryption and performs client and server
authentication.
 WDP - The Wireless Datagram Protocol works in conjunction with the network carrier layer (see below). WDP makes it
easy to adapt WAP to a variety of bearers because all that needs to change is the information maintained at this level.
 Network carriers - Also called bearers, these can be any of the existing technologies that wireless providers use, as
long as information is provided at the WDP level to interface WAP with the bearer.
Once the information is received by the WAP client, it is passed to the minibrowser. This is a tiny application built
into the wireless device that provides the interface between the user and the wireless Internet.
The minibrowser does not offer anything more than basic navigation. Wireless Internet is still a long way from being a true
alternative to the normal Internet. It is really positioned right now for people who need the ability to connect no matter where
they are. The WAP Forum is continually working on the specifications of the WAP standard to ensure that it evolves in a
timely and useful manner.
II. CREATING A DYNAMIC WAP APPLICATION USING ASP
Microsoft Active Server Pages (ASP) is a viable technology for developing dynamic web content. Its popularity can
be seen from the many web sites sporting documents with the .asp extension. Because ASP is a server-side technology, it is
well suited to creating dynamic WAP applications, especially in the area of database access.
2.1.1 The MPA Application
The sample application that we will be building in this session is a Mobile Personal Assistant (MPA). The aim of
this is to allow users to have a mobile time scheduler that enables them to check on their plans wherever they are.
Fig1. Application Overview
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645
www.ijmer.com 2050 | Page
As can be seen from the above diagram, there are three decks involved in this application. They are:
 MPA.asp
 DrawDates.asp
 Activity.asp
In implementing this application, the technologies used are ASP and ActiveX Data Objects (ADO). Let's first take
a look at the database:
Fig.2 Microsoft Access Database
This Microsoft Access database (PIM.mdb) contains a single table for storing the activities of
the user. A typical schedule looks like this:
Fig.3. MicroSoft Access Database
2.1.1.1 Creating a Calendar
To enable the user to locate a day and month in their schedule easily, its needed to create a calendar on screen. This
is achieved by the code in MPA.asp.
Fig.4. Calendar Created
2.1.1.2 The DrawDates.asp Document
To draw the calendar on the user's screen, so that they can select the day in which to enter their schedule. The
generateDate() function is used to generate a table containing all the days in a particular month and year:
Once the month and the year have been selected, they are sent to the DrawDates.asp document using the GET
method. A <postfield> element is used to accomplish this:
The DrawDates.asp Document
I need to draw the calendar on the user's screen, so that they can select the day in which to enter their schedule. The
generate Date () function is used to generate a table containing all the days in a particular month and year:
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645
www.ijmer.com 2051 | Page
2.1.2.2The Activity.asp Document
Once the user has selected a day, they can click on the Follow Link option to retrieve the activity page:
Fig.5 Showing Browser Options & Activity page
Here we have generated all the different time intervals from 8am to 10pm. The time interval is one hour. We use an
<input> element to let users modify their activities, and at the same time retrieve the previously saved activity from the
database
Notice that in our case we have thirteen different time intervals, and each <input> element has a different name.
The first one has the name TimeActivity800, the second one is TimeActivity900, and so on.
Once the user has keyed in their activities, they can proceed to save the activity into the database:
Fig.6 User can save the activity into the Database
2.1.2 Developing Dynamic WAP Applications
Some issues involving in developing dynamic WAP applications:
 Redirecting pages
 Caching on WAP devices
 Cookie support on WAP devices, and maintaining state using the ASP Session object
 Maintaining state without cookie support
 Detecting WAP devices
 Passing values from ASP server-side variables to WML client-side variables, and vice versa.
 Tips for using ASP to generate WML content
 Common errors
2.1.2.1 Redirecting Pages
In web application development, it's not unusual to see a browser being redirected to another web page. This may
happen, for example, because you don't have the permissions required to view a page, and you must therefore log in before
you can do so.
In ASP, you can use the Response.Redirect() method to perform page redirection.
Buffering is disabled by default in ASP 2.0 but enabled by default in ASP 3.0.
If a page is not buffered, the web server will send the HTTP headers to the client before the ASP parser has finished
parsing the ASP document. In the case of page redirection, this will cause an error. Try setting the Response.Buffer property
to False, and you'll see the error message:
The error message is:
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before
writing page content.
2.1.2.2 Caching on WAP Devices
WAP devices generally cache WML decks. This is to reduce the time that is wasted in trying to reload a page that
has been loaded earlier. However, for dynamic content, this is not a good feature — the user may be reading some stale
information from the cache.
There are two issues to consider when we talk about caching. They are:
 Caching by proxy servers
 Caching by WAP devices
2.1.2.3 Caching by Proxy Servers
Proxy servers help to reduce the time needed to fetch a document from the origin server. In a network, a proxy
server may be set up to act as a halfway house between the Internet and the web clients in the various departments. The
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645
www.ijmer.com 2052 | Page
proxy server will cache all documents requested by the network, so that it may fulfill subsequent requests for a document
retrieved earlier. The trip to the origin server is reduced to making a trip to the proxy server, as the following diagram
explains. Proxy servers should not cache ASP documents, as this defeats the purpose of using ASP in the first place. To turn
off caching by proxy servers, use the Response.CacheControl property:
<% Response.CacheControl="private" %>
If for any reason you wish to enable caching by the proxy server, you can set the cache control property to public.
<% Response.CacheControl="public" %>
What about caching by a WAP gateway? The WAP Caching Model specification states that a WAP gateway must faithfully
implement the role of an HTTP/1.1 proxy with respect to caching and cache header transmission.
2.1.2.4 Caching by WAP Devices
Just as a proxy server caches pages, WAP devices generally come with some memory to act as a cache. Remember
that bandwidth is still a limitation for current WAP devices, so caching WML pages can generally led to improved
performance.
While a cache memory helps to load a page that has been loaded previously without making a connection to the
origin server, it is a nuisance where timesensitive pages are concerned. Pages like stock information, weather reports, and
online ticketing systems are highly time-sensitive.
By default, WML pages are cached. To force a WML deck to expire immediately after it has been received, I use
the Response
The Cache-Control <meta> element allows you to set the caching characteristics of the target WAP device. The
content attribute can contain the following values:
 max–age=time_in_seconds
 must-revalidate
 no–cache
When the value of content is set to "max–age=0", it expires immediately after it has been loaded. It is equivalent to
"no–cache".
We have looked at the two methods for controlling caching on WAP devices, but which is better? In general,
controlling the HTTP headers is a better option than using the <meta> element. This is because some WAP gateways may
not pass caching-related headers to the WAP device, especially the <meta> elements. Also, <meta> elements are not
supported by all WAP devices.
2.1.2.5 Cookie Support on WAP Devices
At the time of writing, WAP 1.1 devices have very limited support for cookies. If you're planning to make use of
ASP's Session object, you have to be aware of this and make appropriate allowances.
The Session Object and Cookies
The ASP Session object requires the use of cookies in order to work correctly. Provided that's the case, using it is
straightforward.
2.1.2.6 Detecting WAP Devices
To detect what WAP browser the user is using, you can use the Request.ServerVariables collection, as I do in
Useragent.asp:
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645
www.ijmer.com 2053 | Page
It's up to the developer to decide on the level of compatibility that they want to achieve for a particular application.
For a list of user agents, point your browser at http://amaro.g-art.nl/useragent/.
If the user agent contains the word "Mozilla", then the user is using a web browser and I need to redirect them to
another HTML page using the Response.Redirect() method.
2.1.2.7 Passing Values from ASP to WML
A common question asked by developers new to WML is how can they pass values between WML client-side
variables and ASP server-side variables.
Tips for Using ASP to Generate WML Content
When generating WML content using ASP, bear in mind that a deck can contain multiple cards. If your content for
each card is generated dynamically, it may have an impact on the efficiency of your web server.
When the ASP parser parses the above deck, both cards will be 'given' the same time. When the user moves from
card1 to card2, they will see the same time on both cards. This may not be what we intended — we might want the cards to
contain the different times that they were displayed on the WAP device. To solve this problem, I need to make sure that
caching is turned off on the WAP device. For this, I can use the Response.Expires property, as described earlier in the paper.
However, this causes the deck to be parsed twice by the ASP parser, as the WAP device will have to reload the same deck
from the origin server to display the second card.
Remember: caching is at deck level. When a user moves from a card to another within a deck, using a
Response.Expires property will not cause a reload of the deck from the origin server.
Hence, when you have dynamic content on multiple cards within a deck, it is important that these cards be separated
into different decks. The diagram showing the request and response between the WAP device and origin server is valid
provided caching can be done at the card level.
As can be seen, every time the WAP device requests the same deck, the ASP server spends time parsing it. If the
deck contained a lot of cards, the time needed would be substantial: this is inefficient. Instead, by breaking the cards down
into multiple decks, the time spent parsing individual decks is reduced.
2.1.2.8 Common Errors
Finally, let's briefly examine some of the common errors that developers may encounter when using ASP to
generate WML content.
 Not setting the correct MIME type
The WML MIME type must be set using the Response.ContentType property, like this:
<% Response.ContentType = "text/vnd.wap.wml" %>
 Cookies are not supported
When using cookies or the Session object, always ensure that the target platform is capable of supporting cookies.
The POST method may not work correctly on some WAP devices
When using a <postfield> element, be aware that some WAP devices (the Nokia 7110, for instance) have problems
in supporting the POST method.
You need a web server to run ASP!
Very often, people just run ASP documents straight from their local hard disk. ASP documents require a web server
(in particular, the ASP parser) to process them, so that the resulting page can be sent to the client. Also important point to
note is that you need to use the http:// syntax, and not the physical filename.
III. PHP/WML
In this paper we have done three integrated PHP/WML examples, showing you:
 How to insert dynamic content into WML: Illustrates how PHP can be integrated directly within a WML deck, so that
you can feaure dynamic content for the user (in our example, a date).
 How to send email to a WAP-enabled Device: Introduces user interactivity by providing a mechanism in which a user
can send email.
 How to interact with a MySQL Database: Introduces database interaction to enable the display of information in the
Web browser, such as a current soccer score.
3.1 How to Insert Dynamic Content into WML
Consider a simple example where a message is generated along with a current date. The example produces the
following output:
Code Flow
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645
www.ijmer.com 2054 | Page
 Send the proper header to the WAP browser.
 Use PHP's date() function to output the current date
 Use PHP to print out a simple message
PHP's date function offers a very flexible way in which to display the current date.
3.2 How to Send Email to a WAP-Enabled Device
Let's apply what we've learned thus far by building a basic WML/PHP application to send email to a wireless
device. Two decks are involved, the first consisting of three cards, and the second consisting of one card:
 The first deck prompts the user for various pieces of information, namely the destination email address, the message
subject, and the message itself.
 The second deck actually sends the message to the destination address and outputs an appropriate message to the user.
Note: This script will not peform any error checking. However, error checking can easily be scripted. For example,
a few extra lines of code can be inserted to ensure that the user enters a valid email address, defines a subject, and inserts a
message
Code Flow
Deck 1 (email1.wml):
 Send the proper header to the WAP browser.
 Prompt user for Email recipient.
 Prompt user for message subject.
 Prompt user for message.
 Pass information to second deck, entitled email2.wml
Deck 2 (email2.wml):
 Send message to the recipient.
 Inform user as to whether message has been sent.
3.3 How to Interact with a MySQL Database
The final example involves the extraction of data from a MySQL database for display within a WML card. Suppose
you wanted to display the outcomes of a series of soccer matches.
The following MySQL table could be defined:
mysql>create table soccer_scores (
>team1 char(20),
>score1 int,
>team2 char(20),
>score2 int );
The following could be stored within the table:
Team1 score1 team2 score2
France 2 Holland 3
England 2 Romania 3
Italy 2 Sweden 1
Yugoslavia 3 Spain 4
We can create a simple script capable of retrieving this data and then displaying it within a WAP browser, as shown below:
Code Flow
 Send the proper header to the WAP browser.
 Begin a new WML deck.
 Connect to the MySQL server ("www.zend.com")
 Select a MySQL database ("sports")
 Select information from the MySQL table "soccer_scores"
 If data exists within the table, output it using the format: team1 team1_score team2 team2_score
 If data does not exist, output appropriate message.
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645
www.ijmer.com 2055 | Page
IV. WAP SECURITY
Security of applications and computer systems is an issue that, quite rightly, many of IT professionals are concerned
about. As corporations have utilized technologies, such as remote access, Java and component technologies, and
infrastructural advances like the Internet, to facilitate new ways of working, new ways of doing business with clients,
partners and suppliers, and even to create entirely new products, services and business models, the need for mechanisms to
secure applications, networks and systems has become more and more important.
 WAP is another technology that extends the reach of communication networks, provides new opportunities for
innovative corporations, and adds to the complexity of the environment within which applications need to be designed,
built and deployed. There is a set of concerns over how secure WAP is as a technology, and whether it is robust enough
to implement mobile commerce applications, and other applications with stringent security requirements.
 Before beginning this investigation of WAP security, it is worth noting that there is no such thing as a secure system.
The phrase 'secure system' means one that cannot be compromised or accessed without authorization. Considering that
hackers who set out to compromise or penetrate systems are resourceful and always target unexpected aspects of the
systems, it would be a brave fool who declared a system to be immune to attack. What can be said is that a particular
system meets certain predefined security criteria in that it can withstand attacks of a known type, and is therefore
considered secure enough for its intended purpose.
 If your interest in this project is to come out with a definitive statement as to whether WAP is 'secure' or not, you will be
disappointed. It is only feasible to make the assertion that WAP is or is not 'secure enough' for a particular application
when you understand the security requirements of that application, the environment in which that application is to be
deployed, the likelihood that the application will be subject to attempts to compromise its security, and the nature of the
attempts that are likely to be made. Even then the statement is only valid until something changes in the environment, or
someone discovers a new security exposure in the network, the environment, the technologies used or the platform on
which the application is deployed.
V. CONCLUSION
In this paper, a Mobile Personal Assistant (MPA) Application using WAP has been developed.
XML (and friends) is at the moment the best possibility to handle the problems occuring with the many combinations of
possible mobile devices, their browser versions and the WAP-gateways they are using. Almost every combination has its
effects on the user-interface style. The weak commitment to WAP-standards of some vendors makes difficult for developers
of mobile services. Nevertheless XML is powerful enough to handle such difficulties and also showed its power in this
prototype implementation.
REFERENCES
[1] Lee,W.M. and Foo,S.M. and Watsom K. and Wugofski T., Beginning WAP, WML, & WMLScript, UK, Wrox Press, 2000.
[2] Arehart C. and Chidambaram N. and Guruprasad S. and Homer A. and Howell R. and Kasippillai S. and Machin R. and Myers T.
and Nakhimovsky A. and Passani L. and Pedley C. and Taylor R. and Toschi M., Professional WAP, UK, Wrox Press,2000.
[3] The WAP forumat http://www.wapforum.com. At this site the current WAP specifications can be found, together with suggested
future specifications
[4] The WAP group at http://www.wireless3.com. Here you can gain access to a network of professionals, all working towards the
widespread dispersal of knowledge and the debeloplemt of WAP technique
[5] The site at http://www.wirelessdevnet.com/ is useful for industry news and other information resources.
[6] The site at http://www.w3schools.com/wap/wap_intro.asp is contain WAP tutrial and WAP resources.
[7] UP.SDK Release 4.1, WML Language Reference, Openwave Systems Inc., 2000 http://www.geek.com/menu_databases.htm
[9] Robin Beaumont 28/03/00 Tel: 0191 2731150.
[10] Wei Meng Lee, Ngee Ann Polytechnic, Singapore W.J. Gilmore August 3, 2000
[11] The site at http://www.stc.com.sa is Saudi Telecom Company web site.

Weitere ähnliche Inhalte

Was ist angesagt? (17)

Introduction to Mobile Internet
Introduction to Mobile InternetIntroduction to Mobile Internet
Introduction to Mobile Internet
 
Wap
WapWap
Wap
 
WWW Programming Model
WWW Programming ModelWWW Programming Model
WWW Programming Model
 
WAP
WAPWAP
WAP
 
Azure & WP7 at GRDevDay
Azure & WP7 at GRDevDayAzure & WP7 at GRDevDay
Azure & WP7 at GRDevDay
 
Wireless application protocol (WAP)
Wireless application protocol (WAP)Wireless application protocol (WAP)
Wireless application protocol (WAP)
 
Wireless application protocol
Wireless application protocolWireless application protocol
Wireless application protocol
 
wireless application protocol
wireless application protocol wireless application protocol
wireless application protocol
 
112321 112333 wirless application protocol
112321 112333 wirless application protocol112321 112333 wirless application protocol
112321 112333 wirless application protocol
 
Introduction to WAP
Introduction to WAPIntroduction to WAP
Introduction to WAP
 
Internet
InternetInternet
Internet
 
Internet
InternetInternet
Internet
 
Internet
InternetInternet
Internet
 
W 11 internet & www
W 11 internet & wwwW 11 internet & www
W 11 internet & www
 
INTERNET
INTERNETINTERNET
INTERNET
 
Instant SMS: Bringing SMS to the next phase and increasing service revenues
Instant SMS: Bringing SMS to the next phase and increasing service revenuesInstant SMS: Bringing SMS to the next phase and increasing service revenues
Instant SMS: Bringing SMS to the next phase and increasing service revenues
 
[Solace] Open Data Movement for Connected Vehicles
[Solace] Open Data Movement for Connected Vehicles[Solace] Open Data Movement for Connected Vehicles
[Solace] Open Data Movement for Connected Vehicles
 

Andere mochten auch

Ec3212561262
Ec3212561262Ec3212561262
Ec3212561262IJMER
 
Dq2644974501
Dq2644974501Dq2644974501
Dq2644974501IJMER
 
Monitor the Unmeasurable
Monitor the UnmeasurableMonitor the Unmeasurable
Monitor the UnmeasurableJennifer Davis
 
Performance & emission characteristics of Two Cylinder Diesel Engine Using D...
Performance & emission characteristics of Two Cylinder Diesel  Engine Using D...Performance & emission characteristics of Two Cylinder Diesel  Engine Using D...
Performance & emission characteristics of Two Cylinder Diesel Engine Using D...IJMER
 
Iris Segmentation: a survey
Iris Segmentation: a surveyIris Segmentation: a survey
Iris Segmentation: a surveyIJMER
 
Effective DevOps - Pittsburgh Techfest 2016
Effective DevOps - Pittsburgh Techfest 2016Effective DevOps - Pittsburgh Techfest 2016
Effective DevOps - Pittsburgh Techfest 2016Jennifer Davis
 
ingeniería de arquitectura de facebook andrea serna estic 56
ingeniería de arquitectura de facebook andrea serna estic 56ingeniería de arquitectura de facebook andrea serna estic 56
ingeniería de arquitectura de facebook andrea serna estic 56andrea_matinfo56ETM
 
An Experimental Analysis of Performance, Combustion and Emission Characteris...
An Experimental Analysis of Performance, Combustion and  Emission Characteris...An Experimental Analysis of Performance, Combustion and  Emission Characteris...
An Experimental Analysis of Performance, Combustion and Emission Characteris...IJMER
 
Av2641024104
Av2641024104Av2641024104
Av2641024104IJMER
 
обдарована дитина
обдарована дитинаобдарована дитина
обдарована дитинаbograch
 
Bj32809815
Bj32809815Bj32809815
Bj32809815IJMER
 
Fu2428622866
Fu2428622866Fu2428622866
Fu2428622866IJMER
 
Bn31231239
Bn31231239Bn31231239
Bn31231239IJMER
 
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...IJMER
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...IJMER
 
Ck32985989
Ck32985989Ck32985989
Ck32985989IJMER
 
Bv32891897
Bv32891897Bv32891897
Bv32891897IJMER
 

Andere mochten auch (20)

Kompania deily
Kompania deilyKompania deily
Kompania deily
 
Ec3212561262
Ec3212561262Ec3212561262
Ec3212561262
 
Dq2644974501
Dq2644974501Dq2644974501
Dq2644974501
 
Monitor the Unmeasurable
Monitor the UnmeasurableMonitor the Unmeasurable
Monitor the Unmeasurable
 
Performance & emission characteristics of Two Cylinder Diesel Engine Using D...
Performance & emission characteristics of Two Cylinder Diesel  Engine Using D...Performance & emission characteristics of Two Cylinder Diesel  Engine Using D...
Performance & emission characteristics of Two Cylinder Diesel Engine Using D...
 
Iris Segmentation: a survey
Iris Segmentation: a surveyIris Segmentation: a survey
Iris Segmentation: a survey
 
Effective DevOps - Pittsburgh Techfest 2016
Effective DevOps - Pittsburgh Techfest 2016Effective DevOps - Pittsburgh Techfest 2016
Effective DevOps - Pittsburgh Techfest 2016
 
ingeniería de arquitectura de facebook andrea serna estic 56
ingeniería de arquitectura de facebook andrea serna estic 56ingeniería de arquitectura de facebook andrea serna estic 56
ingeniería de arquitectura de facebook andrea serna estic 56
 
An Experimental Analysis of Performance, Combustion and Emission Characteris...
An Experimental Analysis of Performance, Combustion and  Emission Characteris...An Experimental Analysis of Performance, Combustion and  Emission Characteris...
An Experimental Analysis of Performance, Combustion and Emission Characteris...
 
Numerasi
NumerasiNumerasi
Numerasi
 
Av2641024104
Av2641024104Av2641024104
Av2641024104
 
обдарована дитина
обдарована дитинаобдарована дитина
обдарована дитина
 
Bj32809815
Bj32809815Bj32809815
Bj32809815
 
Fu2428622866
Fu2428622866Fu2428622866
Fu2428622866
 
Bn31231239
Bn31231239Bn31231239
Bn31231239
 
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...
 
Ck32985989
Ck32985989Ck32985989
Ck32985989
 
Bv32891897
Bv32891897Bv32891897
Bv32891897
 
Ppt eleni
Ppt eleniPpt eleni
Ppt eleni
 

Ähnlich wie WAP- Mobile Personal Assistant Application

WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...Editor IJCATR
 
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...Editor IJCATR
 
Wireless Application Protocol ppt
Wireless Application Protocol pptWireless Application Protocol ppt
Wireless Application Protocol pptgo2project
 
A Unique Application to Reserve Doctor Appointment by Using Wireless Applicat...
A Unique Application to Reserve Doctor Appointment by Using Wireless Applicat...A Unique Application to Reserve Doctor Appointment by Using Wireless Applicat...
A Unique Application to Reserve Doctor Appointment by Using Wireless Applicat...IJMER
 
Wap architecture and wml script
Wap architecture and wml scriptWap architecture and wml script
Wap architecture and wml scriptishmecse13
 
Wireless application protocol
Wireless application protocolWireless application protocol
Wireless application protocolPrachi Sasankar
 
Telecommunication network2222
Telecommunication  network2222Telecommunication  network2222
Telecommunication network2222Chirag_pahuja
 
Performance of Web Services on Smart Phone Platforms
Performance of Web Services on Smart Phone PlatformsPerformance of Web Services on Smart Phone Platforms
Performance of Web Services on Smart Phone PlatformsIOSR Journals
 
Wirelessmicroservers 111212193716-phpapp02(1)
Wirelessmicroservers 111212193716-phpapp02(1)Wirelessmicroservers 111212193716-phpapp02(1)
Wirelessmicroservers 111212193716-phpapp02(1)gunasagar123
 
Wireless application prorocol
Wireless application prorocolWireless application prorocol
Wireless application prorocol9535814851
 

Ähnlich wie WAP- Mobile Personal Assistant Application (20)

WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
 
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
WAP, HTTP and HTML5 Web Socket Architecture Analysis in Contemporary Mobile A...
 
Wireless Application Protocol ppt
Wireless Application Protocol pptWireless Application Protocol ppt
Wireless Application Protocol ppt
 
WAP.PDF
WAP.PDFWAP.PDF
WAP.PDF
 
Internet on mobile
Internet on mobileInternet on mobile
Internet on mobile
 
A Unique Application to Reserve Doctor Appointment by Using Wireless Applicat...
A Unique Application to Reserve Doctor Appointment by Using Wireless Applicat...A Unique Application to Reserve Doctor Appointment by Using Wireless Applicat...
A Unique Application to Reserve Doctor Appointment by Using Wireless Applicat...
 
Wap ppt
Wap pptWap ppt
Wap ppt
 
Wirelss LAN
Wirelss LANWirelss LAN
Wirelss LAN
 
Mcpp113,16,33,41
Mcpp113,16,33,41Mcpp113,16,33,41
Mcpp113,16,33,41
 
Wap architecture and wml script
Wap architecture and wml scriptWap architecture and wml script
Wap architecture and wml script
 
Wireless application protocol ppt
Wireless application protocol  pptWireless application protocol  ppt
Wireless application protocol ppt
 
Wireless application protocol
Wireless application protocolWireless application protocol
Wireless application protocol
 
Telecommunication network2222
Telecommunication  network2222Telecommunication  network2222
Telecommunication network2222
 
It2402 mobile communication unit5
It2402 mobile communication unit5It2402 mobile communication unit5
It2402 mobile communication unit5
 
Performance of Web Services on Smart Phone Platforms
Performance of Web Services on Smart Phone PlatformsPerformance of Web Services on Smart Phone Platforms
Performance of Web Services on Smart Phone Platforms
 
wireless mobile
wireless mobilewireless mobile
wireless mobile
 
WAP
WAPWAP
WAP
 
Wap
WapWap
Wap
 
Wirelessmicroservers 111212193716-phpapp02(1)
Wirelessmicroservers 111212193716-phpapp02(1)Wirelessmicroservers 111212193716-phpapp02(1)
Wirelessmicroservers 111212193716-phpapp02(1)
 
Wireless application prorocol
Wireless application prorocolWireless application prorocol
Wireless application prorocol
 

Mehr von IJMER

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...IJMER
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingIJMER
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreIJMER
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)IJMER
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...IJMER
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...IJMER
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...IJMER
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...IJMER
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationIJMER
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless BicycleIJMER
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIJMER
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemIJMER
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesIJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...IJMER
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningIJMER
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessIJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersIJMER
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And AuditIJMER
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLIJMER
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyIJMER
 

Mehr von IJMER (20)

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
 

Kürzlich hochgeladen

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Kürzlich hochgeladen (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

WAP- Mobile Personal Assistant Application

  • 1. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645 www.ijmer.com 2048 | Page Adnan Affandi1 , Abdullah Dobaie2 , Mubashshir Husain3 Electrical and Computer Engineering Department, King Abdul Aziz University P.O. BOX: 80204, Jeddah 21589 ABSTRACT: Wireless Application Protocol (WAP) is a result of continuous work to define an industry-wide specification for developing applications that operate over wireless communication networks. The scope for the WAP Forum is to define a set of specifications to be used by service applications. Not everybody has a computer, but most of the people have mobiles. And not everybody knows how to use the internet, but most of the people have the ability to use the mobiles. This paper exploits this point and produced a unique novel service that gives everyone the access to the internet using their mobiles, which can be used in many applications such as:  Checking train table information  Ticket purchase  Flight check in  Viewing traffic information  Checking weather conditions  Looking up stock values  Looking up phone numbers  Looking up addresses  Looking up sport results And much more in these aspects. The Mobile Personal Assistant Application which has been developed by using WAP was the first of its kind here, where software has been developed. I. INTRODUCTION You and millions of other people around the world use the Internet every day -- to communicate with others, follow the stock market, keep up with the news, check the weather, make travel plans, conduct business, shop, entertain yourself and learn. Staying connected has become so important that it's hard to get away from your computer and your Internet connection because you might miss an e-mail message, an update on your stock or some news you need to know. With your business or your personal life growing more dependent on electronic communication over the Internet, you might be ready to take the next step and get a device that allows you to access the Internet on the go. That's where wireless Internet comes in. You've probably seen news or advertising about cell phones and PDAs that let you receive and send e- mail. 1.2 WML (Wireless Markup Language) WAP uses Wireless Markup Language (WML), which includes the Handheld Device Markup Language (HDML) developed by Phone.com. WML can also trace its roots to eXtensible Markup Language (XML). A markup language is a way of adding information to your content that tells the device receiving the content what to do with it. The best known markup language is Hypertext Markup Language (HTML). Unlike HTML, WML is considered a meta language. Basically, this means that in addition to providing predefined tags, WML lets you design your own markup language components. WAP also allows the use of standard Internet protocols such as UDP, IP and XML. There are three main reasons why wireless Internet needs the Wireless Application Protocol:  Transfer speed  Size and readability  Navigation Most cell phones and Web-enabled PDAs have data transfer rates of 14.4 Kbps or less. Compare this to a typical 56 Kbps modem, a cable modem or a DSL connection. Most Web pages today are full of graphics that would take an unbearably long time to download at 14.4 Kbps. Wireless Internet content is typically text-based in order to solve this problem. The relatively small size of the LCD on a cell phone or PDA presents another challenge. Most Web pages are designed for a resolution of 640x480 pixels, which is fine if you are reading on a desktop or a laptop. The page simply does not fit on a wireless device's display, which might be 150x150 pixels. Also, the majority of wireless devices use monochrome screens. Pages are harder to read when font and background colors become similar shades of gray. Navigation is another issue. You make your way through a Web page with points and clicks using a mouse; but if you are using a wireless device, you often use one hand to scroll keys. WAP takes each of these limitations into account and provides a way to work with a typical wireless device. 1.3 Wireless Application Protocol Here's what happens when you access a Web site using a WAP-enabled device:  You turn on the device and open the minibrowser.  The device sends out a radio signal, searching for service. WAP- Mobile Personal Assistant Application
  • 2. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645 www.ijmer.com 2049 | Page  A connection is made with your service provider.  You select a Web site that you wish to view.  A request is sent to a gateway server using WAP.  The gateway server retrieves the information via HTTP from the Web site.  The gateway server encodes the HTTP data as WML.  The WML-encoded data is sent to your device.  You see the wireless Internet version of the Web page you selected. To create wireless Internet content, a Web site creates special text-only or low-graphics versions of the site. The data is sent in HTTP form by a Web server to a WAP gateway. This system includes the WAP encoder, script compiler and protocol adapters to convert the HTTP information to WML. The gateway then sends the converted data to the WAP client on your wireless device. What happens between the gateway and the client relies on features of different parts of the WAP protocol stack. Let's take a look at each part of the stack:  WAE - The Wireless Application Environment holds the tools that wireless Internet content developers use. These include WML and WMLScript, which is a scripting language used in conjunction with WML. It functions much like Javascript.  WSP - The Wireless Session Protocol determines whether a session between the device and the network will be connection-oriented or connectionless. What this is basically talking about is whether or not the device needs to talk back and forth with the network during a session. In a connection-oriented session, data is passed both ways between the device and the network; WSP then sends the packet to the Wireless Transaction Protocol layer (see below). If the session is connectionless, commonly used when information is being broadcast or streamed from the network to the device, then WSP redirects the packet to the Wireless Datagram Protocol layer (see below).  WTP - The Wireless Transaction Protocol acts like a traffic cop, keeping the data flowing in a logical and smooth manner. It also determines how to classify each transaction request: Reliable two-way Reliable one-way Unreliable one- way The WSP and WTP layers correspond to Hypertext Transfer Protocol (HTTP) in the TCP/IP protocol suite.  WTLS - Wireless Transport Layer Security provides many of the same security features found in the Transport Layer Security (TLS) part of TCP/IP. It checks data integrity, provides encryption and performs client and server authentication.  WDP - The Wireless Datagram Protocol works in conjunction with the network carrier layer (see below). WDP makes it easy to adapt WAP to a variety of bearers because all that needs to change is the information maintained at this level.  Network carriers - Also called bearers, these can be any of the existing technologies that wireless providers use, as long as information is provided at the WDP level to interface WAP with the bearer. Once the information is received by the WAP client, it is passed to the minibrowser. This is a tiny application built into the wireless device that provides the interface between the user and the wireless Internet. The minibrowser does not offer anything more than basic navigation. Wireless Internet is still a long way from being a true alternative to the normal Internet. It is really positioned right now for people who need the ability to connect no matter where they are. The WAP Forum is continually working on the specifications of the WAP standard to ensure that it evolves in a timely and useful manner. II. CREATING A DYNAMIC WAP APPLICATION USING ASP Microsoft Active Server Pages (ASP) is a viable technology for developing dynamic web content. Its popularity can be seen from the many web sites sporting documents with the .asp extension. Because ASP is a server-side technology, it is well suited to creating dynamic WAP applications, especially in the area of database access. 2.1.1 The MPA Application The sample application that we will be building in this session is a Mobile Personal Assistant (MPA). The aim of this is to allow users to have a mobile time scheduler that enables them to check on their plans wherever they are. Fig1. Application Overview
  • 3. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645 www.ijmer.com 2050 | Page As can be seen from the above diagram, there are three decks involved in this application. They are:  MPA.asp  DrawDates.asp  Activity.asp In implementing this application, the technologies used are ASP and ActiveX Data Objects (ADO). Let's first take a look at the database: Fig.2 Microsoft Access Database This Microsoft Access database (PIM.mdb) contains a single table for storing the activities of the user. A typical schedule looks like this: Fig.3. MicroSoft Access Database 2.1.1.1 Creating a Calendar To enable the user to locate a day and month in their schedule easily, its needed to create a calendar on screen. This is achieved by the code in MPA.asp. Fig.4. Calendar Created 2.1.1.2 The DrawDates.asp Document To draw the calendar on the user's screen, so that they can select the day in which to enter their schedule. The generateDate() function is used to generate a table containing all the days in a particular month and year: Once the month and the year have been selected, they are sent to the DrawDates.asp document using the GET method. A <postfield> element is used to accomplish this: The DrawDates.asp Document I need to draw the calendar on the user's screen, so that they can select the day in which to enter their schedule. The generate Date () function is used to generate a table containing all the days in a particular month and year:
  • 4. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645 www.ijmer.com 2051 | Page 2.1.2.2The Activity.asp Document Once the user has selected a day, they can click on the Follow Link option to retrieve the activity page: Fig.5 Showing Browser Options & Activity page Here we have generated all the different time intervals from 8am to 10pm. The time interval is one hour. We use an <input> element to let users modify their activities, and at the same time retrieve the previously saved activity from the database Notice that in our case we have thirteen different time intervals, and each <input> element has a different name. The first one has the name TimeActivity800, the second one is TimeActivity900, and so on. Once the user has keyed in their activities, they can proceed to save the activity into the database: Fig.6 User can save the activity into the Database 2.1.2 Developing Dynamic WAP Applications Some issues involving in developing dynamic WAP applications:  Redirecting pages  Caching on WAP devices  Cookie support on WAP devices, and maintaining state using the ASP Session object  Maintaining state without cookie support  Detecting WAP devices  Passing values from ASP server-side variables to WML client-side variables, and vice versa.  Tips for using ASP to generate WML content  Common errors 2.1.2.1 Redirecting Pages In web application development, it's not unusual to see a browser being redirected to another web page. This may happen, for example, because you don't have the permissions required to view a page, and you must therefore log in before you can do so. In ASP, you can use the Response.Redirect() method to perform page redirection. Buffering is disabled by default in ASP 2.0 but enabled by default in ASP 3.0. If a page is not buffered, the web server will send the HTTP headers to the client before the ASP parser has finished parsing the ASP document. In the case of page redirection, this will cause an error. Try setting the Response.Buffer property to False, and you'll see the error message: The error message is: The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. 2.1.2.2 Caching on WAP Devices WAP devices generally cache WML decks. This is to reduce the time that is wasted in trying to reload a page that has been loaded earlier. However, for dynamic content, this is not a good feature — the user may be reading some stale information from the cache. There are two issues to consider when we talk about caching. They are:  Caching by proxy servers  Caching by WAP devices 2.1.2.3 Caching by Proxy Servers Proxy servers help to reduce the time needed to fetch a document from the origin server. In a network, a proxy server may be set up to act as a halfway house between the Internet and the web clients in the various departments. The
  • 5. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645 www.ijmer.com 2052 | Page proxy server will cache all documents requested by the network, so that it may fulfill subsequent requests for a document retrieved earlier. The trip to the origin server is reduced to making a trip to the proxy server, as the following diagram explains. Proxy servers should not cache ASP documents, as this defeats the purpose of using ASP in the first place. To turn off caching by proxy servers, use the Response.CacheControl property: <% Response.CacheControl="private" %> If for any reason you wish to enable caching by the proxy server, you can set the cache control property to public. <% Response.CacheControl="public" %> What about caching by a WAP gateway? The WAP Caching Model specification states that a WAP gateway must faithfully implement the role of an HTTP/1.1 proxy with respect to caching and cache header transmission. 2.1.2.4 Caching by WAP Devices Just as a proxy server caches pages, WAP devices generally come with some memory to act as a cache. Remember that bandwidth is still a limitation for current WAP devices, so caching WML pages can generally led to improved performance. While a cache memory helps to load a page that has been loaded previously without making a connection to the origin server, it is a nuisance where timesensitive pages are concerned. Pages like stock information, weather reports, and online ticketing systems are highly time-sensitive. By default, WML pages are cached. To force a WML deck to expire immediately after it has been received, I use the Response The Cache-Control <meta> element allows you to set the caching characteristics of the target WAP device. The content attribute can contain the following values:  max–age=time_in_seconds  must-revalidate  no–cache When the value of content is set to "max–age=0", it expires immediately after it has been loaded. It is equivalent to "no–cache". We have looked at the two methods for controlling caching on WAP devices, but which is better? In general, controlling the HTTP headers is a better option than using the <meta> element. This is because some WAP gateways may not pass caching-related headers to the WAP device, especially the <meta> elements. Also, <meta> elements are not supported by all WAP devices. 2.1.2.5 Cookie Support on WAP Devices At the time of writing, WAP 1.1 devices have very limited support for cookies. If you're planning to make use of ASP's Session object, you have to be aware of this and make appropriate allowances. The Session Object and Cookies The ASP Session object requires the use of cookies in order to work correctly. Provided that's the case, using it is straightforward. 2.1.2.6 Detecting WAP Devices To detect what WAP browser the user is using, you can use the Request.ServerVariables collection, as I do in Useragent.asp:
  • 6. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645 www.ijmer.com 2053 | Page It's up to the developer to decide on the level of compatibility that they want to achieve for a particular application. For a list of user agents, point your browser at http://amaro.g-art.nl/useragent/. If the user agent contains the word "Mozilla", then the user is using a web browser and I need to redirect them to another HTML page using the Response.Redirect() method. 2.1.2.7 Passing Values from ASP to WML A common question asked by developers new to WML is how can they pass values between WML client-side variables and ASP server-side variables. Tips for Using ASP to Generate WML Content When generating WML content using ASP, bear in mind that a deck can contain multiple cards. If your content for each card is generated dynamically, it may have an impact on the efficiency of your web server. When the ASP parser parses the above deck, both cards will be 'given' the same time. When the user moves from card1 to card2, they will see the same time on both cards. This may not be what we intended — we might want the cards to contain the different times that they were displayed on the WAP device. To solve this problem, I need to make sure that caching is turned off on the WAP device. For this, I can use the Response.Expires property, as described earlier in the paper. However, this causes the deck to be parsed twice by the ASP parser, as the WAP device will have to reload the same deck from the origin server to display the second card. Remember: caching is at deck level. When a user moves from a card to another within a deck, using a Response.Expires property will not cause a reload of the deck from the origin server. Hence, when you have dynamic content on multiple cards within a deck, it is important that these cards be separated into different decks. The diagram showing the request and response between the WAP device and origin server is valid provided caching can be done at the card level. As can be seen, every time the WAP device requests the same deck, the ASP server spends time parsing it. If the deck contained a lot of cards, the time needed would be substantial: this is inefficient. Instead, by breaking the cards down into multiple decks, the time spent parsing individual decks is reduced. 2.1.2.8 Common Errors Finally, let's briefly examine some of the common errors that developers may encounter when using ASP to generate WML content.  Not setting the correct MIME type The WML MIME type must be set using the Response.ContentType property, like this: <% Response.ContentType = "text/vnd.wap.wml" %>  Cookies are not supported When using cookies or the Session object, always ensure that the target platform is capable of supporting cookies. The POST method may not work correctly on some WAP devices When using a <postfield> element, be aware that some WAP devices (the Nokia 7110, for instance) have problems in supporting the POST method. You need a web server to run ASP! Very often, people just run ASP documents straight from their local hard disk. ASP documents require a web server (in particular, the ASP parser) to process them, so that the resulting page can be sent to the client. Also important point to note is that you need to use the http:// syntax, and not the physical filename. III. PHP/WML In this paper we have done three integrated PHP/WML examples, showing you:  How to insert dynamic content into WML: Illustrates how PHP can be integrated directly within a WML deck, so that you can feaure dynamic content for the user (in our example, a date).  How to send email to a WAP-enabled Device: Introduces user interactivity by providing a mechanism in which a user can send email.  How to interact with a MySQL Database: Introduces database interaction to enable the display of information in the Web browser, such as a current soccer score. 3.1 How to Insert Dynamic Content into WML Consider a simple example where a message is generated along with a current date. The example produces the following output: Code Flow
  • 7. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645 www.ijmer.com 2054 | Page  Send the proper header to the WAP browser.  Use PHP's date() function to output the current date  Use PHP to print out a simple message PHP's date function offers a very flexible way in which to display the current date. 3.2 How to Send Email to a WAP-Enabled Device Let's apply what we've learned thus far by building a basic WML/PHP application to send email to a wireless device. Two decks are involved, the first consisting of three cards, and the second consisting of one card:  The first deck prompts the user for various pieces of information, namely the destination email address, the message subject, and the message itself.  The second deck actually sends the message to the destination address and outputs an appropriate message to the user. Note: This script will not peform any error checking. However, error checking can easily be scripted. For example, a few extra lines of code can be inserted to ensure that the user enters a valid email address, defines a subject, and inserts a message Code Flow Deck 1 (email1.wml):  Send the proper header to the WAP browser.  Prompt user for Email recipient.  Prompt user for message subject.  Prompt user for message.  Pass information to second deck, entitled email2.wml Deck 2 (email2.wml):  Send message to the recipient.  Inform user as to whether message has been sent. 3.3 How to Interact with a MySQL Database The final example involves the extraction of data from a MySQL database for display within a WML card. Suppose you wanted to display the outcomes of a series of soccer matches. The following MySQL table could be defined: mysql>create table soccer_scores ( >team1 char(20), >score1 int, >team2 char(20), >score2 int ); The following could be stored within the table: Team1 score1 team2 score2 France 2 Holland 3 England 2 Romania 3 Italy 2 Sweden 1 Yugoslavia 3 Spain 4 We can create a simple script capable of retrieving this data and then displaying it within a WAP browser, as shown below: Code Flow  Send the proper header to the WAP browser.  Begin a new WML deck.  Connect to the MySQL server ("www.zend.com")  Select a MySQL database ("sports")  Select information from the MySQL table "soccer_scores"  If data exists within the table, output it using the format: team1 team1_score team2 team2_score  If data does not exist, output appropriate message.
  • 8. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2048-2055 ISSN: 2249-6645 www.ijmer.com 2055 | Page IV. WAP SECURITY Security of applications and computer systems is an issue that, quite rightly, many of IT professionals are concerned about. As corporations have utilized technologies, such as remote access, Java and component technologies, and infrastructural advances like the Internet, to facilitate new ways of working, new ways of doing business with clients, partners and suppliers, and even to create entirely new products, services and business models, the need for mechanisms to secure applications, networks and systems has become more and more important.  WAP is another technology that extends the reach of communication networks, provides new opportunities for innovative corporations, and adds to the complexity of the environment within which applications need to be designed, built and deployed. There is a set of concerns over how secure WAP is as a technology, and whether it is robust enough to implement mobile commerce applications, and other applications with stringent security requirements.  Before beginning this investigation of WAP security, it is worth noting that there is no such thing as a secure system. The phrase 'secure system' means one that cannot be compromised or accessed without authorization. Considering that hackers who set out to compromise or penetrate systems are resourceful and always target unexpected aspects of the systems, it would be a brave fool who declared a system to be immune to attack. What can be said is that a particular system meets certain predefined security criteria in that it can withstand attacks of a known type, and is therefore considered secure enough for its intended purpose.  If your interest in this project is to come out with a definitive statement as to whether WAP is 'secure' or not, you will be disappointed. It is only feasible to make the assertion that WAP is or is not 'secure enough' for a particular application when you understand the security requirements of that application, the environment in which that application is to be deployed, the likelihood that the application will be subject to attempts to compromise its security, and the nature of the attempts that are likely to be made. Even then the statement is only valid until something changes in the environment, or someone discovers a new security exposure in the network, the environment, the technologies used or the platform on which the application is deployed. V. CONCLUSION In this paper, a Mobile Personal Assistant (MPA) Application using WAP has been developed. XML (and friends) is at the moment the best possibility to handle the problems occuring with the many combinations of possible mobile devices, their browser versions and the WAP-gateways they are using. Almost every combination has its effects on the user-interface style. The weak commitment to WAP-standards of some vendors makes difficult for developers of mobile services. Nevertheless XML is powerful enough to handle such difficulties and also showed its power in this prototype implementation. REFERENCES [1] Lee,W.M. and Foo,S.M. and Watsom K. and Wugofski T., Beginning WAP, WML, & WMLScript, UK, Wrox Press, 2000. [2] Arehart C. and Chidambaram N. and Guruprasad S. and Homer A. and Howell R. and Kasippillai S. and Machin R. and Myers T. and Nakhimovsky A. and Passani L. and Pedley C. and Taylor R. and Toschi M., Professional WAP, UK, Wrox Press,2000. [3] The WAP forumat http://www.wapforum.com. At this site the current WAP specifications can be found, together with suggested future specifications [4] The WAP group at http://www.wireless3.com. Here you can gain access to a network of professionals, all working towards the widespread dispersal of knowledge and the debeloplemt of WAP technique [5] The site at http://www.wirelessdevnet.com/ is useful for industry news and other information resources. [6] The site at http://www.w3schools.com/wap/wap_intro.asp is contain WAP tutrial and WAP resources. [7] UP.SDK Release 4.1, WML Language Reference, Openwave Systems Inc., 2000 http://www.geek.com/menu_databases.htm [9] Robin Beaumont 28/03/00 Tel: 0191 2731150. [10] Wei Meng Lee, Ngee Ann Polytechnic, Singapore W.J. Gilmore August 3, 2000 [11] The site at http://www.stc.com.sa is Saudi Telecom Company web site.