This week's book giveaway is in the Design forum.
We're giving away four copies of Experimentation for Engineers: From A/B testing to Bayesian optimization and have David Sweet 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
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

JSF Tools

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking at some tools for JSF development. After hearing about Sun's Java Studio Creator, I downloaded and gave it a test spin.

It looks like it is generating lot of IDE specific crap beneath the design form. Very similar to Netbeans Matisse GUI builder.

Is there any other good tools for JSF development? Thanks in advance.
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using IBM RSA.

The fact of the matter is that these tools do generate a lot beneath the stuff and you have to get your hands dirty in the end no matter what the tool.

Look at them as catalyst which speed you developement. They do not automate developement.

Here's a link which can guide you through the best tool

http://www.infoworld.com/article/05/03/28/13TCjava_1.html

Hope that helps!!

Cheers..
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jdevelepor is the best tool for jsf - you can wotk with myfaces and others. And it is for free
 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can I forget to mention about Eclipse when ppl talk about JAVA Developement and FREE.

This is just my thinking, If I have to choose one tool I choose the tool which have more wizards to create different things (e.g. JSF JSP, JAVA, XML) and thats why I like Eclipse.

I am using IBM RAD which is also nice tool to develop JSF but yes It does create few classes (I think only one) per JSP and one Entry for those each classes in faces-config.xml. but I ignore them and create my own classes.

Enjoy,

Sajan Patel.
 
Ranch Hand
Posts: 536
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try this eclipse plugin

http://www.valachnet.cz/lvanek/java/Eclipse/Eclipse31/org.eclipse.wst.jsf.snippets_0.7.0.zip
 
You can't expect to wield supreme executive power just because
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic