• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Myfaces Archetype for JSF Custom Components

 
Ranch Hand
Posts: 146
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all.

Does anybody here already have created a JSF Custom Component Project using Maven Archetype for Myfaces?
I've created a complete component using this archetype, so it uses JSF 1.1, Servlet 2.3.
So I need to upgrade my project because I need my component to be used in a facelets environment which uses a different
implementation for EL.

I'd like to know if does exists any archetype to do this work using more actual libraries.

Notes: Using this archetype I need to implement my Tag Handler with UIComponentTag instead of UIComponentELTag regarding that UIComponentTag is now deprecated with JSF 1.2.

Thanks.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are several JSF archetypes floating around, but I don't know if any of them are appropriate.

However, it's a fairly easy task to take one of the existing archetypes, modify the prototype code and create your own archetype from that!
 
Adolfo Eloy
Ranch Hand
Posts: 146
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Holloway wrote:There are several JSF archetypes floating around, but I don't know if any of them are appropriate.

However, it's a fairly easy task to take one of the existing archetypes, modify the prototype code and create your own archetype from that!



Hello Holloway.
I'll start searching more about Maven.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic