Re: Recommendations for a web application framework?
- From: David Segall <david@xxxxxxxxxxxxxxx>
- Date: Sat, 08 Jul 2006 13:59:13 GMT
"Alan Meyer" <ameyer2@xxxxxxxxx> wrote:
David Segall wrote:I am too inexperienced with both web applications and Java to compare
...
Did you have a reason for omitting Java Server Faces? I confess that I
"chose" it because it is the required framework for using Sun's web
application RAD tool
<http://developers.sun.com/prodtech/javatools/jscreator/index.jsp>.
However, it seems to be the framework of choice both at Sun
<http://java.sun.com/javaee/javaserverfaces/index.jsp> and at Oracle
<http://www.oracle.com/technology/obe/ADF_tutorial_1013/index.htm>.
I did not have a good reason for omitting it. Since you're the second
person recommending it, I am looking into it.
Do you or Chris think that using JSF is better than using, say,
Webwork or Spring? Or perhaps that it's just another approach?
the frameworks you have listed. I regret to say that I have given you
an exhaustive list of my reasons for choosing JSF above. My question
about the omission was because I feared that I might have made a gross
error with my choice.
As it happens I do have an example. I need to have users confirm their
In your use of JSF, have you ever felt that it forbids you from doing
something that you really think you should do?
registration at a web site and the only convenient way I can think of
is to send them a URL that includes GET method data. However, JSF
seems to insist on POST method parameters. I have a solution but it is
not very tidy.
.
- References:
- Recommendations for a web application framework?
- From: Alan Meyer
- Re: Recommendations for a web application framework?
- From: David Segall
- Re: Recommendations for a web application framework?
- From: Alan Meyer
- Recommendations for a web application framework?
- Prev by Date: problems in web.xml in spring framework on eclipse
- Next by Date: Tomcat with Filters & XML HTTP
- Previous by thread: Re: Recommendations for a web application framework?
- Next by thread: Effective Multi Core Thread Programming
- Index(es):
Relevant Pages
|