Presentation is loading. Please wait.

Presentation is loading. Please wait.

Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Web Applications.

Similar presentations


Presentation on theme: "Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Web Applications."— Presentation transcript:

1 Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Web Applications Overview Vincent Oorsprong

2 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Agenda Little bit History DAW Web Solution came a long way What can you build with WebApp Server?

3 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide History 1998 WebApp 1.0 Shown at the EDUC in Maastricht ☼ Shown via a mobile phone Introduced as a new technique ☼ Web based DataFlex applications are better than static pages For early adopters

4 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide History 1999 VDF 6 and WebApp 2.0 First real release Separate products based on same core IDE for Windows development Studio for Web development WebApp 2.1 released for Windows 2000 support

5 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide History 2001 VDF 7 and WebApp 3.0 Main WebApp topic: ☼ WAP (Wireless Application Protocol)

6 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide History 2003 VDF 9.1 New Studio for Web & Windows development ☼ You can develop fat or thin client applications with the same integrated Studio. ☼ For deployment you either purchase a Windows Client Engine or a WebApp Server License (or both)

7 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide History 2004 VDF 10 WebServices added Support for XML namespaces New (good looking) Wizards to generate Web Objects and pages

8 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide History 2005 VDF 11 Structs Arrays Project NNMCRI (Non Numeric Multi Column Record Identifiers). The RowId’s Struct and Arrays make webservices again easier to use

9 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Recent past VDF 12 Completely new written Studio ☼ Major shift in development process Language enhancement: Meta Tags AJAX framework in beta

10 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide What can you build?

11 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide WebApp Server What can you build with WebApp Server? Conventional Browser based applications WebService applications AJAX (Web 2.0) Applications

12 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Conventional Browser Apps Techniques involved: Microsoft Active Server Pages (ASP) Microsoft Internet Information Services (IIS) VBScript & JavaScript (X)HTML

13 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide ASP Pages Page Reload Cycle User requests for original document ☼ E.g: www.dataaccess.com/home.asp?pageid=700www.dataaccess.com/home.asp?pageid=700 Optional: Enter information Post the page to the webserver Processing of posted data / requests Response is a new document ☼ May have the same layout

14 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide ASP Pages Advantages Easy to build We have wizards to do a lot of work for you Based on Microsoft Standards (ASP / IIS) Disadvantages Does not look (very) modern these days ☼ Screen flicker due to page reload cycle ☼ Hard to make fancy things like small popups Requires IIS & ASP installed and functioning

15 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Samples Order entry system Electos websites Football pool websites And… many others…

16 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Football Pool Game to predict the scores 2004 (European Cup) ☼ http://www.dataaccess.nl/euro2004/Poule.Asp http://www.dataaccess.nl/euro2004/Poule.Asp 2006 (World Cup) ☼ http://www.dataaccess.nl/wk2006/Poule.Asp http://www.dataaccess.nl/wk2006/Poule.Asp 2008 (European Cup) ☼ Site not yet completed

17 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide IFrames

18 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide IFrame InnerFrame Advantages ☼ Load a page from a different URL ☼ Integrating 2 (or more) websites Disadvantages ☼ Still 2 sites (no combinations) ☼ Space for the page limited by Iframe size ☼ Second scrollbar may look “weird”

19 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide IFrame solutions Combine (integrate) multiple websites Samples: Electos sites ☼ Data Access Knowledgebase www.dataaccess.com/KBaseTpl.asp ☼ Data Access Bugtracker www.dataaccess.com/BugTrackerTpl.asp

20 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Webservices

21 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide WebServices Solutions over the internet / LAN / WAN Internally much XML Using HTTP / HTTPS protocol Follows the W3C standards Usually small requests Function based ☼ Small function, next small function

22 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Server side Offering all kind of functionality To the rest of the world To the LAN/WAN between applications ☼ Written in the same or different languages Perfect to disclose legacy data ☼ Many DataFlex applications contain valuable data Watch out for persistence! Like any other web application

23 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Client side Any client that support client side webservices Often.NET or Delphi application Browser can be the client but it is not likely Connecting to available functions

24 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Document types RPC Older style, use when the client does not support SOAP document style Document Modern, the way to go Visual DataFlex supports both (client and server side) but suggest (defaults to) the use of the document style

25 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide How to find webservices? UDDI Universal Description, Discovery and Intergration ☼ Still in start up mode Repository http://www.xmethods.net http://www.webservicex.net/WS/default.aspx

26 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide WebServices build with VDF Football Pool 2006 (Called over 466,000 times!) http://www.dataaccess.nl/wk2006/footballpool webservice.wso Country Info (Called over 280,000 times!) http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso Conversions http://www.dataaccess.com/webservicesserve r/conversions.wso

27 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide WebServices build with VDF Anagram http://webservices.oorsprong.org/websamples.anagram/anagramservice.wso Arendsoog http://webservices.oorsprong.org/websamples.arendsoog/ArendsoogbooksService.wso Since YESTERDAY http://webservices.daelab.net/temperaturecon versions/TemperatureConversions.wso

28 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide WebServices build with VDF YOURS! Good way to get your site indexed by Google Positive support for Visual DataFlex!

29 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Web 2.0 (AJAX)

30 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Web 2.0 (AJAX) Modern technique Is Uses (X)HTML Uses JavaScript Page refresh cycle Screen does not flicker (does not need to rebuild on every request)

31 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Web 2.0 (AJAX) Framework Beta 1 available Uses ASP/HTML Uses Javascript with Webservice calls Combines Webservices apps & Browser apps

32 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Web 2.0 (AJAX) Framework Samples Included: Order Entry ☼ Online: http://awas03.daelab.net/ajaxorderentryhttp://awas03.daelab.net/ajaxorderentry Contact Management ☼ Online http://awas03.daelab.net/ajaxcontactmanagement http://awas03.daelab.net/ajaxcontactmanagement Under construction: Wines

33 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Questions Questions about the previous slides?

34 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Training Training from Data Access Europe available In Europe regularly ☼ See www.dataaccess.nl/trainingwww.dataaccess.nl/training In the rest of the world on demand ☼ Contact your local distributor / DAW Office Training books online accessible via http://www.dataaccess.nl/TrainingBooksOnline http://www.dataaccess.nl/TrainingBooksOnline

35 May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Thanks Thanks for your attention


Download ppt "Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Web Applications."

Similar presentations


Ads by Google