Re: Tomcat and JSF

2004-06-09 Thread Mark Lowe
I've got jsf running on tomcat 5 there's not extra config.. Just add 
the required jars to your webapp's  lib directory and configure your 
web.xml in the appropriate manner. See the example apps bundled with 
jsf.

jsf rant
Just a shame that input type=file seems to be like getting blood out 
of a stone. Yeah, yeah, yeah i know myfaces does it, and/or you can 
hack a servlet filter in. But I'd really like to move to JSF and 
adopting something that we cant see the source of would be when these 
sorts of fundamental bases are covers. h:inputFile (or something to 
that effect, where are you? it was too early for 1.0, but now its 1.1 
and you're still not there. I'm on the program, I've brought the books, 
we are borg and I have been assimilated,I'll even live without struts 
tiles, I don't want to work around file uploads anymore, I'm utterly 
bored for such nonsense). I want to say h:someInput type and then 
pummel it to a bean or listener. After all

JavaServer Faces technology simplifies building user interfaces for 
JavaServer applications. Developers of various skill levels can quickly 
build web applications by: assembling reusable UI components in a page; 
connecting these components to an application data source; and wiring 
client-generated events to server-side event handlers. 
[http://java.sun.com/j2ee/javaserverfaces/]

JSF is great, but this absence of file upload is pretty silly.
/jsf rant
Mark
On 9 Jun 2004, at 04:01, James Black wrote:
You have to add some jar files to your webapp, but JSF will work on 
Tomcat
5, I haven't tried it on Tomcat 4 in 8 mths.

 Work like you don't need the money, love like you've never been 
hurt, and
dance like no one is watching.
--- Satchel Paige
-Original Message-
From: snpe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 08, 2004 11:25 PM
To: [EMAIL PROTECTED]
Subject: Tomcat and JSF
Is there plan that tomcat support JSF specification ?
regards
Haris Peco
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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

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


Re: Tomcat and JSF

2004-06-09 Thread snpe
I know this , but my question is :
Will tomcat have own JSF implementation like JSP implementation

regards
On Wednesday 09 June 2004 02:01 am, James Black wrote:
 You have to add some jar files to your webapp, but JSF will work on Tomcat
 5, I haven't tried it on Tomcat 4 in 8 mths.
 
  Work like you don't need the money, love like you've never been hurt, and
 dance like no one is watching. 
 --- Satchel Paige 
  -Original Message-
  From: snpe [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, June 08, 2004 11:25 PM
  To: [EMAIL PROTECTED]
  Subject: Tomcat and JSF
  
  Is there plan that tomcat support JSF specification ?
  
  regards
  Haris Peco
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

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



Re: Tomcat and JSF

2004-06-09 Thread Jeanfrancois Arcand

snpe wrote:
Is there plan that tomcat support JSF specification ?
 

JSF has been tested on both 4.1.x and 5.x. Just bundle the JSF lib with 
your war files.

-- Jeanfrancois
regards
Haris Peco
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


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


RE: Tomcat and JSF

2004-06-09 Thread Shapira, Yoav

Hi,

Will tomcat have own JSF implementation like JSP implementation

No more than we have a JMS, JCA, or JavaMail implementation ;)  Tomcat
implements that Servlet and JSP specs, that's it's purpose ;)  There
might be an Apache/Jakarta JSF implementation, I don't know, but it
won't be part of tomcat's internal code base.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: Tomcat and JSF

2004-06-08 Thread James Black
You have to add some jar files to your webapp, but JSF will work on Tomcat
5, I haven't tried it on Tomcat 4 in 8 mths.

 Work like you don't need the money, love like you've never been hurt, and
dance like no one is watching. 
--- Satchel Paige 
 -Original Message-
 From: snpe [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 08, 2004 11:25 PM
 To: [EMAIL PROTECTED]
 Subject: Tomcat and JSF
 
 Is there plan that tomcat support JSF specification ?
 
 regards
 Haris Peco
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


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