Hi,
Recently I've been
trying to use Cocoon 2.0.4 to develop a webapplication that connects to an
Oracle 9 database.(I'm doing this in light of my internship.) I've
gotten it to work without too many problems. I wanted to take my idea a step
further and create a system th
Hi all -
I've got a problem using Cocoon 2.0.3 in that I can't seem to delete a
record from the database I'm using. Didn't see anything on the archive
list related to this. I can add records just fine, but when I execute
the code to delete a record,
Arthur Allen wrote:
Thanks Chris for the clarifications.
You wrote--
In you need to configure
the output for the actions, for each one of the database actions
seperately. Add
session-attr
This would be the place to disable prepending table name or appending
row number to the parameter name
> -Original Message-
> From: [EMAIL PROTECTED]
>
> I'm using Cocoon 2.1m2. I tried to use a logicsheet with esql and its
> "" but I'm getting only undefined errors when
> trying to access the
> data of the text field.
esql:get-xml is broken in M2. You need to get esql.xsl from HEAD.
h
*sorry, that I wrote this Email again to the mailing-list. But because of my
fault, my question seems to be answerde ("re:" in subject)...*
Hi,
I'm trying to get xml-code out of a relational database (MySQL). The code ist
stored in a TextField. I made a test table lik
Hi,
I'm trying to get xml-code out of a relational database (MySQL). The code ist
stored in a TextField. I made a test table like:
id | xml
+--
1 this is a test
I'm using Cocoon 2.1m2. I tried to use a logicsheet with esql and its
"" but I'm gett
Thanks Chris for the clarifications.
You wrote--
In you need to configure
the output for the actions, for each one of the database actions
seperately. Add
session-attr
(>> please see javadocs for exact parameter name) to
This would be the place to disable prepending table name or app
SQL Transformer, part of xml doc in a database field.
What if one of the fields from a select statement
in an has a text field that contains
a valid xml document.
All the '<' and '>' characters get escaped, I would like
the xml in this field to be part of the rowse
Arthur Allen wrote:
Hi Folks,
I am having problems using modular database select action.
Specifically, I cannot seem to direct its output to session attributes
let alone control the naming of those attributes. Instead, it posts the
results of
my single row select to map parameters, named as it
Hi Folks,
I am having problems using modular database select action.
Specifically, I cannot seem to direct its output to session attributes
let alone control the naming of those attributes. Instead, it posts the
results of
my single row select to map parameters, named as it sees fit (table.col
Hello,
i want to set up an application with a postgres database.
It's my first contact with cocoon so far, maybe someone can help.
What I did so far:
Installed Postgres, Apache, Tomcat and Cocoon.
Everything is working fine, and I also played a little bit with the
cocoon features.
Hi everyone,
I have problems using the authentication framework and session management. I
read the user documentation thousand times and I tried to modify the Portal
framework to suit my needs, but it doesn't work at all.
Well, I want to create a login using a database. I need to retriev
On 12.Jun.2003 -- 12:42 AM, Amelie Cordier wrote:
> > On 11.Jun.2003 -- 03:42 PM, Amelie Cordier wrote:
> >> > How do you know it doesn't work?
> >>
> >> I've two forms : one to fill the DB according to the first description
> >> and the other to fill it according to the second one... when I use th
> On 11.Jun.2003 -- 03:42 PM, Amelie Cordier wrote:
>> > How do you know it doesn't work?
>>
>> I've two forms : one to fill the DB according to the first description
>> and the other to fill it according to the second one... when I use the
>> 2 separately it works...
> If you use the default param
On 11.Jun.2003 -- 03:42 PM, Amelie Cordier wrote:
> > How do you know it doesn't work?
>
> I've two forms : one to fill the DB according to the first description and
> the other to fill it according to the second one... when I use the 2
> separately it works...
If you use the default parameter na
>> And,by the way, I do want to modifiy the wiki page but I need to make
>> it work first... :)
>
> :-)
>
>> Here is what I've done so far :
>
>
>
>> The two descriptions work independently, I've check them both...but
>> when they are together in the file, only the first one works
>> ("inscrit").
On 11.Jun.2003 -- 01:23 PM, Amelie Cordier wrote:
> Thanks for your explantion... this is what I understood by reading the
> wiki page... but the matter is it still doesn't work... I wonder if there
> is an option to check in order to enable aliases or something like that...
>
> And,by the way, I
Thanks for your explantion... this is what I understood by reading the
wiki page... but the matter is it still doesn't work... I wonder if there
is an option to check in order to enable aliases or something like that...
And,by the way, I do want to modifiy the wiki page but I need to make it
work
On 11.Jun.2003 -- 11:32 AM, Amelie Cordier wrote:
> Thanks...
>
> I have already looked at it but with no success so I'm looking for an
> example...
>
> Anyway, thanks for the time you spend to answer my question :)
In a table-set you need to refer to tables by @name. This @name is
used to creat
Thanks...
I have already looked at it but with no success so I'm looking for an
example...
Anyway, thanks for the time you spend to answer my question :)
Amelie
> Amelie Cordier dijo:
>> I want to describe a
>> table in two different way and call the first one in one table-set and
>> the other
Amelie Cordier dijo:
> I want to describe a
> table in two different way and call the first one in one table-set and
> the other one in a second table-set...
Hi, check this:
http://wiki.cocoondev.org/Wiki.jsp?page=ModularDatabaseActions
Sorry, I can't explain in more detail this. I am too busy n
Hello !
Is anybody knows where I can find documentation about "alias" that are
used in database descriptor files?
I'm looking for a solution to a simple problem : I want to describe a
table in two different way and call the first one in one table-set and the
other one in a s
Hi Enrico,
I have the same problem. I have tried using the similar approach that
you
have taken but seems something is wrong in copying into the database.
The
tags disappear in the database even if they are in the log file before
sql
transformer.
Any help would be greatly appreciated.
Best
Hi,
In my flowscript i'm making some database operations. This works most of the
time, but sometimes (it occurs mostly during 2 concurrent requests) i get
the following:
"resource://org/apache/cocoon/components/flow/javascript/Database.js", line
13:
uncaught JavaScript excep
Hi
I'm using Cocoon 2.0.4 with Tomcat 4.0.4, Apache 1.3.26 and Java 1.3.1.
After having modified the sunspotdemoportal to perform authentication with a
database instead of with files, I'm trying now to solve the next problem
i.e. how to store user profile and status on the database
hi people
there is a small msAccess report (just few xsp) system designed in cocoon
2.0.4 and tested in 2.1-dev too.
now i want to put this in production using 2.1m3-dev
without to touch anything i dont get results from database (in 2.0.4 and
2.1-dev work fine)
this is a clean snapshot of 2.1m3
better idea to have the page be translated into html before all
database code is called and then insert the database code at the very
end and output as a jsp page or something?
Kris
You can use DBPrism external invalidator server for Cocoon
(http://www.dbprism.com.ar/dbprism/doc/xdocs
e page and then transform it all
again. Rather, it seems that it would be much more efficient if the call
to the database was put off until the entire page was transformed and
cached first. I realize this is possible to do with cocoon with
transformers, however I was curious if there was any wa
of the poll (a single number) every time the page is accessed and then regenerate the xml for the whole page and then transform it all again. Rather, it seems that it would be much more efficient if the call to the database was put off until the entire page was transformed and cached first. I realize
scheme you want Cocoon's cache to use to figure out if the cached
content it holds is still valid. The easiest in the case of database
results is to do time-based validity. Cache until a certain time, or for a
certain duration.
If you need more information, you'll need to specify
translation latter? Is this true?
> If so would it not be a better idea to have the page be translated into html before
> all database code is called and then insert the database code at the very end and
> output as a jsp page or something?
Is that the way other server side frameworks
page be translated into html before all database code is called and then insert the database code at the very end and output as a jsp page or something?
KrisDo you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
to use it?
No, I don't want to use Xindice. I am using MySQL. I just found the tutorial
an interesting read. What they are doing is use an XML-File instead of a
JavaBean as datamodel in the XMLForm. The model is then populated from and
written to a Xindice database. I was wondering whether it m
> P.S. I'm looking into Castor...
And then there's Hibernate, Torque and OJB. I've heard someone recommend
starting with OJB...
And have you checked out the petshop example that's being worked on on cocoon-
dev? Try downloading the latest from CVS and try that out. May answer some of your
ques
Colin W. Kingsbury wrote:
Two separate problems here:
1. How to create a page which allows a user to do X (e.g. "create a new
account")
You could look into XSP or if you have 2.1 dev you could try XMLForms
and create Actions
2. How to manage the overall structure of pages which make up "the
sit
P.S. I'm looking into Castor...
- Original Message -
From: "Colin W. Kingsbury" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 26, 2003 10:34 PM
Subject: RE: Cocoon-based Database Administration
>
> Two separate problems here:
&
OTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 26, 2003 10:34 PM
Subject: RE: Cocoon-based Database Administration
>
> Two separate problems here:
>
> 1. How to create a page which allows a user to do X (e.g. "create a new
> account")
> 2. How to manage the
Two separate problems here:
1. How to create a page which allows a user to do X (e.g. "create a new
account")
2. How to manage the overall structure of pages which make up "the
site."
Cocoon gives you XSP for (1) and well, Cocoon, for (2), if you want to
reinvent the wheel. IMHO if you are build
Hi
I'm developing a fairly standard e-commerce site and need to provide my
client with a web-based interface to manage products, accounts, etc. in a
MySQL database.
Would using XForms/Actions to create these admin pages (about 10 tables in
total) be a good way to go or re-inventing the
Xindice"
> 3. More thoughts: XMLForms
> I'd been looking into XMLForms before and reading Lorenzo's
> note at the end
> of his last message I took another deeper look. I found a
> quite interesting
> tutorial that describes how to replace the form model (currently
&
und a quite interesting
tutorial that describes how to replace the form model (currently
incorporated by a JavaBean) by a model defined by an XML-File that is linked
to an XIndice database:
http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice
I was wondering whether this would be worth a thought
ing new to Cocoon, we
could join our efforts.
With my best regards,
L.
-Messaggio originale-
Da: Scherler, Thorsten [mailto:[EMAIL PROTECTED]
Inviato: venerdì 21 marzo 2003 13.50
A: [EMAIL PROTECTED]; Stefan Klein
Oggetto: AW: database forms
hi Stephan,
by the way are you in Spain right no
nd help me contribute something new to Cocoon, we
could join our efforts.
With my best regards,
L.
-Messaggio originale-
Da: Scherler, Thorsten [mailto:[EMAIL PROTECTED]
Inviato: venerdì 21 marzo 2003 13.50
A: [EMAIL PROTECTED]; Stefan Klein
Oggetto: AW: database forms
hi Stephan,
by the way
erler, Thorsten [mailto:[EMAIL PROTECTED]
Inviato: venerdì 21 marzo 2003 13.50
A: [EMAIL PROTECTED]; Stefan Klein
Oggetto: AW: database forms
hi Stephan,
by the way are you in Spain right now?
see my answer below:
-Ursprüngliche Nachricht-
Von: Stefan Klein [mailto:[EMAIL PROTECTED]
Ges
http://wiki.cocoondev.org/Wiki.jsp?page=HowTos
section database!
regards
Thorsten
p.s. there is a similar example of what you are planing to do in
"Cocoon: Building XML Application" from Ziegler and langham! ISBN have
to search this list for it:
http://marc.theaimsgroup.com/?l=xml-coco
You should try the ibm developerworks site. The relevant link is
http://www-105.ibm.com/developerworks/education.nsf/xml-onlinecourse-byt
itle
/AC994D2B8F0B85D086256BC1006B53AC?open&l=472,t=gr
Frank
---Legal Disclaimer---
The above electron
hi Stephan,
by the way are you in Spain right now?
see my answer below:
-Ursprüngliche Nachricht-
Von: Stefan Klein [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 21. März 2003 10:48
An: [EMAIL PROTECTED]
Betreff: Re: database forms
>Hi Thorsten,
>
>thanks for your reply.
c=the definition of the form (as in your XML example), variable=the
data from the DB?
How do you get the data back into the database? using actions, I suppose?
In your example you've only got textboxes. With listboxes ( in HTML)
it gets a bit trickier, since you'll have to get the possibl
PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 1:30 PM
Subject: Cocoon and database example
> Hi,
>
> I want to create simple news posting script. Just wondering which is
> the best way to go for this.
>
> If i go with ESQL way what are the n
my out some tutorial of cocoon working with database
that would be great. I saw the one which comes with cocoon but i want
something BARE MINIMUM.
Something like
select * from news
Now I presume that the above tag will return xml data, i need to use
XSLT and produce the output
gt;
UTF-8
UTF-8
eng
Google-Search
document.f.q.focus();
...
King regards
Thorsten
Stefan Klein wrote:
Hi all,
I am looking for the quickest way to write database forms. It is something
that I will be doing thousands of times, so the goal is to find some really
efficient way.
Ideally it would loo
Hi all,
I am looking for the quickest way to write database forms. It is something
that I will be doing thousands of times, so the goal is to find some really
efficient way.
Ideally it would look something like:
table name - selects the table
- a simple input field bound to a field in the
rs passed
> by the form into the database action.
> Specifically, I cannot figure out what:
>
> > I've not tested it, but in theory you could set the path separator for
> > the action to "/" and use the xmlform input module. Drawback is, you
> > need t
Hi Chris
Firstly, thanks for your response. I have been mulling over this and
revisiting the docs, but I have not managed to get things working.
I suspect that my problem lies in chanelling the request parameters passed
by the form into the database action.
Specifically, I cannot figure out
If you've got a AbstractSAXSource that gets stuff from the database how
about writing a similar AbstractStreamSource that retrieves your
stylesheets and then just use the TraxTransformer? Or modify your
existing Source to do both toSAX() and getInputStream() efficiently.
(I'm re
We've got a database of XSLT documents, and I'd
like to be able to selectively apply one of those transforms at some point in my
pipeline.
We also generate XML from the database by extending
AbstractSAXSource, and implementing a pseudo-protocol that calls
it.
I'd like to
r 1.1 release - Avalon/Cocoon-based web
database reporting
Ryan Hoegg wrote:
> Ah, well then as soon as I get to my next project involving
reporting, I
> will be sure to stay in touch, and begin diversif
On 13.Mar.2003 -- 07:48 PM, Richard In Public wrote:
> Hi
>
> I've been struggling for some time now to understand how to use modular
> database actions. I have not been able to find any directly helpful
> documentation.
>
> Does anyone have a simple example using
Hi
I've been struggling for some time now to understand how to use modular
database actions. I have not been able to find any directly helpful
documentation.
Does anyone have a simple example using an XMLForm to insert a row with a
modular database add action?
I've listed some of t
ng getAttribute
> method
>
OK, let's look at the samples for the database actions. Let's add a
date column to user:
alter table add column since date;
(use org.hsqldb.util.DatabaseManager to connect to the server at port
9002 to do this or edit cocoondb.script accordingly)
Cha
istian Haul [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 19, 2003 11:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: MySQL date conversion with modular database action
>
>
> Andre Taube wrote:
&g
Andre Taube wrote:
It still does not work.
=
===
This does not match!
Chris.
--
C h r i s t i a n H a u l
[EMAIL PROTECTED]
fingerprint: 99B0
for your help!
Andre
> -Original Message-
> From: Christian Haul [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 18, 2003 9:46 AM
> To: [EMAIL PROTECTED]
> Subject: Re: MySQL date conversion with modular database action
>
>
> Andre Taube wrote:
>
Andre Taube wrote:
> Trying to set column pcm_contract.start_date from request-param using
getAttribute method
> Setting column pcm_contract.start_date [0] 2/9/2003
This shows cleanly that you haven't requested the "attribute" mode here.
Please check your table set!
Chris.
--
C h r i s t i
of
org.apache.cocoon.acting.modular.DatabaseUpdateAction.
Thanks!!!
> -Original Message-
> From: Christian Haul [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 18, 2003 3:18 AM
> To: [EMAIL PROTECTED]
> Subject: Re: MySQL date conversion with modular database action
>
>
> Andre Taub
Andre Taube wrote:
Thanks, that's exactly what I need. However, my date is in MM/dd/
format, how could I pass a format string to the DateMetaInputModule? API
says: "Configuration options: child element "input-module" holds InputModule
to obtain the string from, attribute "format" to "input-m
7, 2003 12:54 AM
> To: [EMAIL PROTECTED]
> Subject: Re: MySQL date conversion with modular database action
>
>
> On 15.Feb.2003 -- 01:44 AM, Andre Taube wrote:
> > Any pointers on how to convert a date before it's inserted into MySQL
> > database while u
>>
>> line_db
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> How i can use the DateMetaInputModule or DateInputModule to format
>> date "datpub" to 'dd/MM/'?
>> Thanks,
>
> Short answer: Si
>
>
>
> How i can use the DateMetaInputModule or DateInputModule to format date
> "datpub" to 'dd/MM/'?
> Thanks,
Short answer: Since you apparently do not use the "modular" database
actions, you cannot.
Long answer: There a
atpub" to 'dd/MM/'?
Thanks,
Marco
> -Messaggio originale-
> Da: Christian Haul [mailto:[EMAIL PROTECTED]]
> Inviato: lunedi 17 febbraio 2003 9.54
> A: [EMAIL PROTECTED]
> Oggetto: Re: MySQL date conversion with modular database action
>
>
> O
On 15.Feb.2003 -- 01:44 AM, Andre Taube wrote:
> Any pointers on how to convert a date before it's inserted into MySQL
> database while using cocoon's Modular Database Action?
>
> I tried
>
>
>
>parameter="org.apache.cocoon.components.modul
Any pointers on how to convert
a date before it's inserted into MySQL database while using cocoon's Modular
Database Action?
I tried
It seems this "mode" parameter
is being ignored.
Any
suggestions?
Thank you!
Hi,
Is there anyway to enable password encryption in cocoon's database connections (ref
cocoon.xconf) ?
jdbc:oracle:thin:@my_server:my_port:my_SID
username
my_encrypted_password
Please advise if a password encryption tool can be us
In addition to the other chnages, try:
String ; //add at the start of the XSP
and
style = <esql:get-string
column="STYLE"/>;
ie you do not need the "" - the does just that!
Derek>>> [EMAIL PROTECTED] 11/02/2003 01:36:14
>>>
I am tryin
nt: 11 February 2003
11:36To: [EMAIL PROTECTED]Subject: Retrieving
a String from the database in XSP
I am trying to retrieve a string
from the database an place it into a variable (should be simple I
know)
However I am getting a compilation
error
I am trying to insert the
On wto, lut 11, 2003 at 11:36:14 -, Tom Place wrote:
> I am trying to retrieve a string from the database an place it into a
> variable (should be simple I know)
> However I am getting a compilation error
>
> I am trying to insert the string value correctly?
>
> S
I am trying to retrieve a string from the database an place
it into a variable (should be simple I know)
However I am getting a compilation error
I am trying to insert the string value correctly?
String myString = null;
<esql:connection><esql:pool>autorevs_p
Is there some documentation I could read about custom tranformer ?
http://wiki.cocoondev.org/Wiki.jsp?page=ImplementingTransformers
should put you on the right track.
-Bertrand
-
Please check that your question has not alread
I would like to create a custom transformer.
The primary method of this transfomer should have this look: Protected
String primary_method (String query){}
Is it possible or should I use the methods "startElement" ,"endElement" ?
Is there some documentation I could read about custom tranformer ?
code like described in this
http://www.javaworld.com/javaworld/jw-09-2002/jw-0920-cocoon-p3.html
article to obtain the connection pool in the
xmlform action.
After I got the connection, I set a bean property,
so I can use the connection within the javabean,
because all my database action is taken p
ly instantiate a new database object within the javabean and after that you
work with your classes that represent your database.
I could send you an example if you are interested.
Regards
Sylvain
-Message d'origine-
De: Kirchhoff, Lars [mailto:[EMAIL PROTECTED]]
Date: jeudi, 9. jan
Hello,
hello I have a question related to xmlform and database connections.
I would like to know which would be the best way to implement database
connections and querys.
So far I tried to put all database connection into methods within the
javabean. therefore I didn't used the c
Hi all,
yesterday, we've released the 1.0 version of xReporter, our open source
Avalon/Cocoon-based database reporting framework, available from
http://xreporter.cocoondev.org/
xReporter consists of 2 main components:
* an Avalon Phoenix-based query server, which is configured through
I think your answer is modular database actions.
Antonio Gallardo
Jacob Arnold dijo:
>>From everyone's silence, I'm guessing this can't be done with the
>> included
> database action. Can it be done with the modular database actions, or am
> I going to have
>From everyone's silence, I'm guessing this can't be done with the included
database action. Can it be done with the modular database actions, or am I
going to have to write my own?
Thanks,
J
-Original Message-
From: Jacob Arnold [mailto:[EMAIL PROTECTED]]
Sent: Th
Correction: I'm running Cocoon 2.0.4.
-Original Message-
From: Jacob Arnold [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 2:01 PM
To: '[EMAIL PROTECTED]'
Subject: Getting Parameters from a Database Action
I'm having trouble getting some parameters
I'm having trouble getting some parameters from a database add action. The
key param is passed through fine, but the value param is not. I'm using
Cocoon 2.0.3. The pipeline in my sitemap is as follows:
A por
index.html
-
> -Original Message-
> From: poornima ponnuswamy [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, December 29, 2002 4:34 PM
> To: [EMAIL PROTECTED]
> Subject: XML form and database
>
>
> Hello All,
> I need to get the XML form input and store it in a
&g
Hello All,
I need to get the XML form input and store it in a
database. Is there any help available for cocoon 2.1
dev to connect to the database. I see an example
"Introduction to Cocoon 2" by Leigh Dodds. Does this
work for Cocoon 2.1, MySQl and Apache tomcat 4.1. Can
anyone please
I'm trying to make a CMS and I'm looking into keeping everything in an XML
database but I can't seem to get XSP pages directly from the database.
Is there a way to store XSPs in the database and have cocoon generate class
files so the process is resonably fast? The XML pseudo-pro
Hi!
how can I set a date format like this "dd/mm/" with Database Action?
thanks in advance.
iker.
-
Please check that your question has not already been answered in the
FAQ before posting. <http://x
I have a form in my page :
personnel
Workflow Name:
Workflow dispatch:
Workflow dispatch2:
Workflow dispatch3:
Alex McLintock wrote:
>. . .
In general I want to list records, select one for editing, offer it for
editing, validate and save it... and this gets tedious for different
tables.
>. . .
Is there a standard application which does all this?
There are small examples but I don't think there is a
Hi folks,
I'm trying to figure out whether I should use Cocoon for a small office
based application. It doesn't need to be web based, but I think it may
benefit from it.
My essential problem is that I want to figure out how to do lots of
database web pages easily and with the min
Ebert Andreas wrote:
Hi Leszek,
column="categoryid"/>
If I hardcode the parameter (e.g. replace '
column="categoryid"/>' with '4') everything works fine.
AFAIR you are allowed to use ESQL only in XSPs as it's tags
are converted to
Java. So even trying to use and logicsheet in xsl is use
Hi Leszek,
>
> >
> > > column="categoryid"/>
> >
> >
> > If I hardcode the parameter (e.g. replace ' > column="categoryid"/>' with '4') everything works fine.
> >
> AFAIR you are allowed to use ESQL only in XSPs as it's tags
> are converted to
> Java. So even trying to use and logicsheet i
On Wed, Nov 20, 2002 at 02:47:42PM +0100, Ebert Andreas wrote:
> Hello,
>
> I am trying to pass a parameter from one XSL template to another using the
> code snippet below. The value of the parameter should be obtained from a
> database. Unfortunately, the code does not work and I
Hello,
I am trying to pass a parameter from one XSL template to another using the
code snippet below. The value of the parameter should be obtained from a
database. Unfortunately, the code does not work and I do not have any idea
why. Is it possible to do that with XSLT or do I misunderstand
I have added on cocoon wiki a document on specific database connection with cocoon.
IMHO the official documentation is poor about:
- where to find the jdbc driver for a specific database (oracle, AS400,
PostgreSQL,...)
- How the driver is called
- The connection's class name
- The tricky t
Hi
I'm storing XML documents in Xindice (Apaches Native XML Database). I want to apply various XSLT style-sheets to the data contained in the database and then have the resulting output placed in a specific directory. How best do I apply Cocoon for this purpose? Get a bigger mailbox -- cho
1 - 100 of 358 matches
Mail list logo