Path: usenet.cise.ufl.edu!newsfeeds.nerdc.ufl.edu!news.magicnet.net!newspump.monmouth.com!newspeer.monmouth.com!europa.clark.net!192.148.253.68!netnews.com!news-b.ais.net!ais.net!uunet!in1.uu.net!news.neta.com!not-for-mail
From: hakan@hobbe.lub.lu.se (Hakan Ardo)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: ANNOUNCE: HTMLView  - creating web GUIs to DBI databases
Followup-To: comp.lang.perl.modules
Date: 6 Oct 1998 15:24:12 GMT
Organization: Lund Institute of Technology, Sweden
Lines: 38
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Message-ID: <6vdcms$c9c$1@news.neta.com>
NNTP-Posting-Host: gadget.cscaper.com
X-Trace: news.neta.com 907687452 12588 206.67.186.3 (6 Oct 1998 15:24:12 GMT)
X-Complaints-To: abuse@neta.com
NNTP-Posting-Date: 6 Oct 1998 15:24:12 GMT
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:147 comp.lang.perl.modules:4638

Hi,
I would like to announce that version 0.1 of DBIx::HTMLView now is 
availibe at CPAN as:

 authors/id/H/HA/HAKANARDO/DBIx-HTMLView-0.1.tar.gz

This is a general propose module to simplify the creation of web
userinterfaces to a DBI database, currently it can list, view, add,
edit and delete entries in the databse using either <input ...> or
<textarea> to gather the info.

It can also edit N2N relations between two tabels using a third table
to represent the connections.

It's actions is highy customizable by using a database definition 
where most things are specified and by beeing designed to easily 
allow subclassing in order to change it's behaviour.

It is constructed as a set of objects that could be considered 
editors or viewers. Those objects can either be used as they are
or be subclassed if they can be customized enough for your needs.
See the View.cgi example for the simples posible use that gields a 
quite powerfull cgi based editor.

-- 
---------------------------------------------------------------
 Name:        Hakan Ardo
 E-Mail:      hakan@debian.org
 WWW:         http://www.ub2.lu.se/~hakan/sig.html
 Public Key:  Try "finger hakan@master.debian.org"
 Fingerprint: E9 81 FD 90 53 5C E9 3E  3D ED 57 15 1B 7E 29 F3
 Interests:   WWW, Programming, 3D graphics

 Thought for the day: As long as one understands, the
 spelling does not matter :-)
---------------------------------------------------------------


