Running JSF in Eclipse

Dear membersi have Eclipse 3.1 ,Jboss 4.0 and all the Jar,tld files required for Running jsf. I am running it on MAC OS(Tiger 10.4.8). how to configure it and run. I have put the jar files in WEB-INF folder. can Any one please guide me...
[252 byte] By [skallurayaa] at [2007-11-27 1:42:22]
# 1
Please dears help me i am much need of it.....
skallurayaa at 2007-7-12 0:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I'am using Eclipse with WTP plugin, but on a Windows system. Can't help you otherwise.
Ingmara at 2007-7-12 0:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
try MyEclipseIDE (www.myeclipseide.com)it has many assistents for easy building the required project structures, the JSF support is great...
UlrichCecha at 2007-7-12 0:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

> it has many assistents for easy building the required

> project structures, the JSF support is great...

This is called the WTP ([url=http://www.eclipse.org/webtools/main.php]Web Tools Platform[/url]). It indeed includes [url=http://www.eclipse.org/webtools/jsf/main.php]JSF support[/url] (click at this page at Downloads, you'll find a nice [url=http://www.eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSFTools_milestone1_tutorial.html]JSF tools tutorial[/url]). Some Eclipse based IDE's are available with the WTP default preinstalled. I'm using Objectweb Lomboz by the way.

BalusCa at 2007-7-12 0:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
You have to purchase the license for MyElipse.
johnmiana at 2007-7-12 0:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
I use Eclipse plus the now free Exadel Pro plugin. It works fine and has wizards and drag and drop for easy set up. Download the latest eclipse and use the latest plugin from exadel that does not expire. Old plugins expire.melgant
melvinganta at 2007-7-12 0:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 7

thanks dears,

but we can run the jsf appln by copying the jar files in the lib directory of web-inf folder

i tried it on my ecliplse but some error

Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener

javax.faces.FacesException: java.lang.ClassCastException

is displayed.....

skallurayaa at 2007-7-12 0:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 8

Hello guys ,

i got, just restarted the sever and it worked

the procedure for configration of eclipse run a faces application which i used was

1. copy the jar files of jsf, not myfaces to web-inf/lib folder these files can be got in coreservlet.com (RI appln..)

2. in web.xml file

<listener>

<listener-class>com.sun.faces.config.ConfigureListener</listener-class>

</listener>

3. In jboss, go to default folder see for jsf-lib folder and also in "all" (near deploy) folder see for jsf-lib folder delete these folders

4. deploy the application.....

skallurayaa at 2007-7-12 0:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...