n00b Qs: Capabilities & Current preferred Apache->TomCat method

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

n00b Qs: Capabilities & Current preferred Apache->TomCat method

Brian Layman
I am looking at using Orbeon CE to fulfill a client's request.  I have the following requirements:

Implement a forms management solution
• Public forms available to prospects
• Password-protected (AKA restricted access) forms for clients
• (Implied Req:) A system that identifies the user and controls access to forms and/or the data provided.  Clients/prospects can't view other client/prospects information
• Ability to query the database and get reports by client name, date, and a few other criteria.
• A secure place method to store session notes (like medical records).
• Ability to start with a dozen forms and grow from there.

Would you agree that Orbeon is the correct solution to use and that it can meet these requirements?



Also..
If I accept this project, it will be hosted on a VPS running CentOS and MySQL, your standard LAMPP configuration. I've researched the installation methods mod_jk, mod_rewrite, reverse proxy and have found the 2006 post saying to avoid mod_jk and the 2009 post saying that the 2006 instructions no longer work (http://orbeon-forms-ops-users.24843.n4.nabble.com/Apache-frontent-instructions-out-of-date-td624098.html#a624098) with a link pointing to helpful instructions (that no longer exist).

I'm kind-of surprised and worried that there isn't documentation on what I would expect to be a common configuration. I've not run TomCat before.  I've got about 50% of my time for this over a two week period to get this installed and two forms up and running. If this is a reasonable install method, that should be fine. If this process will involve using a mallet to make everything fit together, my lack of Tomcat & Orbeon experience will mean an automatic project fail.  Is there a current how-to guide you can point me to? It doesn't need to be a step-by-step screenshot job, just something current and accurate. Any help or insight would be appreciated.
Reply | Threaded
Open this post in threaded view
|

Out of Office AutoReply: n00b Qs: Capabilities & Current preferred Apache->TomCat method

pappleby
Out of Office AutoReply: n00b Qs: Capabilities & Current preferred Apache->TomCat method

I am out of the office until 26th July

***********************************************************************************************

This email, including any attachment, is confidential and may be legally privileged. If you are not the intended recipient or if you have received this email in error, please inform the sender immediately by reply and delete all copies from your system. Do not retain, copy, disclose, distribute or otherwise use any of its contents.

 

Whilst we have taken reasonable precautions to ensure that this email has been swept for computer viruses, we cannot guarantee that this email does not contain such material and we therefore advise you to carry out your own virus checks. We do not accept liability for any damage or losses sustained as a result of such material.

 

Please note that incoming and outgoing email communications passing through our IT systems may be monitored and/or intercepted by us solely to determine whether the content is business related and compliant with company standards.

***********************************************************************************************

The Stationery Office Limited is registered in England No. 3049649 at 10 Eastbourne Terrace, London, W2 6LG

 

Reply | Threaded
Open this post in threaded view
|

iPad Numeric keyboard

Steven Kerr
In reply to this post by Brian Layman
People

If possible I would like to bring up the numeric keyboard for a web app
I am developing for iPads.  For this to happen I need:

<input type='number'/>

However as you can see below, Orbeon uses type="text".  

<input id="numericResult-control_1*2-1$xforms-input-1" type="text"
name="numericResult-control_1*2-1$xforms-input-1" value=""
class="xforms-input-input xforms-type-decimal">

Does anyone know if it's possible to change this?

Cheers

Steven



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: iPad Numeric keyboard

Alessandro  Vernet
Administrator
Steven,

I would make sense, and we could derive this directly from the type of
node bound to the <xforms:input>. I.e., if it is a numeric type, then
we should use type="number" in the produced markup. For now, I added
an RFE for this:

http://forge.ow2.org/tracker/index.php?func=detail&aid=315193&group_id=168&atid=350207

Alex

On Sun, Jul 11, 2010 at 6:02 PM, Steven Kerr
<[hidden email]> wrote:

> People
>
> If possible I would like to bring up the numeric keyboard for a web app
> I am developing for iPads.  For this to happen I need:
>
> <input type='number'/>
>
> However as you can see below, Orbeon uses type="text".
>
> <input id="numericResult-control_1*2-1$xforms-input-1" type="text"
> name="numericResult-control_1*2-1$xforms-input-1" value=""
> class="xforms-input-input xforms-type-decimal">
>
> Does anyone know if it's possible to change this?
>
> Cheers
>
> Steven
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Out of Office AutoReply: iPad Numeric keyboard

pappleby
Out of Office AutoReply: iPad Numeric keyboard

I am out of the office until 26th July

***********************************************************************************************

This email, including any attachment, is confidential and may be legally privileged. If you are not the intended recipient or if you have received this email in error, please inform the sender immediately by reply and delete all copies from your system. Do not retain, copy, disclose, distribute or otherwise use any of its contents.

 

Whilst we have taken reasonable precautions to ensure that this email has been swept for computer viruses, we cannot guarantee that this email does not contain such material and we therefore advise you to carry out your own virus checks. We do not accept liability for any damage or losses sustained as a result of such material.

 

Please note that incoming and outgoing email communications passing through our IT systems may be monitored and/or intercepted by us solely to determine whether the content is business related and compliant with company standards.

***********************************************************************************************

The Stationery Office Limited is registered in England No. 3049649 at 10 Eastbourne Terrace, London, W2 6LG

 

Reply | Threaded
Open this post in threaded view
|

RE: Re: iPad Numeric keyboard

Steven Kerr
In reply to this post by Alessandro Vernet
Alex

Excellent.  Thanks for that :D

Kind regards

Steven

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: Tuesday, 13 July 2010 09:21
To: ops-users
Subject: [ops-users] Re: iPad Numeric keyboard

Steven,

I would make sense, and we could derive this directly from the type of node bound to the <xforms:input>. I.e., if it is a numeric type, then we should use type="number" in the produced markup. For now, I added an RFE for this:

http://forge.ow2.org/tracker/index.php?func=detail&aid=315193&group_id=168&atid=350207

Alex

On Sun, Jul 11, 2010 at 6:02 PM, Steven Kerr <[hidden email]> wrote:

> People
>
> If possible I would like to bring up the numeric keyboard for a web
> app I am developing for iPads.  For this to happen I need:
>
> <input type='number'/>
>
> However as you can see below, Orbeon uses type="text".
>
> <input id="numericResult-control_1*2-1$xforms-input-1" type="text"
> name="numericResult-control_1*2-1$xforms-input-1" value=""
> class="xforms-input-input xforms-type-decimal">
>
> Does anyone know if it's possible to change this?
>
> Cheers
>
> Steven
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Out of Office AutoReply: iPad Numeric keyboard

pappleby
Out of Office AutoReply: iPad Numeric keyboard

I am out of the office until 26th July

***********************************************************************************************

This email, including any attachment, is confidential and may be legally privileged. If you are not the intended recipient or if you have received this email in error, please inform the sender immediately by reply and delete all copies from your system. Do not retain, copy, disclose, distribute or otherwise use any of its contents.

 

Whilst we have taken reasonable precautions to ensure that this email has been swept for computer viruses, we cannot guarantee that this email does not contain such material and we therefore advise you to carry out your own virus checks. We do not accept liability for any damage or losses sustained as a result of such material.

 

Please note that incoming and outgoing email communications passing through our IT systems may be monitored and/or intercepted by us solely to determine whether the content is business related and compliant with company standards.

***********************************************************************************************

The Stationery Office Limited is registered in England No. 3049649 at 10 Eastbourne Terrace, London, W2 6LG