Developer’s Guide

Table Of Contents
Chapter 8
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:
custom web publishing using XML
FileMaker Pro database-aware Java applets using the FileMaker
JDBC Driver
custom web publishing using CDML
FileMaker Pro Instant Web Publishing
a custom home page using Instant Web Publishing
custom web publishing using a database layout
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.
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 10, “Using FileMaker Pro XML to deliver your data on the
Web.”
For a list of XML resources and examples, and an overview of what
XML is and how it can be used with FileMaker Pro, visit “FileMaker
XML Central,” on the FileMaker support pages at
www.filemaker.com.
Custom web publishing with JDBC
The FileMaker Developer 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.
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 11, “Using JDBC to deliver your data.”