"Knowing is not enough, you must apply... Willing is not enough, you must do."
--Bruce Lee
John Todd wrote:All what I can say is stay away from JSF.
Don't say I didn't told you :XD:
Bear Bibeault wrote:My dislike of JSF is detailed many times elsewhere. Summarized by:
![]()
"Knowing is not enough, you must apply... Willing is not enough, you must do."
--Bruce Lee
If you want an event-based framework with stateful components, I would suggest Wicket or Tapestry. But anyone you hire will probably have to be trained.Mark Spritzler wrote:
John Todd wrote:All what I can say is stay away from JSF.
Don't say I didn't told you :XD:
For me JSF is my first choice. It seems so much easier for me to develop, because when it comes to UIs I always think in terms of Events, and JSF follows that model nicely. It is also a standard, so that I know that I can find people to code it, and that there is a standards body behind it. There are also some great JSF tag libraries, like Richfaces that makes some complex stuff, so much easier.
Mark
There are 10 kinds of people. Those who understand binary and those who don't.
Matthew Carr-Smith wrote:JSP - It's hideous, but you're pretty certain not to run into something you can't do with it, unlike some templating frameworks (e.g. velocity, tapestry, etc)
Ulf Dittmer wrote:The important thing to keep in mind is that there is rarely "the best" for anything. Much depends upon your circumstances, about which we know nothing. So take whatever you find mentioned here and elsewhere under advisement, but make sure that the advice fits your situation.
Mark Spritzler wrote:
John Todd wrote:All what I can say is stay away from JSF.
Don't say I didn't told you :XD:
John, you can't make a blanket statement like that without explaining yourself.
For me JSF is my first choice. It seems so much easier for me to develop, because when it comes to UIs I always think in terms of Events, and JSF follows that model nicely. It is also a standard, so that I know that I can find people to code it, and that there is a standards body behind it. There are also some great JSF tag libraries, like Richfaces that makes some complex stuff, so much easier.
Mark
John Todd wrote:My opinion of course
![]()
Mike kitbag wrote:
Ulf Dittmer wrote:The important thing to keep in mind is that there is rarely "the best" for anything. Much depends upon your circumstances, about which we know nothing. So take whatever you find mentioned here and elsewhere under advisement, but make sure that the advice fits your situation.
I will try to clarify my needs:
The idea of the site is to display content of a store and to keep customer information
no purchases are made via site. only information stored on DB is user information.
The site needs to look decent, and later on might be enhanced to accommodate other stores.
I want the site to have Ajax capability's.
I want the site look decent enough for a basic presentation in front of the store owner
(RIA)
Currently we are a small group of 3 working on it.
if there are any more details needed please tell me,
Thank you.
You can't wake a person who is <b><i>pretending</i></b> to be asleep.<br />Like what <b>"it"</b> does not like - <i> Gurdjieff </i>
Rajah Nagur wrote:
And, regarding JSF, whenever somebody uses JSF - a fairy dies(on a lighter note).
It is not straightforward & can confuse you sometimes.
Matthew Carr-Smith wrote:I would go with Spring, Spring JdbcTemplate, SpringMVC and JSP.
Spring - because AOP is so important these days, as a novice you need to learn this eventually. May as well start now.
JdbcTemplate - Because even though you eventually want to learn about ORM and use something like Hibernate, right now it's just one more framework to learn. JdbcTemplate is pretty easy/simple to use, assuming you know SQL.
SpringMVC - because it's very straight forward and doesn't get in your way, plus is has some nice advanced features (injectors!) that are fun and useful.
JSP - It's hideous, but you're pretty certain not to run into something you can't do with it, unlike some templating frameworks (e.g. velocity, tapestry, etc)
The bottom line is that Spring AOC is to useful not use and for the rest.
Any one please is this suggestable?
Yeast devil! Back to the oven that baked you! And take this tiny ad too:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
|