Re: XMLForms vs Struts

2002-10-30 Thread Omar Tazi
If you like the MVC aspect in Struts and like the flexibility provided 
by XML/XSLT, and don't like the limitations that come with JSPs, check 
out our Framework. It's called OXF (Open XML Framework). OXF is the 
result of our combined passion for Cocoon and Struts/J2EE and our 
involvement in huge enterprise projects. It will dramatically help you 
in your tasks (listed below). Good luck!

http://www.orbeon.com/oxf/

-Omar



Hunsberger, Peter wrote:
I'm sorry. It's a kind of help desk in our intranet where the users can:
1) Request technical assistance (input)
2) Query the status of their previous requests
3) Query a DB where any user can look at common problems/solutions

We have 500 total users. I think there could be 10/20 users (max) using
the app simultaneously. We are not planning to use EJB, WS or LDAP.
We have been considering to use a relational DB (Oracle).



There are commercial applications for this very purpose, so I'm not sure why
you're looking at building this yourself?  However, given that you are, I'd
guess you have no need for multiple language support, no need for eventually
scaling the thing to support a lot of users, and no need for multiple
browser support.  As such, Cocoon is likely overkill.  It's not even clear
that you need much of a flexible controller structure (any dynamic work
flow?), but Struts won't do you any harm.  Otherwise this could just be a
simple JSP site or just HTML with Servlets...  

If you have control over the browser you might want to look at DHTML or
client side XML/XSLT with CSS just to keep presentation separated a little
better.  Personally, I'd likely go with a client side XML/XSLT and Servlet
implementation, but I don't know if your shop can handle the XSLT authoring
(it's a bit of a paradigm shift from Java coding)?  I also don't know what
other infrastructure I'd add to the mix without knowing the requirements
better.


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: pipeline problem

2002-10-25 Thread Omar Tazi
If you are interested in XML Pipelines and XML transformation, check 
out: http://www.orbeon.com/oxf/whitepaper.xhtml

Regards,

-ot

Jeremy Quinn wrote:

Have a look at the 'editor' sample in Cocoon 2.1.dev, it does exactly this.

regards Jeremy

On Thursday, Oct 24, 2002, at 20:27 Europe/London, Oskar Casquero wrote:


Hello,
 
Is it possible to call a pipeline, that returns SAX events 
representing an stylesheet, from the src attribute of a 
map:transform element? I'm trying to do it in the following pipeline 
but it doesn't work.

map:match pattern=schematronValidationResponse

map:generate type=stream

map:parameter name=form-name value=document/

/map:generate

map:transform src=cocoon:/schematron2compiledSchematron/

map:serialize type=xml/

/map:match

 

map:match pattern=schematron2compiledSchematron

map:generate src=schemas/berta.xsd/

map:transform src=stylesheets/schematron.xsl/

map:transform src=stylesheets/skeleton1-5.xsl/

/map:match

Oskar



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]