Thanks Henk,

I like to check on my approach and if I understand the solution fully.

The MMBase taglib is easy to use as long as the necessary MMBase objects in de cloud are sufficient.

If NOT, I need to write my own Cloud Object. For example:
I have stored in a database Project Related Data which I want to show on the web using MMBase
The DB table consist of the following fields
                project.no
                project.name
                project.responsible
                project.hourrate
and
                hoursheet.no
                hoursheet.date
                hoursheet.quantity
                hoursheet.description
                hoursheet.billable
I now create Cloud Objects named Project and HourSheet which should handle the data access in the cloud. If these objects are working correct I can use them anywhere in the system and making relations between the already existing objects in the cloud
Jsp-files can be generated making use of the Taglib referring to the new objects.

Rick

At 17:16 03-03-2003 +0100, you wrote:
Hi Rick,

Welcome!

You probably mean that you want to use the MMBase taglib to  connect
your MMBase object cloud to your JSP templates. See
http://www.mmbase.org/download/builds/stable/2003-03-01/mmdocs/templater
s/taglib/taglib-doc.html for the manual (under construction) and
http://www.mmbase.org/download/builds/stable/2003-03-01/mmdocs/reference
/taglib/toc.html for the reference. The manual and the reference are
also included in the MMBase distro.

In case you want to use Java instead of the taglib you should have a
look at the MMBase API, see http://www.mmbase.org/api

One of the nice things about MMBase is that you don't have to worry
about the JDBC-stuff yourself anymore.

Regards, Henk.

T. +31-(0)6-29054903
E. [EMAIL PROTECTED]
I. http://www.mmatch.nl
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Rick Blom
Sent: Monday, March 03, 2003 4:38 PM
To: [EMAIL PROTECTED]
Subject: Beginners DB-Application examples


Hi all,

I'm a newby on MMBase and like to start the correct and official way
developing a website.

The MMBase Solution looks good for our intentions to create a corporate
Website as a Portal for large international Software projects.
We like to show the different projects on the web for our customers.

Where can I find a simple example described in steps to create a
web-page (jsp) linking in to a Database showing Database Data according
to the adviced MMBase way.

I can off cause create JSP pages using beans and jdbc and generate the
content directly into the page in a structured way.


Med venlig hilsen/Best Regards

Rick Blom
Aston Group Netherlands
Houtsniplaan 1c
NL-6865XZ Doorwerth
The Netherlands
phone +31 26 3396 440
fax +31 +31 26 3396 449
mobile +31 62 2227 275
mail [EMAIL PROTECTED]
http://www.astongroup.nl

Med venlig hilsen/Best Regards

Rick Blom
Aston Group Netherlands
Houtsniplaan 1c
NL-6865XZ Doorwerth
The Netherlands
phone +31 26 3396 440
fax +31 +31 26 3396 449
mobile +31 62 2227 275
mail [EMAIL PROTECTED]
http://www.astongroup.nl

Reply via email to