This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of DevSecOps Adventures: A Game-Changing Approach with Chocolate, LEGO, and Coaching Games and have Dana Pylayeva on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

struts-faces.jar

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi everyone,
I have read that we can integrate the struts application with jsf using "struts-faces.jar".
Is that possible? if so please anyone provide me struts-faces.jar,if not the exact path to download the jar.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I hadn't heard of it, but here is a link to a Google search on it

http://www.google.com/search?q=struts-faces.jar&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

What is this supposed to do? For instance we have a projec that has both Struts and JSF pages, but we didn't need to include any struts-faces.jar

Thanks

Mark
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've read some about this, but haven't used it. It's a struts-JSF integration library. I think it allows you to use Struts for your controller and data integration, and JSF for the view.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am going to migrate an existing struts application to JSF.

I have read some articles about using struts-faces to migrate, but it seems the articles were posted years ago (2003 or 2004):
http://www.oracle.com/technology/pub/articles/masterj2ee/j2ee_wk8.html
http://www-128.ibm.com/developerworks/java/library/j-integrate/

I searched the web for struts-faces.jar, I couldn't find either.

I wonder if there are better ways to migrate now?
 
Kranthi Kondapaka
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i have found the struts-faces.jar in struts 1.3 version.
it is the inbuilt jar in struts 1.3 version.

but still I am facing problem in migrating from struts to jsf.

if any one worked out on this,please let me know
 
I'm THIS CLOSE to ruling the world! Right after reading this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic