| Author |
JSF2 Stable JAR files for applications running on Tomcat Server
|
prasad neena
Greenhorn
Joined: Jan 03, 2013
Posts: 11
|
|
Hi,
Can anyone suggest me the stable JAR files for web applications which is running on tomcat6.0.21 server and using JAVA 1.6 version and Eclipse Juno IDE.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14572
|
|
Welcome to the JavaRanch, Prasad!
If your application is dependent on a particular brand or version of IDE, your application is doing something wrong.
I use maven to do my WAR builds and here are the core J2EE dependencies I use, which will tell you the jar providers and versions I'm presently using
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
prasad neena
Greenhorn
Joined: Jan 03, 2013
Posts: 11
|
|
Hi
Tim Holloway ,
I got the solution.Actually I was finding to get the stable jsf jar. I got to know that javax-faces-2.0.13 is the stable one.Before jsf 2.0.6. It was bundled with 2 jar files i.e,. jsf-api.jar and jsf-impl.jar .
From jsf 2.0.7 it is merged and coming with only one.
Thanks for your time.
|
 |
 |
|
|
subject: JSF2 Stable JAR files for applications running on Tomcat Server
|
|
|