Developer’s Guide

Table Of Contents
Chapter 6
Publishing your database on the Web
The FileMaker Pro Web Companion plug-in makes it possible for
you to publish your database on the Internet or an intranet in several
different ways, giving you more choices and control over the design
and functionality of your web pages.
You can publish your database with:
1 custom web publishing using XML
1 FileMaker Pro database-aware Java applets using the FileMaker
JDBC Driver or the proprietary FileMaker Java Class Library
1 custom web publishing using CDML
1 FileMaker Pro Instant Web Publishing
1 a custom home page using Instant Web Publishing
1 custom web publishing using a database layout
1 static web publishing (exporting data into an HTML table)
When you serve your databases and your instant or custom web
pages via the Web Companion, users can access your databases from
their web browsers using a simple URL.
This chapter gives general information on setting up and using the
Web Companion for creating custom web pages.
Note Runtime applications do not have access to the Web
Companion.
Types of web publishing
Custom web publishing with XML
You can use the Web Companion to generate data from your
FileMaker Pro databases into Extensible Markup Language (XML)
documents. With these XML documents, you can (for example) use
JavaScript and the W3C Document Object Model to dynamically
manipulate data after it has been downloaded from your database.
Many of the actions (such as searching) can be performed without
the need to reconnect to the database, making the web user’s
interaction with the database happen much faster.
For information on custom publishing your database with XML, see
chapter 7, “Using FileMaker Pro XML to deliver your data.”
For more information about how XML can be used with FileMaker
Pro, go to www.filemaker.com/support and click on “White Papers.”
Custom web publishing with JDBC
The FileMaker Developer 5.5 CD provides a JDBC (Java database
connectivity) API-compatible driver that allows you to create
FileMaker Pro database-aware Java applets for your web site using
any Rapid Application Development (RAD) tool. This is an
improvement from using the proprietary FileMaker Java classes that
are not recognizable by RAD tools.
With a FileMaker Pro database-aware Java applet, you can make
your databases function more like they are being used in
FileMaker Pro rather than in a web browser.
For information, see chapter 9, “Using Java and JDBC to deliver
your data.”